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

# Getting Started

- [Invite Ticket King to your server](https://ticketking.xyz/docs/getting-started/invite-ticket-king.md): Add Ticket King to your Discord server in under a minute.
- [Open your dashboard](https://ticketking.xyz/docs/getting-started/open-your-dashboard.md): Sign in at ticketking.xyz to configure the bot.
- [Pick your server](https://ticketking.xyz/docs/getting-started/pick-your-server.md): Reading the server picker and what each card state means.
- [Tour the dashboard sidebar](https://ticketking.xyz/docs/getting-started/tour-the-dashboard.md): Every section of the dashboard sidebar, what it controls, and who can see it.
- [Build your first panel](https://ticketking.xyz/docs/getting-started/build-your-first-panel.md): From "I just invited the bot" to "members can open tickets", the fast path.
- [Test it like a member](https://ticketking.xyz/docs/getting-started/test-it-like-a-member.md): Verify your new panel works end-to-end before announcing it.
- [Where to go next](https://ticketking.xyz/docs/getting-started/where-to-go-next.md): Now that the basics work, here's what most teams configure next.
- [Free plan limits](https://ticketking.xyz/docs/getting-started/free-plan-limits.md): Exactly what the Ticket King free plan includes, and its limits.


---

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