# Schedule Dedicated Servers Documentation

## Documentation

- [SDS Documentation](https://schedule-i-dedicated-servers.gitbook.io/docs/sds-documentation.md): Welcome to the Schedule Dedicated Servers documentation.
- [Extracting the game to unity](https://schedule-i-dedicated-servers.gitbook.io/docs/schedule-in-unity/extracting-the-game-to-unity.md)
- [Creating an assetbundle](https://schedule-i-dedicated-servers.gitbook.io/docs/schedule-in-unity/creating-an-assetbundle.md): This tutorial is designed to demonstrate how to import assets into the game, including 3D models, textures, prefabs, particles, and more.
- [How to create a plugin](https://schedule-i-dedicated-servers.gitbook.io/docs/creating-plugins/how-to-create-a-plugin.md)
- [The ClientAPI (custom content)](https://schedule-i-dedicated-servers.gitbook.io/docs/creating-plugins/the-clientapi-custom-content.md)
- [Custom Assets](https://schedule-i-dedicated-servers.gitbook.io/docs/custom-assets.md)
- [Plugin Events](https://schedule-i-dedicated-servers.gitbook.io/docs/plugin-events.md)
- [Texture/Material Replacement](https://schedule-i-dedicated-servers.gitbook.io/docs/texture-material-replacement.md)
- [Chat Messages](https://schedule-i-dedicated-servers.gitbook.io/docs/chat-messages.md)
- [Chat Commands](https://schedule-i-dedicated-servers.gitbook.io/docs/chat-commands.md)
- [Console Commands](https://schedule-i-dedicated-servers.gitbook.io/docs/console-commands.md)
- [HAPI Methods](https://schedule-i-dedicated-servers.gitbook.io/docs/hapi-methods.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://schedule-i-dedicated-servers.gitbook.io/docs/sds-documentation.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
