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

# User Manual

- [Governance](https://docs.cbkstarter.com/user-manual/governance.md): Join governance to vote for your favorite project
- [Enter Governance (KOR)](https://docs.cbkstarter.com/user-manual/governance/enter-governance-kor.md): 거버넌스에 참여하여 프로젝트의 인기 현황을 알아보세요!
- [Enter Governance (ENG)](https://docs.cbkstarter.com/user-manual/governance/enter-governance-eng.md): Find out about your favorite project's popularity by looking through governance!
- [Staking](https://docs.cbkstarter.com/user-manual/staking.md): Stake your CBK to increase allocation of your tickets
- [How to stake (KOR)](https://docs.cbkstarter.com/user-manual/staking/how-to-stake-kor.md): CBK랭크 기준으로 스테이킹을 하시면 프로젝트 풀 참여 전 티켓 구매권을 얻으실 수 있습니다!
- [How to stake (ENG)](https://docs.cbkstarter.com/user-manual/staking/how-to-stake-eng.md): Staking CBK is a great way to get more ticket allocation for the project pool. This way you can have higer possiblity of winning more project tokens.
- [Project Pool](https://docs.cbkstarter.com/user-manual/project-pool.md): After completing staking, you can browse through the project pool.
- [Enter project pool (KOR)](https://docs.cbkstarter.com/user-manual/project-pool/enter-project-pool-kor.md): 프로젝트 풀에 참여해서 원하시는 프로젝트의 토큰을 ETH와 교환해 보세요! 시중에 공개되지 않은 토큰을 사전에 먼저 획득할 수 있는 기회입니다!
- [Enter project pool (ENG)](https://docs.cbkstarter.com/user-manual/project-pool/enter-project-pool-eng.md): Join the project pool of your choice to get the tokens that are not released on the market yet. Don't miss this great opportunity to earn the project tokens!


---

# 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://docs.cbkstarter.com/user-manual.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.
