# Creating an Assistant

Each assistant handles a specific job— like scheduling appointments or collecting feedback. You can create multiple assistants for different tasks.

#### **Three Required Parts**

When creating an assistant, you need to define:

1. **Goal** – What should the assistant accomplish?
2. **Opening Message** – What does it say when the call starts?
3. **Script** – How should the conversation flow?

**How to Create an Assistant**&#x20;

Follow these steps to create a New Assistant :&#x20;

* [x] **Step 1 :** Login in the [dashboard](https://app.voicegenie.ai/) , open Assistant Tab and click on <mark style="color:yellow;">"Create an AI Voice Assistant"</mark> Button.&#x20;
* [x] **Step 2 :** Enter Assistant Name and company name and click on create.
* [x] **Step 3 :** You will be redirected to a page where you must enter the assistant’s Goal, Call Opening Message, and Script(details below).

:partying\_face: **Done! Your assistant is ready to use**<br>

**Detailed Explanation of each of the mandatory components of the Assistants (Goal, Call Opening Message, Script )** :<br>

1. Goal of an Assistant :&#x20;

{% content-ref url="/pages/6N2koKSIIvTJURzq4kgr" %}
[Goal](/voicegenie-ai/product-guides/assistants/creating-an-assistant/goal.md)
{% endcontent-ref %}

2. Call opening message of the assistant :&#x20;

{% content-ref url="/pages/ANj1Ek8li4d1hvoE50Vr" %}
[Welcome Message](/voicegenie-ai/product-guides/assistants/creating-an-assistant/welcome-message.md)
{% endcontent-ref %}

3. Script of that Assistant :

{% content-ref url="/pages/qjCKC2IwBJmEKRDJ05w7" %}
[Script](/voicegenie-ai/product-guides/assistants/creating-an-assistant/script.md)
{% endcontent-ref %}

**Explanation of Optional Components of Assistants include :**

{% content-ref url="/pages/BEibZTH3P2aGwp4QEYrJ" %}
[Actions](/voicegenie-ai/product-guides/assistants/creating-an-assistant/actions.md)
{% endcontent-ref %}

{% content-ref url="/pages/W0GL0jngcz5OmZE1iTL5" %}
[Accents and languages](/voicegenie-ai/product-guides/assistants/creating-an-assistant/accents-and-languages.md)
{% endcontent-ref %}

**YAY !!! Your Assistant is now Created !**\
Congratulations :tada: You are now aware of all that is to know about Assistants !! :sunglasses:

<https://app.voicegenie.ai/>


---

# 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://voicegenie.gitbook.io/voicegenie-ai/product-guides/assistants/creating-an-assistant.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.
