> For the complete documentation index, see [llms.txt](https://docs.ducks-services.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ducks-services.com/readme.md).

# Welcome

Welcome to the official Duck’s Services setup hub.

This documentation will walk you through everything you need, from preparing your system to launching your product correctly. Please follow each step carefully to ensure proper setup and avoid common issues.

* Start with the [**Pre-Setup Guide**](https://docs.ducks-services.com/getting-started/quickstart) to properly prepare your system.
* Then follow the [**Injection Guide**](https://docs.ducks-services.com/select-your-game) to complete setup.
* Once finished, head to [**Accessing Your Key**](https://ducks-services.com/clients/purchases/) to retrieve your license.
* Using **DMA hardware?** Visit the [**DMA Hardware Docs**](https://docs.ducks-services.com/dma) for hardware installation and configuration.
* If you need help at any point, open a ticket in our [**Discord Support**](https://ducks-services.com/discord) server.

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-type="image"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-shield">:shield:</i></h4></td><td><strong>Pre-Setup Guide</strong></td><td>Required system setup before injection</td><td></td><td></td><td></td><td><a href="https://docs.ducks-services.com/getting-started/quickstart">https://docs.ducks-services.com/getting-started/quickstart</a></td></tr><tr><td><h4><i class="fa-bolt-lightning">:bolt-lightning:</i></h4></td><td><strong>Injection Guide</strong></td><td>Step-by-step setup from start to finish</td><td></td><td></td><td></td><td><a href="https://docs.ducks-services.com/select-your-game">https://docs.ducks-services.com/select-your-game</a></td></tr><tr><td><h4><i class="fa-key">:key:</i></h4></td><td><strong>Accessing Your Key</strong></td><td>Retrieve your license key after purchase</td><td></td><td></td><td></td><td><a href="https://ducks-services.com/clients/purchases/">https://ducks-services.com/clients/purchases/</a></td></tr><tr><td><h4><i class="fa-duck">:duck:</i></h4></td><td><strong>DMA Hardware Docs</strong></td><td>Setup and configure your DMA hardware</td><td></td><td></td><td></td><td><a href="https://docs.ducks-services.com/dma">https://docs.ducks-services.com/dma</a></td></tr></tbody></table>

{% hint style="info" icon="discord" %}
Need assistance? Open a ticket in our [**Discord Server**](https://ducks-services.com/discord) 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://docs.ducks-services.com/readme.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.
