> For the complete documentation index, see [llms.txt](https://help.atlas-control.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.atlas-control.app/spatial-audio-engines.md).

# Spatial Audio Engines

- [d\&b Audiotechnik DS100(M) Signal Engine](https://help.atlas-control.app/spatial-audio-engines/d-and-b-audiotechnik-ds100-m-signal-engine.md): The following details the settings required to enable Atlas to communicate with d\&b DS100 and DS100M. It is not considered to be an instruction manual on how to use DS100.
- [L'Acoustics L-ISA](https://help.atlas-control.app/spatial-audio-engines/lacoustics-l-isa.md): The following details the settings required to enable Atlas to communicate with L'Acoustics L-ISA controller. It is not considered to be an instruction manual on how to use L-ISA.
- [Generic ADM](https://help.atlas-control.app/spatial-audio-engines/generic-adm.md): The following details show how Atlas integrates into the generic ADM protocol.
- [Yamaha AFC (Beta)](https://help.atlas-control.app/spatial-audio-engines/yamaha-afc-beta.md): The following details the settings required to enable Atlas to communicate with Yamaha AFC on DME7 and DME10. It is not considered to be an instruction manual on how to use AFC Controller.
- [Timax SoundHub](https://help.atlas-control.app/spatial-audio-engines/timax-soundhub.md): The following details the settings required to enable Atlas to communicate with Timax SoundHub. It is not considered to be an instruction manual on how to use Timax SoundHub.


---

# 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://help.atlas-control.app/spatial-audio-engines.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.
