# Developer Documentation

### Inserting custom content in emails

{% content-ref url="making-a-custom-add-on" %}
[making-a-custom-add-on](https://docs.acymailing.com/developers/making-a-custom-add-on)
{% endcontent-ref %}

### Executing custom code on AcyMailing triggers

{% content-ref url="making-a-custom-add-on/execute-custom-script-on-specific-acymailing-actions" %}
[execute-custom-script-on-specific-acymailing-actions](https://docs.acymailing.com/developers/making-a-custom-add-on/execute-custom-script-on-specific-acymailing-actions)
{% endcontent-ref %}

### Using AcyMailing code in custom script

{% content-ref url="custom-script-using-our-code" %}
[custom-script-using-our-code](https://docs.acymailing.com/developers/custom-script-using-our-code)
{% endcontent-ref %}

### REST API

{% content-ref url="<https://app.gitbook.com/s/CosW1WHkmfl9f2vUOzRX/>" %}
[Overview](https://app.gitbook.com/s/CosW1WHkmfl9f2vUOzRX/)
{% 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/developers/acymailing-developer-documentation.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.
