> For the complete documentation index, see [llms.txt](https://help.novacuraflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.novacuraflow.com/6.12/development/flow-studio/applications/menu.md).

# Menu

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

* **Category:** A category 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 over workflows available for the user. Read more about how to configure an [inbox here](/6.12/development/flow-studio/applications/menu/inbox.md).

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

*Edit Visibility* to set which client the menu is to be visible in, Portal or All clients excluding portal. The default setting gives access to all clients.

![](/files/-M8sxn5ZBO2ANn7eGfye)

**Related pages:**

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.12/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.
