# How to create an Agent

Creating an Agent on AIsuru is your first step toward having a personalized virtual assistant. This process lets you define your Agent's core characteristics — from its identity to its AI capabilities.

### Starting the creation process

To get started:

1. Go to AIsuru's main page;
2. Find and click the "Create" button in the "Your Agents" section.

### Configuring the Agent

Once the process starts, you'll see a panel divided into three main sections.

{% hint style="success" %}
**All of these settings, except for the language, can be changed after the Agent is created**. Don't worry too much if you're unsure about some of your initial choices.
{% endhint %}

#### General section

Here you'll define the identity and basic characteristics of your Agent:

* **Name**: choose a representative name;
* **Description**: provide a short introduction to the Agent;
* **Visibility**:
  * Public: accessible to everyone, no password required;
  * Private: requires a password;
* **Language**: choose the primary language;
* **Voice type**: choose between a male or female voice.

**Note**: if you select "Public" during creation, the Agent will automatically appear on the homepage. You can remove it from the homepage by disabling the relevant option in the "Share me" section of your Agent after it's created.

#### AI section

This section lets you customize the AI's capabilities:

* **Generative AI**:
  * Enable/disable AI-generated responses;
  * Configure "[Instructions](https://github.com/memori-ai/docs/blob/main/generative-ai/ai-instructions/README.md)" to define the Agent's behavior;
  * Decide whether to always use generative AI;
  * Option to disable automatic image extraction.
* **Deep Thinking**: Enable this feature for improved contextual understanding.
* **Provider settings**:
  * Configuration for questions and answers;
  * Configuration for import/export;
  * Deep Thinking configuration *(only available if the Deep Thinking feature is active)*;
  * Maximum number of tokens;
  * Temperature.

{% hint style="warning" %}
Changing these parameters can significantly affect the quality of responses.
{% endhint %}

#### Appearance section

In this section you can customize the visual look of your Agent by uploading a cover image and an avatar. To do so:

1. Go to the "Appearance" section of the Agent creation panel;
2. For the cover image:
   * Click "Upload cover" and choose the image you want to upload;
3. For the avatar:
   * Click "Upload avatar" and select your image;
4. After uploading the images, make sure to save your changes.

{% hint style="info" %}
Supported formats are .png, .jpg, .jpeg, .gif with a maximum file size of 2 MB.
{% endhint %}

### Finishing up

Once you've configured all the sections:

1. Review the settings you've chosen;
2. Click "Save changes" to create your Agent.

Creating an Agent is the first step toward a personalized virtual assistance experience. Experiment with different configurations to find the one that best fits your needs. Happy creating! 🚀


---

# 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/creating-your-first-agent/how-to-create-an-agent.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.
