# 챗봇 만들기

CHATIST에서는 기업이 보유한 문서, 웹페이지, Q\&A 데이터를 활용하여 AI 챗봇을 만들 수 있습니다.

사용자는 목적에 따라 문서 파일을 업로드하거나, 웹사이트 URL을 등록하거나, 질문과 답변을 직접 입력하여 챗봇을 생성할 수 있습니다. 이미 생성된 여러 챗봇을 하나의 폴더로 묶어 사용할 수도 있습니다.

### 챗봇 생성 방식

| 생성 방식                                                              | 설명                                      | 추천 사용 상황                                 |
| ------------------------------------------------------------------ | --------------------------------------- | ---------------------------------------- |
| [문서 업로드로 챗봇 만들기](/chatist/manual/chatist/undefined-1/undefined.md) | PDF, DOC, HWP, TXT 파일을 업로드하여 챗봇을 생성합니다. | 매뉴얼, 규정, 계약서, 기획서 등 문서 기반 질의응답이 필요한 경우   |
| [웹사이트 URL로 챗봇 만들기](/chatist/manual/chatist/undefined-1/url.md)     | 웹사이트 주소를 입력하여 웹페이지 내용을 기반으로 챗봇을 생성합니다.  | 홈페이지, 공지사항, 블로그, 웹문서 내용을 기반으로 답변해야 하는 경우 |
| [Q\&A로 챗봇 만들기](/chatist/manual/chatist/undefined-1/q-and-a.md)     | 질문과 답변을 직접 등록하여 챗봇을 생성합니다.              | FAQ, 고정 답변, 이미지·파일·링크가 포함된 답변이 필요한 경우    |
| [폴더로 여러 챗봇 묶기](/chatist/manual/chatist/undefined-1/undefined-1.md) | 여러 개의 챗봇을 하나의 폴더로 묶어 사용합니다.             | 문서, 웹, Q\&A 챗봇을 함께 활용해야 하는 경우            |

### 챗봇 생성 기본 흐름

{% stepper %}
{% step %}
`새로운 챗봇` 버튼을 클릭합니다.
{% endstep %}

{% step %}
생성할 챗봇 유형을 선택합니다.
{% endstep %}

{% step %}
문서, URL, Q\&A 등 원본 데이터를 등록합니다.
{% endstep %}

{% step %}
필요한 경우 데이터 내용을 정제합니다.
{% endstep %}

{% step %}
AI 성격, 회사, LLM 모델 등 채팅 옵션을 설정합니다.
{% endstep %}

{% step %}
`챗봇 만들기` 또는 `생성` 버튼을 클릭합니다.
{% endstep %}

{% step %}
생성된 챗봇을 선택하여 답변을 테스트합니다.
{% endstep %}
{% endstepper %}


---

# 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://ixpert-product.gitbook.io/chatist/manual/chatist/undefined-1.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.
