# Edition

### Insert dynamic information from default email

The edition page of an override is pretty much the same as any other email, but with one main difference: the "{paramx}" elements in the subject and content:

![](/files/-MLJ7nhARVTBOhhdB81p)

In the default email that should have been sent by your website, there are some dynamic information such as the user name, the site's name, the confirmation link, etc...

You can insert this information when editing a text zone by clicking the "Dynamic text" button:

![](/files/-Mb5t5KhK5l1pt3Sc8TJ)

In this email for example, you will be able to insert the site name, the username and the email address of the user, because this information will be gathered from the original email by AcyMailing.

### Links

Some of these parameters can be links such as an activation link. When you use {paramX} to insert them, it will be replaced by the complete HTML link structure:

```
<a href="https://www.domain.com/index.php">https://www.domain.com/index.php</a>
```

If you only need the URL and not the complete link (to use it in the button for example), you should use {linkX} instead. Replace "X" by the same number as the previous parameter to obtain only the URL:

```
https://www.domain.com/index.php
```


---

# 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/main-pages/email-overrides/edition.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.
