# Navigating the user interface

Once you've completed registration, you'll be welcomed into AIsuru's main dashboard. The user interface is designed to be intuitive and easy to navigate, giving you quick access to all the platform's features.

Let's walk through the main sections of the interface.

### Top Bar

Located at the top of the page, this bar gives you quick access to essential features:

* **Website**: a direct link to Memori's main site (<https://memori.ai/>);
* **Docs**: access to AIsuru's full documentation (<https://docs.aisuru.com/>);
* **Credits**: manage and purchase platform credits (<https://billing.memori.ai/>);
* **Usage**: monitor your usage stats and consumption;
* **Interface language selector** (IT/EN);
* **Access to your account settings** (click your username).

If you're already working on an Agent, you'll also see a button on the right showing your Agent's name — click it to go to your AI's management panel.

### **Main Area**

Taking up most of the screen, this area is divided into 4 main sections:

**Banner area**

At the top of the screen you may see banner-style notifications.

**Your Agents**

Here you'll find all the digital twins you've created, displayed in a modern grid layout with:

* **"CREATE" button**: to create a new Agent (shown as a dashed box with a "+" icon);
* **Agent cards**: each Agent is displayed as a card with a circular avatar, name, and description;
* **"Manage" button**: to access the management panel for each Agent.

**Shared with you**

When another user shares an Agent with you, this section will appear, showing Agents created by others that you can also manage.

Once you click "**Manage**" on one of your Agents, the sidebar will update and you'll enter that Agent's management panel.

**Published Agents**

Digital twins created by other users that you can interact with right away. Each published Agent shows:

* **Avatar and name** of the Agent;
* **Short description** of its capabilities;
* **Topic tags**: colored labels indicating subjects and skills (e.g. "manual", "training", "ai", "prompt", "technology");
* **"Shared by"**: the username of the Agent's creator;
* **Action icons**: to copy the link and access the Agent;
* **"Manage" button**: to interact with the Agent.

If there are many published Agents, an **"Expand (X more)"** button will appear to show all available Agents.

#### Sidebar

The sidebar, positioned on the left side of the screen, gives you quick access to AIsuru's various features. Its content is dynamic and adapts to where you are — showing different options on the general homepage versus the management panel of a specific Agent.

**When you're on the AIsuru homepage**, the sidebar includes:

* **Home**: return to AIsuru's main page;
* **Expert groups**: manage your groups of specialized Agents;
* **Virtual spaces**: explore and manage 3D environments for your Agents;
* **Account**: manage your user profile settings;
* **Your badges**: view badges you've earned on the platform;
* **Models**: access available language models;
* **Documents** (visible to administrators only): manage files uploaded to the platform;
* **Admin** (visible to administrators only):
  * **Agents:** view all agents on the platform;
  * **Users:** view all registered users on the platform;
  * **Trusted apps:** manage API keys and permissions for secure third-party integrations;
  * **Tenant:** explore all tenant information and settings;
  * **Usage:** monitor consumption by agent and key for each user;
* **Feedback**: send feedback or reports to the AIsuru team;
* **Docs**: link to the official documentation;
* **Changelogs**: platform updates and new features;
* **News**: takes you to the [Memori blog](https://memori.ai/it/blog).

**If you're already editing an Agent**, you'll find your AI's name below "Virtual spaces". Clicking on your Agent's name gives you access to these sidebar sections:

* **Try:** test your Agent by starting a conversation;
* **Teach me**: teach the Agent new information simply by chatting;
* **Share me**: configure sharing options for the Agent;
* **Roles**: manage roles and customizations for different types of users;
* **Followers**: manage and analyze the Agent's followers (only visible if Deep Thinking is active and enabled for this Agent);
* **Conversations**: view and analyze the Agent's past interactions;
* **Contents**: manage the Agent's knowledge base;
* **Dictionary**: customize the Agent's dictionary;
* **Functions**: configure functions (default or in advanced mode) and dynamic intents;
* **MCP:** connect your Agent to external services and APIs through MCP servers;
* **Import / Export**: import or export Agent data;
* **Statistics**: analyze the Agent's performance;
* **Settings**: configure the Agent's general settings;
* **Dev docs**: access developer documentation.

To navigate, just click the item you want. The active item is highlighted so you can always tell where you are. Some items, like Admin, may only be visible if you have the necessary permissions.

#### **Manuela**

**Manuela is AIsuru's official support Agent**. You can reach her by clicking the purple icon on the right side of the page. Don't hesitate to ask her anything about the platform — she's here to help!

#### **Wrapping up**

With this overview of the user interface, you're ready to start exploring AIsuru in more depth. In the next chapter, we'll guide you through creating your first Agent — the starting point for bringing your conversational AI to life.


---

# 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.aisuru.com/en/getting-started/navigating-the-ui.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.
