# User Portal

### **Conversation Interface**

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

The main user screen is the chat with the AI Agent, where you can:

* **Select Agents**: The left sidebar lists the available AI Agents you have created. Select the agent that best fits your needs.
* **Access the Agent Hub**: The sidebar menu includes a direct shortcut to the Agent Hub, allowing you to return to the full view to search, filter by Workspace, or select a Primary Agent.
* **Ask Questions**: Type your query in the “Ask something” input field. Power Omni will respond using the AI model and the data sources (Connectors) allowed for the selected Agent.
* **History**: Your previous conversations are saved and listed in the sidebar for easy access.
* **User Settings**: By clicking your username, located in the lower-left corner of the sidebar menu, you can access the administration and configuration screen.

{% hint style="info" %}

## <mark style="color:$warning;">Important</mark>

<mark style="color:$warning;">Power Omni is a powerful tool, but like any AI, it may make mistakes. Always verify important information and rely on your indexed corporate data.</mark>
{% endhint %}


---

# 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://docs.poweromni.ai/en/user-portal.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.
