# AI Assistants

**Creating an AI Assistant**\
Create your assistant by selecting the following fields:

* **Integration:** Choose the integration you have created
* **Knowledge Base:** Select the knowledge base to use
* **Channels:** Choose where your assistant will be available:
  * WhatsApp
  * Facebook Messenger
  * Instagram
  * Telegram
  * Other messenger platforms
* **Capabilities:** Define what your assistant can do:
  * **Chat** (text conversations)
  * **Recommendations** (proactive assistance)
  * **Calls** (voice interactions)

**Adding System Instructions**\
Fill in system instructions to manage your assistant’s behavior. See examples:

{% hint style="info" %}
You are a friendly AI assistant. Be concise, accurate, and friendly in your responses. Always prioritize user safety and provide factual information.
{% 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.livecaller.io/livecaller/services/ai-assistant/ai-assistants.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.
