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

# Navigation

This section outlines use of the mobile app.

## Overview

A key difference between the mobile app and on a computer is the user interface and navigation.

The mobile app is designed to be used on smaller screens.

On smartphones, there is a single column layout.

On tablets, there is a two column layout.

The system is also colour coded depending on which [Site](/concepts-and-fundamentals/concepts-and-fundamentals.md#sites-and-regions-1) you are using (Production, testing etc.).

To access the Main Menu, you must use the Hamburger menu ![](https://3923904090-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNy7IznbrPLUq6GJDDQDk%2Fuploads%2F0MDCig20BZKMMymixaFx%2Fimage.png?alt=media\&token=b33204fa-d102-433b-a9fc-04715e66ec46) commonly used in apps. You can return to this menu at any time using this icon.

## Main Menu

<figure><img src="https://3923904090-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNy7IznbrPLUq6GJDDQDk%2Fuploads%2FZ54l04L3VIpCX8Hg81zw%2Fimage.png?alt=media&amp;token=89638aee-497d-4853-8279-91434e70ccc6" alt="" width="162"><figcaption><p>Main Menu</p></figcaption></figure>

### Current Event

To access Registers and [use the datagrid](/concepts-and-fundamentals/mobile-app/using-the-datagrid.md), you'll need to first visit the Dashboard under the Current Event.

### On Duty Events

This menu allows easy switching between Events by selecting the Event you want to use from the menu.

### Duty

Use Event and duty management to access the [Events Selection screen](/concepts-and-fundamentals/mobile-app/working-within-events.md#events-selection-screen).

### Settings

Use this menu to access User Preferences or Diagnostics.

### Account

Use this menu to [Manage Your Account](/concepts-and-fundamentals/mobile-app/manage-your-account.md) or [Sign Out](/concepts-and-fundamentals/mobile-app/signing-out.md).


---

# 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.cw.crisisworks.com/concepts-and-fundamentals/mobile-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.
