> 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/development/flow-portal-2/getting-started/edit-pages.md).

# Edit pages

## General

* Title: the page name which will show in the page navigator
* Internal note: place to add the description of the page

<div align="left"><figure><img src="/files/KQfhbNP7znHr0yUASdYv" alt=""><figcaption></figcaption></figure></div>

## Roles

Roles are created and defined in the Novacura Flow Studio. Each page in Flow Portal is assigned to one or more roles, thus making the page available to users that have been granted the same role.

1. Tick the box for the roles which are to have access to the page
2. Save

<div align="left"><img src="/files/-M0gkW2gcvAfuPNe85JS" alt=""></div>

For information about Flow Studio roles, click on the link below.

{% content-ref url="/pages/-LucD3DwRGeVTtmBHldF" %}
[Roles](/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/development/flow-portal-2/getting-started/edit-pages.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.
