# Menu Bar

<figure><img src="/files/aFfpYYv84oYfhtLUzvcq" alt="" width="81"><figcaption><p>Menu Bar on Main Screen</p></figcaption></figure>

* **Accounts**. This will take you to the [Accounts](/accounts.md) screen where you can search the accounts and enter new accounts. The three dots will open up additional screens related to accounts:
  * *Auth Callers*. Allows you to search accounts by the authorized callers.
  * *Extended Stay*: This takes you to a screen to view and edit extended stays for appropriate accounts.
  * *Email*: Allows you to search accounts by authorized caller email addresses.
  * *eRelocator*: Allows you to search accounts by their addresses.
  * *Missing Addresses*: Shows a list of addresses from tow requests that are not in the eRelocator addresses for that account.
  * *Pending Accounts:* Opens a screen with a list of accounts still in the process of becoming active.
* **DNT**: Opens the [Do Not Tow](/dnt.md) screen to view and enter do-not-tows for an account.
* **Prop Mgmt**: Opens the [Property Management](/property-management.md) screen to view and enter new property management companies.
* **On Hold**: Displays a list of all accounts currently on hold.
* **On Property**: Opens the [On Properties](/on-properties.md) screen to view and edit on-properties.
* **Signs**: Opens the [Signs](/signs.md) screen to view and edit sign orders.
* **Tow On Sight**: Opens the [Tow On Sight](/tow-on-sight.md) screen to view and edit tow-on-sights.
* **Tow Request**: Opens the [Tow Request](/tow-request.md) screen to view and edit tow requests.
* **Truck Assign**: Allows you to assign specific trucks to drivers.
* **Send Form:** Opens the [Send Form](/send-form.md) screen which allows you to email various forms.
* **Police Depts**: Opens the [Police Departments](/police-departments.md) screen to view and edit police departments.
* **Reports**: Allows you to view and print various reports. See [Reports](/reports.md) for details.
* **Admin**: Opens the [Admin](/admin.md) menu (requires the 'Admin' role).
* **Manager**: Opens the [Manage](/manager.md)r menu (requires the 'Manager' role).
* **Employees**: Shows a list of employees with their phone numbers and email addresses.
* **Veh Processing**: Opens the [Vehicle Processing](/vehicle-processing.md) screen to manage the sending of required letters to vehicle owners.
* **Settings**: Opens the [Settings](/settings.md) menu to change various user settings.
* **Log Out**: Logs you out of TRIP Dispatch.
* **Exit**: Closes TRIP Dispatch.


---

# 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.towcode.net/main-screen/menu-bar.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.
