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

# 차트판닷컴 백서 목차

| 대분류                                    | 중분류                                                  | 소분류                                                              |
| -------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------------------- |
| [차트판닷컴의 이해](/chartpan/undefined-1.md)  | [프로젝트 목표](/chartpan/undefined-1/undefined.md)        |                                                                  |
|                                        | [트레이딩 인공지능 이점](/chartpan/undefined-1/undefined-1.md) | [인공지능 '차트판'](/chartpan/undefined-1/undefined-1/undefined.md)     |
|                                        | [비지니스 모델](/chartpan/undefined-1/undefined-2.md)      | [진행내용 및 중장기 로드맵](/chartpan/undefined-1/undefined-2/undefined.md) |
| [플랫폼 생태계](/chartpan/undefined-2.md)    | [차트판 NFT&토큰](/chartpan/undefined-2/nft-and.md)       |                                                                  |
|                                        | [NFT 홀더혜택](/chartpan/undefined-2/nft.md)             |                                                                  |
|                                        | [차트판토큰 기본정보](/chartpan/undefined-2/undefined.md)     | [토큰 유통 계획](/chartpan/undefined-2/undefined/undefined.md)         |
|                                        | [차트판토큰 생태계](/chartpan/undefined-2/undefined-1.md)    | [Cpoint 획득방법](/chartpan/undefined-2/undefined-1/cpoint.md)       |
|                                        | [투자 커뮤니티 시스템](/chartpan/undefined-2/undefined-2.md)  |                                                                  |
| [백서 기본정보](/chartpan/undefined-3.md)    | [버전별 업데이트 내용](/chartpan/undefined-3/undefined.md)    |                                                                  |
|                                        | [면책조항](/chartpan/undefined-3/undefined-1.md)         |                                                                  |
| [FAQ\[자주하는 질문\]](/chartpan/faq.md)     |                                                      |                                                                  |
| [프로젝트 공식 주소](/chartpan/undefined-4.md) | [어플리케이션(앱) 다운링크](/chartpan/undefined-4/undefined.md) |                                                                  |


---

# 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://chartpan-com.gitbook.io/chartpan/undefined.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.
