> For the complete documentation index, see [llms.txt](https://guides.clickatell.com/clickatell-ai-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.clickatell.com/clickatell-ai-user-guide/assistants/set-up-your-assistants.md).

# Set up your assistants

## Add assistants

To add a new assistant, follow the below steps. You can add as many assistants as you need.

1. In the *Assistants* tab, click *New Assistant*.

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

2. For the quickest set up, select *Wizard Mode*. It provides a guided setup, automatically configuring an assistant with best practice defaults. The *Advanced Mode,* however, allows for more customization.

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

3. Select the assistant type, and give your assistant a name. Provide it with clear behavior instructions.
   * If you select the *Intent Recognition* assistant type, you must also select the [intent set](/clickatell-ai-user-guide/training/configure-intents.md) you want to link to it.

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

4. Personalize your assistant.

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

5. Upload documents to train your assistant.

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

6. You can now either *Test* or *Save* your assistant's settings.

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

Optionally, you can configure advanced settings for your assistant:

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

* **Temperature:** Controls how "random" or "creative" the generated responses are. A lower value makes the response more focused and predictable. Adjusting the temperature allows users to balance between creativity and coherence, depending on the desired outcome of the text generation.&#x20;
* **Top P:** A technique that helps generate text that is coherent and diverse, providing a middle ground between deterministic and purely random sampling methods. Lower values (e.g., 0.1) make responses more focused and deterministic. Higher values (e.g., 0.9) allow more creativity and variation. Unlike temperature, Top P adapts to the confidence of the model at each token and filters the output distribution to consider only the most probable tokens (words or subwords).
* **Amount of chunks to return:** Controls how many pieces of relevant information are retrieved in response to your search query. Chunking is essential for handling long documents or conversations, ensuring that the model can process extensive data by breaking it into manageable parts.&#x20;
* **Language model memory:** If enabled, the assistant will respond using internal memory and not the context provided.
* **Use general context:** If enabled, the assistant will use both its documents and the information available in the general assistant's documents.&#x20;

The newly created assistant now appears in the *Assistants* tab and is **enabled** by default.

* From here you can test, [edit](#edit-or-enable-disable-assistants), [disable](#edit-or-enable-disable-assistants), or delete it.&#x20;

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

## Edit or enable/disable assistants

{% hint style="info" %}
The [General Assistant](/clickatell-ai-user-guide/assistants/overview.md#assistant-types) is added by default. You cannot disable or delete it, but you can edit certain elements.
{% endhint %}

1. On the *Assistants* tab, select the *Edit* icon (pencil).&#x20;

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

2. From here you can edit the Name, Type, Instructions, and Advanced Settings for the assistant.
3. You can also change the status of the assistant (Enabled/Disabled).
4. Before saving your changes, click the *Test* button to apply the changes and try it out using the chat widget on the right.
5. Once you are happy with the changes, click *Save* to update the assistant accordingly.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guides.clickatell.com/clickatell-ai-user-guide/assistants/set-up-your-assistants.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
