# Send exchange templates

Cake Wallet allows you to save send and exchange templates. These can be saved as either a fixed amount of cryptocurrency (eg: 1.234 XMR) or a fixed equivalent amount in fiat currency (eg: 123.45 USD).

You can use templates for your most common transactions. You can create templates using a set cryptocurrency amount (eg: 1.23 XMR), or an approximate fiat amount (eg: $123.45).

{% stepper %}
{% step %}

### Create a new template

* Tap "Send".
* Tap "New" under "Templates" at the bottom.
* Create a name for this template, paste the address, fill in the amount, and press the "Save" button.

![New template](/files/5ed08699234869b6c957a9944abdc3e1ff858e50) ![Fill in template](/files/8ad977e00536682af224b1bcd6aaacb0bcec3dc1)
{% endstep %}

{% step %}

### Use a template

* Tap on the template name to use it.

![Click template](/files/b8821b9f43b04c0513a95c5c1edca4f603b90f54)
{% endstep %}

{% step %}

### Delete a template

* Press and hold the template's name if you would like to delete it.
  {% endstep %}
  {% endstepper %}


---

# 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.cakewallet.com/features/5.x/advanced/send-exchange-templates.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.
