# Covering donation fees

{% hint style="info" %}
Live Example: <https://candidate.codenation.com/donation_v2>
{% endhint %}

<figure><img src="/files/37qf51cl5gfWzM9qYQte" alt=""><figcaption><p>Donation Cover Fee Checkbox</p></figcaption></figure>

## How to add the checkbox?&#x20;

1. Navigate to your donation\_v2 page in Nationbuilder.
2. Apply the tag `Admin Cover Fee` to the page.
3. Preview your donation v2 page to view the results.&#x20;
   * The checkbox "I’ll cover the processing fee - add it to my donation" will be shown at the bottom of your donation form.

{% hint style="success" %}
Once configured, your payment processing fees will be included in the total donation amount selected by your supporter. Please note: processing fees are calculated at 2.9% + 30 cents (or 0.3 units of your chosen currency).
{% 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.codenation.com/admin-tag-customisations/covering-donation-fees.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.
