# Navigation

## 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 ![](/files/Z7W1cg2SU5fowMknPV5z) commonly used in apps. You can return to this menu at any time using this icon.

## Main Menu

<figure><img src="/files/SWPHIrQ1rnX6OiLWMtwg" 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: 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.cw.crisisworks.com/concepts-and-fundamentals/mobile-app/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.
