# Quick Start

### Get your API keys

Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.

You can get your API keys here: [https://www.acymailing.com/account/licenses](https://www.acymailing.com/account/license/)

### Make your first request

To make your first request, send an authenticated request to get your account info and credits usages

{% content-ref url="/pages/RCkSdbGRNBg48suW2bQB" %}
[License information](/acymailer/license-information.md)
{% endcontent-ref %}

### Add your domain on our Sending Service

Before sending emails you need to verify your identity on our Sending Service.

To do that you'll need to add your domain to our API:

{% content-ref url="/pages/uGccOs330T85vDRDw3VM" %}
[Register new domain](/acymailer/domains/register-new-domain.md)
{% endcontent-ref %}

Once it's done you need to add your CNAME entries on your DNS provider, you can check this documentation: <https://docs.acymailing.com/external-sending-method/acymailing-sending-service#how-to-add-the-dns-entries-on-my-server>

### Send your first email

Once your domain is successfully registered you can send an email

{% content-ref url="/pages/2lSz75f6lUX18gkE0rwa" %}
[Send email](/acymailer/send-email.md)
{% endcontent-ref %}


---

# 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://docs.acymailing.com/acymailer/quick-start.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.
