> For the complete documentation index, see [llms.txt](https://docs.codenation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codenation.com/campana-espanol/admin-tag-customisations/admin-custom-field.md).

# Campos personalizados en la base de datos

¿Quieres preguntar algo en una página de acción que no está disponible en los campos estándar de NationBuilder? La buena noticia es que los temas de Code Nation admiten **campos dinámicos personalizados**.

**¿Que son los campos dinámicos personalizados?**

Usando etiquetas Admin, puedes agregar campos personalizados a cualquier página de acción en el sitio. Lee más sobre los campos personalizados aquí: <https://nationbuilder.com/when_to_use_custom_fields>.

1- Para crear un campo personalizado has clic en **Ajustes,** en la barra de navegación lateral, y luego has clic en **Los campos personalizados.**\
2- Dirígete a la página en la que quieres agregar el campo.\
3- Agrega la etiqueta "`Admin Custom Field:[slug_campo_personalizado]`" (ej. Admin Custom Field:hear\_about\_us)

(Nota: el video a continuación muestra nuestro tema Candidato, pero los pasos son los mismos para Campaña)

![](/files/-LjoaVuomXHHIlLrQVaU)


---

# 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.codenation.com/campana-espanol/admin-tag-customisations/admin-custom-field.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.
