> For the complete documentation index, see [llms.txt](https://roudi.gitbook.io/guia-navigation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://roudi.gitbook.io/guia-navigation/readme.md).

# Overview

Guia is a Navigation Library for Jetpack Compose.

The motivation behind creating this library is to provide a simple, yet customizable API, for building multi module android navigation system with support for screens, dialogs, bottom sheets or any other representation of a UI.

Guia also has proper android Lifecycle, ViewModel and saved state support.

To get started, check the [Setup](/guia-navigation/setup.md) page.

For a comprehensive guide on how Guia works check [The Lore](/guia-navigation/using-guia/the-lore.md), for a quick start and a small overview check [The Express Lore](/guia-navigation/using-guia/express-lore.md).

<div><figure><img src="/files/Apdq9xnbHX4MEyx7gmOL" alt=""><figcaption></figcaption></figure> <figure><img src="/files/P6aD307nH4U67WteGTB7" alt=""><figcaption></figcaption></figure> <figure><img src="/files/bjE3Cgjf37j3ayzh4w64" alt=""><figcaption></figcaption></figure> <figure><img src="/files/RKBFzfkt57z2Vs7HGDdI" alt=""><figcaption></figcaption></figure> <figure><img src="/files/G86OU2IZWUjemexKxSgM" alt=""><figcaption></figcaption></figure></div>

*Guia \~ \[ˈɡia] feminine noun. Means guidance.*


---

# 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:

```
GET https://roudi.gitbook.io/guia-navigation/readme.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.
