# Navigation Widgets

Widgets for navigating between different screens and managing app navigation flow.

## Overview

Navigation widgets handle movement between different parts of your app. They provide ways to switch between pages, manage navigation history, and create intuitive navigation experiences.

## Categories

### Page Navigation

* [**Page View**](/ui-building-blocks/widgets/navigation-widgets/page-view.md) - Swipeable page navigation
* [**Navigation Bar**](/ui-building-blocks/widgets/navigation-widgets/navigation-bar.md) - Bottom navigation with multiple tabs

### Tab Management

* [**Tab Bar**](/ui-building-blocks/widgets/navigation-widgets/tab-bar.md) - Horizontal tab selection interface
* [**Tab Controller**](/ui-building-blocks/widgets/navigation-widgets/tab-controller.md) - Manages tab state and navigation
* [**Tab View Content**](/ui-building-blocks/widgets/navigation-widgets/tab-view-content.md) - Content display for tab views

### Navigation Components

* [**Navigation Bar**](/ui-building-blocks/widgets/navigation-widgets/navigation-bar.md) - Bottom navigation with multiple tabs
* [**Navigation Bar (Custom)**](/ui-building-blocks/widgets/navigation-widgets/navigation-bar-custom.md) - Customizable navigation bars
* [**Navigation Bar Item**](/ui-building-blocks/widgets/navigation-widgets/navigation-bar-item.md) - Standard navigation bar items
* [**Navigation Bar Item (Custom)**](/ui-building-blocks/widgets/navigation-widgets/navigation-bar-item-custom.md) - Custom navigation bar items


---

# 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.digia.tech/ui-building-blocks/widgets/navigation-widgets.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.
