# Campaigns management

The Campaigns management menu is a bit different from the two others, your users see their own campaigns, but they won't be able to create all the campaign types as in the admin part of your site:

![](/files/-LyDvhw5SlO3DuRxXbYw)

They will be able to create simple or scheduled campaigns, but not "automatic" ones.

The "Queue processing" option in [the "Queue process" tab](/setup/configuration/queue-process.md) of the AcyMailing configuration will be ignored, all the mails sent from the public part of your site will be added to the queue, no campaign will be directly sent.

{% hint style="info" %}
Note that users won't be able to insert images in their emails if you don't grant them an access right to the media manager (com\_media extension).
{% 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://docs.acymailing.com/advanced/let-users-manage-their-own-users-emails/campaigns-management.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.
