# Add Collectors

## How to create collectors

To get started, you’ll need to add all your active collectors to the system.

**Here's how:**

1. Click the **"Create"** button in the [Quick Actions](/cloud-drm/getting-started/user-interface.md#section-c-quick-actions) section.
2. Choose **"Collectors"** from the dropdown menu.
3. **Fill in** all relevant fields.
4. Click **Save.**

Your collector is now added and will appear in the collectors list.

<figure><img src="/files/LIXkDRTlERnutB4YKS8C" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
When using any Donary device, the user can sign in with their phone number, and a collector will be created automatically. For the DRM, however, the collector must be created in advance.
{% endhint %}


---

# Agent Instructions: 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://help.donary.com/cloud-drm/getting-started/pre-start-checklist/add-collectors.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.
