> For the complete documentation index, see [llms.txt](https://ixpert-product.gitbook.io/chatist/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ixpert-product.gitbook.io/chatist/overview/chatist.md).

# CHATIST 소개

<figure><img src="/files/CyItX15JzcniATkhlHHX" alt=""><figcaption></figcaption></figure>

### CHATIST란?

CHATIST는 기업의 데이터를 활용하여 사용자의 질문에 답하는 AI 챗봇 서비스입니다.

문서, 웹페이지, Q\&A 데이터를 기반으로 챗봇을 생성하고, 사용자가 자연어로 질문하면 관련 데이터를 분석해 필요한 답변을 제공합니다.

### 소개 페이지 구성

아래 페이지에서 CHATIST의 주요 내용을 확인할 수 있습니다.

<table data-header-hidden><thead><tr><th width="193"></th><th></th></tr></thead><tbody><tr><td><a data-mention href="/pages/qGieDzl1lrFKchSWdzHi">/pages/qGieDzl1lrFKchSWdzHi</a></td><td>기업용 AI 챗봇이 필요한 이유와 도입 효과를 소개합니다.</td></tr><tr><td><a data-mention href="/pages/iOHFhEtsCAB0DOsxRn36">/pages/iOHFhEtsCAB0DOsxRn36</a></td><td>CHATIST의 개념, 특징, 활용 방식과 제공 가치를 안내합니다.</td></tr><tr><td><a data-mention href="/pages/LG46BUSzQ6hDsiYZl1GF">/pages/LG46BUSzQ6hDsiYZl1GF</a></td><td>문서, 웹페이지, Q&#x26;A 기반 챗봇 생성과 주요 기능을 안내합니다.</td></tr><tr><td><a data-mention href="/pages/cJTfaTMUr9O9JqfEWBmN">/pages/cJTfaTMUr9O9JqfEWBmN</a></td><td>다양한 업종에서 CHATIST가 활용되는 방식과 적용 사례를 소개합니다.</td></tr></tbody></table>

### 문의 안내

CHATIST 도입이나 활용에 대한 자세한 안내가 필요한 경우 담당자에게 문의해 주세요.

문의: <chatist@infobank.net>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ixpert-product.gitbook.io/chatist/overview/chatist.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
