# Navigating Claret

The Claret application is split into 3 key modules - Farm, Make and Sell. Within the app, there are some key concepts that it helps to know as you set up and use each module.

* **Navigation Menu** - the navigation menu on the left is how you navigate around Claret. You'll see multiple sections depending on the modules you have access to and whether or not you have permissions to manage Master Data. Use the arrows on the left of menu items to expand and see options beneath.

<figure><img src="/files/FsgejKsFECHV4o365kSw" alt="" width="261"><figcaption></figcaption></figure>

* **Views** - Module pages within Claret are driven by Views. Views are ways to present, analyse and manage your data. View configurations are always accessed on the top right hand area of a module. For more information on Views see [Managing Views](/using-claret/getting-started/managing-views.md).

<figure><img src="/files/4O1mBwMFkSANO4fdXFHR" alt=""><figcaption></figcaption></figure>

* **Help** - At any stage you can request support by expanding the 'Help' menu item and selecting 'Request Support'.

<figure><img src="/files/Z2e9GJWobox2mIyP6GDD" alt="" width="271"><figcaption></figcaption></figure>


---

# 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.claret.app/using-claret/getting-started/navigating-claret.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.
