# 봇

## 봇 이란?

봇은 Kompas AI의 핵심 기능입니다. 생성형 AI 봇을 원하는 형식에 맞게 디자인할 수 있습니다.

프롬프트, LLM 모델, API KEY, Knowledge를 설정하여 업무 생산성 향상에 도움을 줄 수 있는 봇을 생성해 보세요.

## 봇 생성 및 설정법

스페이스 메인 화면의 Bot Management에서 사용할 봇을 생성 및 관리할 수 있습니다.

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

### 봇 생성

Bot Management 메인 화면의 Create Bot 버튼을 클릭하여 봇을 생성해 보세요.

### 봇 설정

아래 설정에 필요한 내용을 입력하여 업무에 최적화된 봇을 생성해 보세요.

* Bot Name: Bot 이름
* Icon: Bot 아이콘
* Bot Description: Bot 설명(어떤 작업을 할 수 있는 Bot인지 설명하는데 활용해 보세요)
* API Key: 대화를 위해 사용할 API Key. Open AI, Azure 등에서 API Key를 불러오기 해 사용할 수 있습니다. Free trial의 경우 ‘Kompas AI’를 선택하여 자체 제공하는 API Key를 사용해 보세요
* Browser with Google: Bot과의 대화에서 대답에 Google에서 검색한 내용을 반영할 지 여부
* Code interpreter: 파이썬으로 작성된 코드 실행
* Prompt: Bot이 어떤 형식으로 대답을 해야 하는지 자연어로 설명
* Team Knowledge: 대화 내용에 포함되었으면 하는 내용의 파일, URL, Notion DB 등을 업로드하여 팀원과 공유할 수 있습니다
* Member Access: 팀원 접근 권한
  * 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/korean/undefined/undefined-1/undefined-3.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.
