# Bot

### What is Bot?

Bots are a core feature of Kompas AI. You can design conversational AI bots in any format you want.

Set up prompts, LLM models, API Keys, and knowledge to create a bot that can help you be more productive at work.

### How to Create and Setup a Bot

You can create and manage bots for use in Bot Management on the Space main screen.

<figure><img src="/files/TqI0cEOK6lymHjzlXEJq" alt="" width="563"><figcaption><p>Dashboard main page</p></figcaption></figure>

#### Create Bot

Click the Create Bot button on the Bot Management main screen to create a bot.

#### Bot Setup

Fill out the settings below to create a bot optimized for your work.

* Bot Name: Bot Name
* Icon: Bot Icon
* Bot Description: Bot description (use this to describe what the bot can perform)
* API Key: The API key to use for conversations. You can import and use API keys from Open AI, Azure, etc. For a free trial, select "Kompas AI" to use the API key we provide in-house
* Browser with Google: Whether answers in conversations with the bot will reflect searches in Google
* Code interpreter: Run the code written in python
* Prompt: Explain in natural language what format the bot should answer in
* Team Knowledge: Upload files, URLs, Notion DBs, and more to share with your teammates about what you'd like to see included in conversations
* Member Access: Team member access
  * Automatically add new members: If checked this access, team members who are invited after the bot is created will automatically be granted permission to use the bot


---

# 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.kompas.ai/kompas-ai-docs-ver2/get-started/quick-start/bot.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.
