# AwoCoupon plugin

**Coupon Code** : This field indicates the code your visitor will have to enter to use the coupon on your shop. You can include coupon code tags which will be replaced during the send process :

* **\[name]** : will be replaced by the name of your user
* **\[key]** : REQUIRED field, will be replaced by a randomly generated code of 6 characters
* **\[subid]** : will be replaced by the receiver's ID
* **\[email]** : will be replaced by the receiver's e-mail address
* You can also add any string if you want... the coupon code "discountFor\[name]-\[key]" will be replaced by "dicountForJohn-Xa6s65" during the send process.


---

# 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/old/integration-plugins/e-commerce/awocoupon-plugin.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.
