# General

To the upper right in the portal the user name is displayed together with the options

* Search - use search to find pages in the portal
* Edit mode - Select edit mode to open the configuration panel to be able to make changes to the Portal setup (configurations, creating new portlets, etc.) Edit mode requires administration user permission.
* Profile - shown the name of the users and has got a drop down list containing:
  * About - shows information about portal and server versions etc
  * Clear filters - Clear filters will remove all filters and refresh the portal. Filters done by listener event as well as the ones added by the users in for example the table portlet will be cleared.
  * Help . takes the user to Flow Help
  * Logout - select to logout of the portal

<div align="left"><figure><img src="/files/YqAhcnSgTOOzrrIBwnLr" alt=""><figcaption></figcaption></figure></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*.


---

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