> For the complete documentation index, see [llms.txt](https://holy-city-audio.gitbook.io/spincad-designer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://holy-city-audio.gitbook.io/spincad-designer/design-concepts.md).

# Design Concepts

- [Basic LFOs in SpinCAD Designer](https://holy-city-audio.gitbook.io/spincad-designer/design-concepts/basic-lfos-in-spincad-designer.md): Oct 22, 2022 at 11:04 AM
- [Deep dive into the Three-Tap Delay block](https://holy-city-audio.gitbook.io/spincad-designer/design-concepts/deep-dive-into-the-three-tap-delay-block.md)
- [Deep dive into the ThreeTap Delay, part 1](https://holy-city-audio.gitbook.io/spincad-designer/design-concepts/deep-dive-into-the-three-tap-delay-block/deep-dive-into-the-threetap-delay-part-1.md)
- [Deep dive into the ThreeTap delay, part 2](https://holy-city-audio.gitbook.io/spincad-designer/design-concepts/deep-dive-into-the-three-tap-delay-block/deep-dive-into-the-threetap-delay-part-2.md)
- [Deep dive into the ThreeTap Delay, part 3](https://holy-city-audio.gitbook.io/spincad-designer/design-concepts/deep-dive-into-the-three-tap-delay-block/deep-dive-into-the-threetap-delay-part-3.md)
- [Analyzing the Spin auto-wah peak detector](https://holy-city-audio.gitbook.io/spincad-designer/design-concepts/analyzing-the-spin-auto-wah-peak-detector.md)
- [The Spin auto-wah peak detector, part I](https://holy-city-audio.gitbook.io/spincad-designer/design-concepts/analyzing-the-spin-auto-wah-peak-detector/the-spin-auto-wah-peak-detector-part-i.md)
- [The Spin auto-wah peak detector, part II](https://holy-city-audio.gitbook.io/spincad-designer/design-concepts/analyzing-the-spin-auto-wah-peak-detector/the-spin-auto-wah-peak-detector-part-ii.md)
- [The Spin auto-wah peak detector, part III](https://holy-city-audio.gitbook.io/spincad-designer/design-concepts/analyzing-the-spin-auto-wah-peak-detector/the-spin-auto-wah-peak-detector-part-iii.md)
- [Intro to the "Dattorro" reverb structure](https://holy-city-audio.gitbook.io/spincad-designer/design-concepts/intro-to-the-dattorro-reverb-structure.md)
- [Analyzing the Spin Mini Reverb](https://holy-city-audio.gitbook.io/spincad-designer/design-concepts/analyzing-the-spin-mini-reverb.md)
- [Analyzing the Spin "Mini Reverb" part 1](https://holy-city-audio.gitbook.io/spincad-designer/design-concepts/analyzing-the-spin-mini-reverb/analyzing-the-spin-mini-reverb-part-1.md)
- [Analyzing the Spin "Mini Reverb" part 2](https://holy-city-audio.gitbook.io/spincad-designer/design-concepts/analyzing-the-spin-mini-reverb/analyzing-the-spin-mini-reverb-part-2.md)
- [Analyzing the Spin "Mini Reverb" part 3](https://holy-city-audio.gitbook.io/spincad-designer/design-concepts/analyzing-the-spin-mini-reverb/analyzing-the-spin-mini-reverb-part-3.md): Sep 22, 2022 at 10:59 AM


---

# 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://holy-city-audio.gitbook.io/spincad-designer/design-concepts.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.
