# はじめに

- [Nubrickのメリット](https://docs.nubrick.app/start/readme.md)
- [実現できるソリューション](https://docs.nubrick.app/start/solution.md)
- [クイックスタート](https://docs.nubrick.app/start/quickstart.md): このページではNubrickの利用ステップについて記載します
- [SDKのインストール](https://docs.nubrick.app/start/install.md)
- [iOS](https://docs.nubrick.app/start/install/ios.md)
- [Android](https://docs.nubrick.app/start/install/android.md)
- [Flutter](https://docs.nubrick.app/start/install/flutter.md)
- [クイックスタート](https://docs.nubrick.app/start/quickstart-1.md)
- [アカウントの発行](https://docs.nubrick.app/start/quickstart-1/account.md)
- [モーダルを表示する](https://docs.nubrick.app/start/quickstart-1/modal.md)
- [アプリ内埋め込みを作成する](https://docs.nubrick.app/start/quickstart-1/embed.md)
- [プロダクトツアーを作成する](https://docs.nubrick.app/start/quickstart-1/tour.md)
- [施策の効果を振り返る](https://docs.nubrick.app/start/quickstart-1/check-experiment.md)
- [ABテストを行う](https://docs.nubrick.app/start/quickstart-1/abtest.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.nubrick.app/start.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.
