# Donation Panel

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

<figure><img src="/files/zLw1wFeKwMxq2wgrdiZl" alt="Donation Panel Example"><figcaption><p>Donation Panel Example</p></figcaption></figure>

## Hiding the donation panel

If you've got a default donation page on your site, the homepage will show a Donation Panel right below the featured content slider. To hide it from the homepage, use the tag `Admin Hide Donation Panel`.&#x20;

## Adding a donation panel

1. Navigate to the page you want to add the donation panel to.&#x20;
2. Add the tag `Admin Show Donation Panel`.
   * By default the donation panel will be linked to your sites default donation page. You can change this under **Your Site > Pages > Defaults**.
   * You can update the text on the donation panel by updating the headline of the donation page.


---

# 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/admin-donation-panel.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.
