# Menu Bar

<figure><img src="/files/09TAKz82ICQmqiQ4uTEB" alt=""><figcaption><p>The Menu bar icons</p></figcaption></figure>

The top menu bar in the platform allows a user to perform several actions in the platform.

* [DS Curation](/user-interface/project/menu-bar/dataset-curation.md) - Opens the navigation menu for unlabeled data recommendations, synthetic data guidance, and pruning suggestions.
* [Evaluate](/user-interface/project/menu-bar/evaluate-a-model.md) an integrated and validated model to create a Model Run that can be analyzed in the [dashboard](/user-interface/dashboards.md)
* [Runs and Processes](/user-interface/project/menu-bar/runs-and-processes.md) - Overview of active jobs, including their status and logs, with options to resume failed evaluations and terminate processes.
* [Notifications](/user-interface/project/menu-bar/notifications.md) - Opens the notifications panel to view the status of processes across the platform.
* [Settings](/user-interface/settings.md) - Opens the settings menu which include the secrets management, system settings, CLI token and team management options.
* User Icon - Provides the option to edit your profile and log out of Tensorleap.


---

# 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.tensorleap.ai/user-interface/project/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.
