# Creating an Assistant

## Steps

1. Go to the **Assistants** tab in the top navigation
2. Click **Create your first assistant** (or the **+** button in the dropdown if you already have one)
3. Enter a name and pick a color
4. Click **Create**

You'll enter the **setup wizard** which walks you through:

* Sources — what the assistant can search
* Q\&A Pairs — pre-defined answers for specific questions
* Behavior — personality, language, and guardrails
* Appearance — widget colors, greeting, and style
* Deploy — get your embed code

{% hint style="info" %}
**Tip:** You can skip steps and come back to configure them later. Only the name is required to create an assistant.
{% 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.knowbase.ai/ai-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.
