> 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/tutorials/getting-started.md).

# Getting Started

{% embed url="<https://www.youtube.com/watch?v=fPKpGW04NrA>" %}

Visit the[ SpinCAD Designer Github page](https://github.com/HolyCityAudio/SpinCAD-Designer) and install the SpinCAD JAR file following the instructions.

Before you do any patch design with SpinCAD Designer, you'll want to make sure that the simulator is running with the correct format of WAV file.  I've linked to a couple suitable 32768 kHz 16 bit stereo WAV files to get you started.  The audio has been normalized to -6 dB.

[Clean guitar loop](https://github.com/HolyCityAudio/SpinCAD-Designer/raw/master/patches/clean%20guitar%20loop.wav-323768.wav)

[Drum beat](https://github.com/HolyCityAudio/SpinCAD-Designer/raw/master/patches/spincad-drum-beat-32-khz.wav)


---

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

```
GET https://holy-city-audio.gitbook.io/spincad-designer/tutorials/getting-started.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.
