# How to ?

- [Get Started](https://docs.tachyon.video/how-to/get-started.md): The fundamental tasks to be accomplished when building a TACHYON project are regrouped in this quick start guide. Investigate a few of the software’s modules, and create a simple show.
- [Map a MIDI Slider](https://docs.tachyon.video/how-to/map-a-midi-slider.md)
- [Use Timecode](https://docs.tachyon.video/how-to/use-timecode.md): Midi & Audio(LTC)
- [External TCP/UDP Control Specifications](https://docs.tachyon.video/how-to/external-tcp-udp-control-specifications.md): Implementation: Tachyon v11


---

# 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.tachyon.video/how-to.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.
