> For the complete documentation index, see [llms.txt](https://cookiebunker.gitbook.io/cookiebunker/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cookiebunker.gitbook.io/cookiebunker/dma/welcome.md).

# Welcome

Welcome to **CookieBunker’s DMA setup hub**.

This guide will walk you through everything you need to get your DMA setup fully working, from hardware installation to firmware flashing.

Follow each step carefully to avoid common issues and ensure a smooth setup.

Before you begin, we recommend downloading the CookieBunker's DMA Support Tool and following along with our full video setup guide to ensure everything is installed correctly from the start.

<a href="https://www.placeholder.com/" class="button primary" data-icon="square-down">CookieBunker's DMA Tool</a>

***

<table data-view="cards"><thead><tr><th></th><th data-type="image"></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><i class="fa-window-maximize">:window-maximize:</i></td><td></td><td><strong>DMA Installation</strong></td><td>Install your DMA card in your main PC</td><td><a href="/pages/51efc75b9d0b058ff30b6f1ec8534e0f66e53c6a">/pages/51efc75b9d0b058ff30b6f1ec8534e0f66e53c6a</a></td></tr><tr><td><i class="fa-usb-drive">:usb-drive:</i></td><td></td><td><strong>JTAG Driver Setup</strong></td><td>Install JTAG drivers on your second PC</td><td><a href="/pages/0e282e841b8fc1783405ea60ec9298f2e5d94c9e">/pages/0e282e841b8fc1783405ea60ec9298f2e5d94c9e</a></td></tr><tr><td><i class="fa-transmission">:transmission:</i></td><td></td><td><strong>DATA Driver Setup</strong></td><td>Install DATA drivers on your second PC</td><td><a href="/pages/7401d0c745cd03a258d18a208daa9944e5b843c8">/pages/7401d0c745cd03a258d18a208daa9944e5b843c8</a></td></tr><tr><td><i class="fa-gauge-low">:gauge-low:</i></td><td></td><td><strong>Speed Test</strong></td><td>Verify DMA connection is working properly</td><td><a href="/pages/18895a08ffba3a6efee06eb0e3e37fe67a5915a7">/pages/18895a08ffba3a6efee06eb0e3e37fe67a5915a7</a></td></tr><tr><td><i class="fa-dna">:dna:</i></td><td></td><td><strong>DNA ID</strong></td><td>Retrieve your DNA ID to claim firmware</td><td><a href="/pages/8ad77d6c4c2491aa82ac520cc536dd829e058cca">/pages/8ad77d6c4c2491aa82ac520cc536dd829e058cca</a></td></tr><tr><td><i class="fa-bolt-lightning">:bolt-lightning:</i></td><td></td><td><strong>Firmware Flashing</strong></td><td>Flash firmware onto your DMA card</td><td><a href="/pages/4a4541cd51e9c866913616aacd6efbb2107dda86">/pages/4a4541cd51e9c866913616aacd6efbb2107dda86</a></td></tr><tr><td><i class="fa-window-maximize">:window-maximize:</i></td><td></td><td><strong>Makcu Setup</strong></td><td>Configure Makcu device for aiming control setup</td><td><a href="/pages/d7d9071331425fa6a5a3101645df6e89d2e0a29a">/pages/d7d9071331425fa6a5a3101645df6e89d2e0a29a</a></td></tr><tr><td><i class="fa-merge">:merge:</i></td><td></td><td><strong>1K Fuser Setup</strong></td><td>Set up fuser for proper display output</td><td><a href="/pages/ae800f14dd454cfde276342aca27e14e112dc7a5">/pages/ae800f14dd454cfde276342aca27e14e112dc7a5</a></td></tr></tbody></table>

{% hint style="info" %}
Need assistance? Open a ticket in our [**Discord Server**](https://discord.gg/cookiebunker) and we’ll help you right away.
{% endhint %}


---

# 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://cookiebunker.gitbook.io/cookiebunker/dma/welcome.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.
