> For the complete documentation index, see [llms.txt](https://app.developers.karte.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://app.developers.karte.io/app-faq/app-faq-go-to-a-specific-screen-in-the-app.md).

# アプリ内の特定の画面に遷移させることは可能ですか？

アプリ内メッセージのリンクを制御することで、アプリ内の特定の画面に遷移させることは可能です。

**アプリ内メッセージのリンクを制御する**

* [iOS SDK](/ios-sdk-appendix/appendix-iam-link-control-ios-sdk.md)
* [Android SDK](/android-sdk-appendix/appendix-iam-link-control-android-sdk.md)

これを実現するにはカスタムURLスキームの実装が必要になります。\
カスタムURLスキームの実装に関しては、下記ドキュメントをご覧ください。

**カスタムURLスキームを設定する**

* [iOS SDK](/ios-sdk-appendix/concepts-custom-url-scheme-ios-sdk.md)
* [Android SDK](/android-sdk-appendix/concepts-custom-url-scheme-android-sdk.md)

## Universal Links 等について

iOS の場合、標準ではアプリ内メッセージからアプリ内に遷移する際の遷移先URLとして `Universal Links` や `Firebase Dynamic Links` の指定はできません。\
指定しても直接アプリ内には遷移できず、一度 Safari に遷移する挙動となります。\
対応するには独自の実装を追加する必要があります。\
参考：[Universal Links に対応する](/ios-sdk-appendix/appendix-universal-links-ios-sdk.md)


---

# 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://app.developers.karte.io/app-faq/app-faq-go-to-a-specific-screen-in-the-app.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.
