# Reference

- [Rocket Soccer](https://docs.tynopia.net/reference/rocket-soccer.md)
- [Exports (API Communication)](https://docs.tynopia.net/reference/rocket-soccer/exports-api-communication.md): All Functions only accessible at server side
- [Controls](https://docs.tynopia.net/reference/rocket-soccer/controls.md)
- [Settings](https://docs.tynopia.net/reference/rocket-soccer/settings.md)
- [Language](https://docs.tynopia.net/reference/rocket-soccer/language.md)
- [Fxmanifest](https://docs.tynopia.net/reference/rocket-soccer/fxmanifest.md)
- [Update](https://docs.tynopia.net/reference/rocket-soccer/update.md)
- [Sled Race](https://docs.tynopia.net/reference/sled-race.md)
- [Exports](https://docs.tynopia.net/reference/sled-race/exports.md): All Functions only accessible at server side
- [Functions](https://docs.tynopia.net/reference/sled-race/functions.md): All functions that can be changed in the server or client
- [Events](https://docs.tynopia.net/reference/sled-race/events.md): These events can be triggered on the server.
- [State Bags](https://docs.tynopia.net/reference/sled-race/state-bags.md): We're using State Bags to identify entities that are part of the sled race.
- [Support](https://docs.tynopia.net/reference/support.md)


---

# Agent Instructions: 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:

```
GET https://docs.tynopia.net/reference.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.
