# How to use MYTY SDK?

- [Create Unity Project](https://myty.gitbook.io/products/sdk/how-to-use-myty-sdk/create-unity-project.md)
- [Import MYTY Kit](https://myty.gitbook.io/products/sdk/how-to-use-myty-sdk/import-myty-kit.md): To use MYTY SDK, it requires MYTY Kit features to load avatars, so please install MYTY Kit.
- [Import MYTY SDK](https://myty.gitbook.io/products/sdk/how-to-use-myty-sdk/import-myty-sdk.md)
- [Build MYTY SDK](https://myty.gitbook.io/products/sdk/how-to-use-myty-sdk/build-myty-sdk.md)
- [Create Scene](https://myty.gitbook.io/products/sdk/how-to-use-myty-sdk/create-scene.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://myty.gitbook.io/products/sdk/how-to-use-myty-sdk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
