> 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/chatist.md).

# CHATIST 가이드 센터

{% hint style="warning" icon="messages" %}
CHATIST는 문서와 지식을 연결해 바로 활용할 수 있는 AI 챗봇 서비스입니다.

이용에 필요한 가이드와 업데이트 소식을 CHATIST 가이드 센터에서 확인할 수 있습니다.
{% endhint %}

<figure><img src="https://574853158-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH37fabm5AIat9dRwU3Xo%2Fuploads%2FNOszjibEnhbWjpkQMKwa%2Fimage.png?alt=media&amp;token=a1838385-deeb-4331-9937-637e69ef0c2d" alt=""><figcaption></figcaption></figure>

{% embed url="<https://www.bizgo.io/brand/service/chatist>" %}

{% embed url="<https://intro.chatist.co.kr/>" %}

### 바로가기

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>서비스 소개</td><td><a href="https://ixpert-product.gitbook.io/chatist/overview/">CHATIST 소개</a></td></tr><tr><td>이용 가이드</td><td><a href="https://ixpert-product.gitbook.io/chatist/manual/">이용 가이드</a></td></tr><tr><td>업데이트 소식</td><td><a href="https://ixpert-product.gitbook.io/chatist/updates/">업데이트 소식</a></td></tr><tr><td>FAQ</td><td><a href="https://ixpert-product.gitbook.io/chatist/faq/">FAQ</a></td></tr></tbody></table>

### 처음 사용하는 경우

CHATIST를 처음 사용하는 경우 아래 순서로 확인해 주세요.

:digit\_one: [채티스트 시작하기](/chatist/manual/chatist/undefined.md)에서 전체 사용 흐름과 권한별 사용 가능 기능을 확인합니다.

:digit\_five: [사용 권한 가이드](/chatist/manual/chatist/undefined-1.md)에서 계정, 설정, 통계, 채팅 이력 관리 방법을 확인합니다.

:digit\_two: [챗봇 만들기](/chatist/manual/chatist/undefined-2.md)에서 문서, 웹사이트, Q\&A 기반 챗봇 생성 방법을 확인합니다.

:digit\_three: [채팅 사용하기](/chatist/manual/chatist/undefined-3.md)에서 생성한 챗봇과 대화하고 답변을 확인합니다.

:digit\_four: [플로팅 챗 활용하기](/chatist/manual/chatist/undefined-4.md)에서 웹사이트에 챗봇을 적용하는 방법을 확인합니다.

### 활용 사례

<figure><img src="https://574853158-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FH37fabm5AIat9dRwU3Xo%2Fuploads%2FXd3It1kE9okqH1LXaJgh%2Fimage.png?alt=media&amp;token=89b8a284-ddab-49d5-9259-d9866192153b" alt=""><figcaption></figcaption></figure>

### 문의 안내

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/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.
