# ボット

### ボットとは?

ボットはKompas AIのコア機能です。生成型AI ボットを好きな形式に合わせてデザインすることができます。

&#x20;Prompt、LLMモデル、API KEY、Knowledgeを設定し、業務生産性の向上に役立つボットを作成してみましょう。&#x20;

### ボットの生成及び設定方法&#x20;

Spaceメイン画面のBot Managementで使用するボットを作成・管理できます。

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

#### ボット 生成

Bot Managementメイン画面のCreate BotボタンをクリックしてBotを作成してみましょう。

#### ボット設定&#x20;

下記の設定に必要な内容を入力して、業務に最適化されたBotを作成できます。&#x20;

* Bot Name: ボットの名前&#x20;
* Icon: Botのアイコン&#x20;
* Bot Description: Botの説明(どんな作業ができるBotか説明するのに活用してください)&#x20;
* API Key：会話のために使用するAPI Key。 Open AI、AzureなどでAPI Keyを取得して使用することができます。無料トライアルの場合、'Kompas AI'を選択して独自に提供するAPI Keyを使用してみてください。&#x20;
* Browser with Google: Botとの会話で答えにGoogleで検索した内容を反映するかどうか。
* Code interpreter: Pythonで書かれたコードを実行する&#x20;
* Prompt: Botがどのような形式で答えを出すべきかを自然語で説明します。&#x20;
* Team Knowledge: 対話内容に含まれてほしい内容のファイル、URL、Notion DBなどをアップロードしてチームメンバーと共有することができます。&#x20;
* Member Access: チームメンバーのアクセス権限&#x20;
  * Automatically add new members: チェックすると、Bot生成後、招待されたチームメンバーに自動的に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/japanese/get-started/kuikkusutto/botto.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.
