> For the complete documentation index, see [llms.txt](https://docs.helpyousponsor.com/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helpyousponsor.com/guides/core-features/program-management/additional-gifts.md).

# Additional Gifts

Additional gifts are supplementary donations that donors can contribute when sponsoring children. These gifts allow donors to support specific causes or needs beyond their regular sponsorship commitments.

To navigate to **"Additional Gifts"** click on **"Program Settings"** under Programs on the main menu and click the **"Additional Gifts"** Tab.

<figure><img src="/files/fIOHd0oQKxHUYOKBfjnR" alt=""><figcaption></figcaption></figure>

The Additional Gifts page shows you a list of the additional gifts you created on your HelpYouSponsor account. To create an additional gift, click the **"Create Additional Gift"** button in the top right corner.

This will open up a drawer with a form to create the additional gift.

<figure><img src="/files/drBj9obrmujlhvF3MFRz" alt="" width="375"><figcaption><p>Creating an additional gift.</p></figcaption></figure>

The form requires four fields;

* **Designation name:** This is the name of the additional gift.
* **Accounting Code:** You can use any accounting code of your choice.
* **Donor form:** Choose one of the listed donor profile forms.
* **Email set:** Choose one of the listed email sets.

To edit an additional gift, click the **"Edit"** button of the additional gift you wish to edit in the table. This will open up a drawer with the editing form.

<figure><img src="/files/zWIbwgGUChH1UBrTjdCr" alt="" width="375"><figcaption><p>Editing an additional gift</p></figcaption></figure>

When editing an additional gift, you are also able to add more information about the additional gift in the **"Info"** field as well as add specific donation amounts for the gift in the **"Donation Amounts"** field.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.helpyousponsor.com/guides/core-features/program-management/additional-gifts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
