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

# 시작하기

- [Ticket King을 서버에 초대하기](https://ticketking.xyz/docs/ko/getting-started/invite-ticket-king.md): 1분 이내에 Discord 서버에 Ticket King을 추가하세요.
- [대시보드 열기](https://ticketking.xyz/docs/ko/getting-started/open-your-dashboard.md): 봇을 설정하려면 ticketking.xyz에서 로그인하세요.
- [서버를 선택하세요](https://ticketking.xyz/docs/ko/getting-started/pick-your-server.md): 서버 선택기를 읽는 방법과 각 카드 상태의 의미.
- [대시보드 사이드바 둘러보기](https://ticketking.xyz/docs/ko/getting-started/tour-the-dashboard.md): 대시보드 사이드바의 모든 섹션, 각 섹션이 제어하는 내용, 그리고 볼 수 있는 사람.
- [첫 패널 만들기](https://ticketking.xyz/docs/ko/getting-started/build-your-first-panel.md): "봇을 방금 초대했습니다"에서 "멤버가 티켓을 열 수 있습니다"까지, 빠른 시작 경로.
- [멤버처럼 테스트해 보세요](https://ticketking.xyz/docs/ko/getting-started/test-it-like-a-member.md): 새 패널을 발표하기 전에 끝까지 제대로 작동하는지 확인하세요.
- [다음 단계](https://ticketking.xyz/docs/ko/getting-started/where-to-go-next.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://ticketking.xyz/docs/ko/getting-started.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.
