> For the complete documentation index, see [llms.txt](https://prohelp.assetpanda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prohelp.assetpanda.com/mobile-app/mobile-navigation.md).

# Mobile: Navigation

## Navigation elements

The Asset Panda Pro mobile app provides the following tools to navigate the application:

* Account/Module links: List the active account and module. You can click the links to [switch accounts or modules](#switch-accounts-or-modules).
* **Offline data**: If enabled, provides access to offline data. See [Offline mode](/mobile-app/mobile-offline-mode.md).
* **Collections**: Provides access to the collections views. Expand the list and then tap the collection to view its records.
* **Forms**: Provides access to forms. Expand the list and then tap a form to use the form.
* <i class="fa-bars">:bars:</i> **Menu**: Returns to the main page from any view in the application.
* <i class="fa-calendar">:calendar:</i> **Calendar**: Displays the calendar so you can review reservation data. See [Reservations](/mobile-app/mobile-calendar-reservations.md).
* <i class="fa-sparkles">:sparkles:</i> **UrsaAI**: Provides access to the UrsaAI chat view.
* <i class="fa-bell">:bell:</i> **Notifications**: Displays all notifications for the user.
* <i class="fa-ellipsis-vertical">:ellipsis-vertical:</i>**More**: Provides access to additional functionality, such as [Audits](/mobile-app/mobile-audits.md), [Attachments](/mobile-app/mobile-attachments.md), and **Settings**, where you can edit the [user profile](/mobile-app/mobile-user-profile.md) or the [Layout Configuration](/mobile-app/mobile-layout-configuration.md).

***

## Access the main menu

When working in the mobile app, you can tap **Menu** from any view to return to the main page. The active account and module are displayed.

***

## Switch accounts or modules

In Asset Panda’s mobile app, the Account Switcher enables you to toggle between accounts to manage multiple accounts. &#x20;

{% hint style="info" %}
You can enable the ability to switch between accounts and modules on mobile devices through user roles and permissions. See [Roles & permissions](/settings/roles-and-permissions.md).
{% endhint %}

1. To switch accounts, tap the account name and then select the appropriate account.
2. To switch modules, tap the module name and then select the appropriate module.

***

## Collection navigation elements

When viewing a collection list, you can use the following navigation elements to work in the view:&#x20;

* **Menu**: Returns to the main menu page.
* <i class="fa-magnifying-glass" style="color:$primary;">:magnifying-glass:</i>: Search for records in the list. Tap <i class="fa-qrcode-read">:qrcode-read:</i> in the **Search** field to scan a barcode to search for the record.
* <i class="fa-ellipsis-vertical" style="color:$primary;">:ellipsis-vertical:</i>: Access additional actions for the list or selected records. For example:
  * Create a kit
  * Filter the collection records
  * Sort the collection records
  * Show/hide fields for the collection
  * Switch between the card and list views for records
  * Show the row summaries
* <img src="/files/qbrUZjRb6IpeB8OlWsvb" alt="" data-size="line">: Add a record to the collection
* <img src="/files/xcZzjE1pk66UMq7MHCuI" alt="" data-size="line">: Scan [barcodes](/mobile-app/mobile-barcodes.md).<br>


---

# 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://prohelp.assetpanda.com/mobile-app/mobile-navigation.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.
