# Menu

One or more menus needs to be configurated to make workflows available in the clients. A menu can have three different types of content *Category*, *Workflow Item* and *Inbox*.

* **Category:** A catecory will categorize workflows and menus in the clients.
* **Workflow Item:** Choose what workflows that should be available in the menu.
* **Inbox:** Add and configure an inbox to make seeded and hand overed workflows available for the user. Read more about how to configure an [inbox here](/6.11/development/flow-studio/applications/menu/inbox.md).

*Edit Roles* to assign the menu to those roles that the menu should be availalbe to.&#x20;

![](/files/-M-ocvMzddnvKSDJoGZ_)

**Related pages:**

{% content-ref url="/pages/-LucD3DwRGeVTtmBHldF" %}
[Roles](/6.11/development/flow-studio/environment/roles.md)
{% endcontent-ref %}


---

# 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://help.novacuraflow.com/6.11/development/flow-studio/applications/menu.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.
