# Navigators

## Overview

Navigators are essential in mobile app development because they define the user interface and navigation flow of the app. They facilitate seamless transitions between screens, ensuring a smooth and intuitive user experience.&#x20;

Thunkable offers the following navigators:

{% content-ref url="/pages/-LZ7M7cot04-8op8PytZ" %}
[Top Tab Navigator](/app-design/screens-and-navigators/top-tab-navigator.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LZ7M7cphE4VrqW3QNN\_" %}
[Bottom Tab Navigator](/app-design/screens-and-navigators/bottom-tab-navigator.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LZ7M7crUnxWEiVveMmK" %}
[Drawer Navigator](/app-design/screens-and-navigators/drawer-navigator.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MaiRvo0zOVxlSOQvbMd" %}
[Stack Navigator](/app-design/screens-and-navigators/stack-navigator.md)
{% endcontent-ref %}


---

# 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.thunkable.com/app-design/screens-and-navigators.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.
