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

# Welcome

Welcome to the Slot City API Documentation! Here you'll get an overview of all the amazing features SlotCity offers to help you integrate this API into your awesome casino.

You'll see some of the best parts of SlotCity API in action — and find help on how you can turn this template into your own.

#### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Getting Started</strong></td><td>Introduction</td><td><a href="https://slotcity.gitbook.io/slotcity-api-documentation/~gitbook/image?url=https%3A%2F%2F3590886847-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FsQaLK3pikuFct6LKHcJX%252Fuploads%252FQijKOttx1rVxutmZlWZM%252F657713bc772741702302652.jpg%3Falt%3Dmedia%26token%3D2d93efcd-8223-414e-a698-fef54c975fdd&#x26;width=490&#x26;dpr=4&#x26;quality=100&#x26;sign=6ec01079&#x26;sv=2">https://slotcity.gitbook.io/slotcity-api-documentation/~gitbook/image?url=https%3A%2F%2F3590886847-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FsQaLK3pikuFct6LKHcJX%252Fuploads%252FQijKOttx1rVxutmZlWZM%252F657713bc772741702302652.jpg%3Falt%3Dmedia%26token%3D2d93efcd-8223-414e-a698-fef54c975fdd&#x26;width=490&#x26;dpr=4&#x26;quality=100&#x26;sign=6ec01079&#x26;sv=2</a></td><td></td><td></td></tr><tr><td><strong>Fundamentals</strong></td><td>Learn the basics of SlotCity</td><td><a href="https://slotcity.gitbook.io/slotcity-api-documentation/~gitbook/image?url=https%3A%2F%2F3590886847-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FsQaLK3pikuFct6LKHcJX%252Fuploads%252FKfIkr6mC2U3DuBF4f4Cy%252Fdownload.jpg%3Falt%3Dmedia%26token%3D91c60898-15ae-4f45-9b8e-6bf01865177e&#x26;width=490&#x26;dpr=4&#x26;quality=100&#x26;sign=4a178ea9&#x26;sv=2">https://slotcity.gitbook.io/slotcity-api-documentation/~gitbook/image?url=https%3A%2F%2F3590886847-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FsQaLK3pikuFct6LKHcJX%252Fuploads%252FKfIkr6mC2U3DuBF4f4Cy%252Fdownload.jpg%3Falt%3Dmedia%26token%3D91c60898-15ae-4f45-9b8e-6bf01865177e&#x26;width=490&#x26;dpr=4&#x26;quality=100&#x26;sign=4a178ea9&#x26;sv=2</a></td><td></td><td></td></tr><tr><td><strong>Dig Deeper</strong></td><td>API Reference</td><td><a href="https://slotcity.gitbook.io/slotcity-api-documentation/~gitbook/image?url=https%3A%2F%2F3590886847-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FsQaLK3pikuFct6LKHcJX%252Fuploads%252FExrha1RG4rgGLZM79zav%252F65a7f60ebd0231705506318.png%3Falt%3Dmedia%26token%3D76546b8b-849d-441f-88f8-982c5b90adda&#x26;width=490&#x26;dpr=4&#x26;quality=100&#x26;sign=1bd8e473&#x26;sv=2">https://slotcity.gitbook.io/slotcity-api-documentation/~gitbook/image?url=https%3A%2F%2F3590886847-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FsQaLK3pikuFct6LKHcJX%252Fuploads%252FExrha1RG4rgGLZM79zav%252F65a7f60ebd0231705506318.png%3Falt%3Dmedia%26token%3D76546b8b-849d-441f-88f8-982c5b90adda&#x26;width=490&#x26;dpr=4&#x26;quality=100&#x26;sign=1bd8e473&#x26;sv=2</a></td><td></td><td></td></tr></tbody></table>


---

# 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.thunderboltgames.net/welcome.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.
