> 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/solution.md).

# 実現できるソリューション

Nubrickでは、アプリ内のネイティブUIを非常に高い柔軟性で管理できます。これにより、さまざまなソリューションを迅速に実現することができます。

<figure><img src="/files/lNgjohEazjR9XG22AkcG" alt=""><figcaption></figcaption></figure>

例えば、以下のようなユースケースに対応できます：

#### アプリのチュートリアル表示（オンボーディング）

アプリの初回起動時にユーザーに対してチュートリアルを表示し、使い方をガイドします。これにより、ユーザーのエンゲージメントを高め、アプリの利用促進が可能です。

#### アップデート通知

新しいバージョンのリリース時にユーザーにアップデート通知を表示し、アプリの最新機能を告知します。ユーザーのアクティブ化を促進できます。

#### アプリ内サーベイ

ユーザーからのフィードバックを収集するためにアプリ内サーベイを表示できます。これにより、ユーザーの意見や要望を反映させた改善を行いやすくなります。

#### バナーや広告の運用

アプリ内でのバナーや広告を表示し、プロモーションや広告キャンペーンを展開できます。ターゲットユーザーに向けたカスタマイズも簡単に行えます。

#### ユーザーに合わせたレコメンド

ユーザーの行動や過去のアクションに基づいて、個別のレコメンドを表示できます。これにより、ユーザーごとのパーソナライズド体験を提供し、エンゲージメントを高めることができます。

#### 商品のクーポン連携

アプリ内で提供する商品やサービスに対して、特定のユーザーに向けたクーポンを配布し、プロモーションを行うことができます。これにより、販売促進やユーザーの購買を促進できます。


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.nubrick.app/start/solution.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
