# Custom Donation Field Inputs

Wanting to ask something on an action that isn't available in NationBuilder's standard inputs? The good news is that Code Nation themes support **dynamic custom inputs.**

What are dynamic custom inputs?

By using Admin tags we can add custom fields to any donation action on the site. Read more about custom fields here <https://nationbuilder.com/when_to_use_custom_fields>.

1- Create the new custom donation field Settings > Custom Fields > Donations\
2- Navigate to the page you want to add the field to\
3- Add the tag to the page `Admin Custom Donation Field:[CUSTOM_FIELD_SLUG]` (i.e. `Admin Custom Donation Field:hear_about_us`)


---

# 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/campana/admin-tag-customisations/custom-donation-field-inputs.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.
