# Navigating a Tracker

Trackers are one of the most versatile features MangoApps offers. In this section, we will break down the navigational menus within a tracker.&#x20;

For the purposes of explanation and example, we will break the tracker menus into 4 categories:&#x20;

<mark style="color:orange;">**Tracker Menus**</mark>

<mark style="color:blue;">**Table Menus**</mark>

<mark style="color:green;">**Column Menus**</mark>

<mark style="color:purple;">**Entry Menu**</mark>

<figure><img src="/files/o1FWqR3xkPPG7EeGIqxF" alt=""><figcaption></figcaption></figure>

If we think of this as a hierarchy:

The **Tracker Menus** control all the options for the overall tracker. These options include creating new tables within a tracker, creating a form, cloning a tracker, managing tracker permissions, and notification preferences.

The **Table Menus** control all the options of the current table within the tracker. These options include editing the table, downloading a table, and adding the table to the widget gallery.

The **Column Menus** control all of the options of a single column within a table. These options include changing the column type, inserting columns, and editing column properties.

The **Entry Menu** contains options for a single entry within a column. These options include locking an entry, archiving an entry, deleting an entry, and editing an entry.


---

# 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://guides.mangoapps.com/user-guide/trackers/navigating-a-tracker.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.
