# Learning coherence

- [First Steps tutorial](https://docs.coherence.io/0.10/learning-coherence/first-steps-tutorial.md)
- [1. Basic syncing](https://docs.coherence.io/0.10/learning-coherence/first-steps-tutorial/1-basic-syncing.md)
- [1.2. Animation parameters](https://docs.coherence.io/0.10/learning-coherence/first-steps-tutorial/1-basic-syncing/1-2-animation-parameters.md)
- [1.3. Sending commands](https://docs.coherence.io/0.10/learning-coherence/first-steps-tutorial/1-basic-syncing/1-3-sending-commands.md)
- [2. Physics / Authority transfer](https://docs.coherence.io/0.10/learning-coherence/first-steps-tutorial/2-physics-authority-transfer.md)
- [3. Areas of interest](https://docs.coherence.io/0.10/learning-coherence/first-steps-tutorial/3-spatial-partitioning.md)
- [4. Parenting entities](https://docs.coherence.io/0.10/learning-coherence/first-steps-tutorial/4-parenting-entities.md)
- [5. Complex hierarchies](https://docs.coherence.io/0.10/learning-coherence/first-steps-tutorial/5-complex-hierarchies.md)
- [6. Persistence](https://docs.coherence.io/0.10/learning-coherence/first-steps-tutorial/6-persistence.md)
- [How to network...](https://docs.coherence.io/0.10/learning-coherence/how-to-network-x.md): Quick exploration and recommendations for different game genres
- [Racing](https://docs.coherence.io/0.10/learning-coherence/how-to-network-x/how-to-racing.md)
- [Turn-based](https://docs.coherence.io/0.10/learning-coherence/how-to-network-x/how-to-turnbased.md)
- [First-Person Shooter](https://docs.coherence.io/0.10/learning-coherence/how-to-network-x/how-to-fps.md)
- [MMO](https://docs.coherence.io/0.10/learning-coherence/how-to-network-x/how-to-mmo.md)
- [Fighting](https://docs.coherence.io/0.10/learning-coherence/how-to-network-x/how-to-fighter.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.coherence.io/0.10/learning-coherence.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.
