# NICE1 PLUGIN

- [Introduction](https://docs.nice1.dev/nice1-plugin/introduction.md)
- [ChangeLogs](https://docs.nice1.dev/nice1-plugin/links.md)
- [Unity Plugin](https://docs.nice1.dev/nice1-plugin/unity.md): In this Nice1 guide, you will learn how to import and set up Nice1 plugin for Unity (Windows and Mac).
- [How to use](https://docs.nice1.dev/nice1-plugin/unity/how-to-use.md)
- [Play Login!!!!](https://docs.nice1.dev/nice1-plugin/unity/play-login.md)
- [How Login works](https://docs.nice1.dev/nice1-plugin/unity/how-login-works.md)
- [Play CharacterSelector!!!!](https://docs.nice1.dev/nice1-plugin/unity/play-characterselector.md)
- [How CharacterSelector works](https://docs.nice1.dev/nice1-plugin/unity/how-characterselector-works.md)
- [Troubleshooting](https://docs.nice1.dev/nice1-plugin/unity/troubleshooting.md): Troubleshooting common problems with the Nice1 Plugin Unity and known issues/limitations.
- [Unreal Plugin](https://docs.nice1.dev/nice1-plugin/unreal-plugin.md): In this Nice1 guide, you will learn how to import and set up Nice1 plugin for your Unreal project.
- [Frequently Asked Questions](https://docs.nice1.dev/nice1-plugin/frequently-asked-questions.md)
- [Compile the plugin for iOS](https://docs.nice1.dev/nice1-plugin/frequently-asked-questions/compile-the-plugin-for-ios.md)
- [Add the plugin to the Unity XCode project.](https://docs.nice1.dev/nice1-plugin/frequently-asked-questions/add-the-plugin-to-the-unity-xcode-project..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://docs.nice1.dev/nice1-plugin.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.
