> For the complete documentation index, see [llms.txt](https://docs.bravostudio.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bravostudio.app/set-up-design/setting-up-your-design-file/app-navigation.md).

# App navigation

The navigation between the app pages is set in the design tool (Figma or Adobe XD), by creating prototyping links between the pages.

![](/files/q9kogd5WQx8cklEkDyu0)

Creating these links has another important function: **passing data** between the API requests bound to the app pages.&#x20;

For instance, to create a page showing a list with several items, that navigates to a specific detail page when a certain item is pressed. In this case, the prototyping link will be created from the list container element to the app page with the detail information.

![](/files/vKMcEet8vlILvwfzx2l8)

{% hint style="info" %}
See [here](https://docs.bravostudio.app/get-started/create-your-first-app#step-3-importing-the-backend) how to create the API requests for the list and detail page setup.
{% endhint %}

Also, the prototyping tool will be used to specify the app **home screen**.&#x20;

## How to set up app navigation links

Below you can find how to create the prototyping links to create the app navigation, depending on the design tool you use.

{% content-ref url="/pages/xAY9OqYutwxplLEMbuGB" %}
[Setting up app navigation on Figma](/set-up-design/setting-up-your-design-file/app-navigation/setting-up-app-navigation-on-figma.md)
{% endcontent-ref %}

{% content-ref url="/pages/GeW8hCI4ym43FNQ0GQMB" %}
[Setting up a container on Adobe XD](/set-up-design/setting-up-your-design-file/the-container/setting-up-a-container-on-adobe-xd.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, and the optional `goal` query parameter:

```
GET https://docs.bravostudio.app/set-up-design/setting-up-your-design-file/app-navigation.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.
