> For the complete documentation index, see [llms.txt](https://docs.nubrick.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nubrick.app/start/quickstart.md).

# クイックスタート

## Step1：アカウント作成

<https://dashboard.nubrick.app/signup>

初めて利用する方は上記URLにアクセスし、Signupの設定を行ってください。

既存プロジェクトへの新規ユーザーを招待したい場合は、アカウント作成後に招待が可能となりますので先にSignupの設定をお願いします。

## Step2：開発/初期実装

### 2-1：SDKをインストールする

{% content-ref url="/pages/JjjojIyKxaiBPzzLwvtg" %}
[SDKのインストール](/start/install.md)
{% endcontent-ref %}

上記URLにアクセスし、iOS・Android・Flutterから貴社の開発環境に合わせてインストールをお願いします。

### 2-2：（任意）埋め込み/プロダクトツアーを利用する場合はコードを実装する

* 埋め込み/プロダクトツアーを利用する場合にコードの実装が必要となります
  * このタイミングでのコード実装は必須ではありませんが、埋め込み/プロダクトツアーを利用する場合開発作業を効率よく進めたい場合に対応を推奨します
* コードの実装方法は各SDKリファレンスを確認してください
  * iOS：[NubrickSDK](/reference/ios/nubricksdk.md)
  * Android：[NubrickSDK](/reference/android/nubricksdk.md)
  * Flutter：[NubrickEmbedding](/reference/flutter/nubrickembedding.md) / [NubrickAnchor](/reference/flutter/nubrickanchor.md)

### 2-3：アプリリリース

* 必要なSDKのインストールとコードの実装が完了したら、アプリのリリースを実行してください

{% hint style="info" %}
ここまで完了すれば、後は管理画面でエクスペリメントを設定するだけで簡単にネイティブ画面のUIUXのABテスト、配信が可能になります！

エクペリメントを設定してみましょう！
{% endhint %}

## Step3：エクスペリメントの作成と配信

エクスペリメントの新規作成（実施する機能を選択する）をし、各エクスペリメントの配信条件を設定したら配信してみましょう！

{% content-ref url="/pages/oistVhWohCNgbmOUKRZK" %}
[アプリ内メッセージ(In-App Messaging)](/experment_menu/modal.md)
{% endcontent-ref %}

{% content-ref url="/pages/cjvKPC8bHBQDjT4VAps0" %}
[アプリ内埋め込み (Embeddable Experiment)](/experment_menu/embed.md)
{% endcontent-ref %}

{% content-ref url="/pages/jYBPNMb92CFGdB9VNbCj" %}
[プロダクトツアー (Product Tour)](/experment_menu/tour.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/quickstart.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.
