> For the complete documentation index, see [llms.txt](https://docs.ai.insly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ai.insly.com/nora/skills/role-based-access.md).

# Role-based access

Not everyone needs to see everything. FormFlow lets you control exactly what each user can access based on their role.

Internal team members — underwriters, operations staff, managers — can be assigned as full members with complete visibility across all submissions and full control over the platform.

External users, like brokers, can be assigned as viewers. They only see the submissions they've personally sent in. Nothing else. This keeps your pipeline confidential while still giving brokers transparency into the status of their own cases.

This means brokers can check in on their submissions without needing to call or email for updates — and your team doesn't need to worry about exposing sensitive data or competitive intelligence.

Role-based access ensures the right people see the right information, and nothing more.

For information on how to set up roles and permissions, see the configuration guide, or reach out to us. Role-based access is available on the M plan and upwards.

{% hint style="info" %}
For information on how to set up this feature, please [reach out to us](/readme.md). RBAC is available on the L plan and by custom agreement.
{% endhint %}


---

# 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://docs.ai.insly.com/nora/skills/role-based-access.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.
