# General

To the upper right in the portal the user name is displayed together with the options to go to the help, edit mode, quick start introduction and log out.

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

## Help

Click on the question mark icon to go to Flow Help.

## Administration mode

To make changes to the Portal setup (configurations, creating new portlets, etc.), go to edit view by clicking the *open settings* panel at the the top-right corner of the Portal.&#x20;

Edit view requires user administration permission.

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

## Log in / log out

To access the Portal, start by logging in. Depending on the setup, users can login with either a Microsoft Account or a Flow account.

To log out of the Portal, use the drop down list available by the user name in the right-hand corner of the Portal and select *logout*.

### Quick start

Go to quick start to access the Portal introduction presentation.


---

# 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.12/development/flow-portal-2/getting-started.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.
