> For the complete documentation index, see [llms.txt](https://manual.firstresonance.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.firstresonance.io/workflow-builder/workflow-builder-permissions.md).

# Workflow Builder Permissions

Not all users will have access to the **Workflow Builder**. Any user who is an admin will by default have access. Users who are not an admin will need to have a role that has the `ReadEmbeddedWorkflowBuilder` permission. This permission is in the `EmbeddedWorkflowBuilder` permission group.

To add the `ReadEmbeddedWorkflowBuilder` permission to a role follow these steps:

Navigate to the Settings page in ION:&#x20;

<figure><img src="/files/78Iz1S38euCCEV0IAw9O" alt=""><figcaption></figcaption></figure>

Click on Organization:

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

Click on Members:

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

Click on Roles:

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

Locate the Role that you want to add the permission to then click on the green up arrow next to the name of the role.

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

Click on the `EmbeddedWorkflowBuilder` checkbox to enable the permission for the role.

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

Repeat these steps to enable the permission for all applicable roles.


---

# 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, and the optional `goal` query parameter:

```
GET https://manual.firstresonance.io/workflow-builder/workflow-builder-permissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
