> For the complete documentation index, see [llms.txt](https://docs.videsk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videsk.io/es-dashboard/formularios/tipos-de-campos/seleccion-unica.md).

# Selección única

## Previsualización del campo

![Previsualización del campo de Selección única en el editor de formularios](/files/-Megv_e6NSm05vDsK4Br)

## Vista de edición

![Vista del campo de Selección única en modo de edición](/files/-Megv_e4_Nqu0usabkLs)

### Opciones

Si presionas **opciones** será posible editar el listado desplegable que compondrá el campo.

![Vista de edición de opciones del campo de Selección única](/files/-Megv_e5aQ6PpDuvpZeG)

En cada campo del lado izquierdo será posible incluir un nombre de registro interno ***12, 13 y 14*** en este caso; y en los campos del lado derecho será posible editar el nombre que el usuario verá en el formulario ***Alemania, Italia y United States*** respectivamente.

{% hint style="warning" %}
**Evita repetir el nombre de campos internos**, esto puede alterar la forma en que se midan los resultados finales de la información recolectada.
{% endhint %}

### Atributos

Si presionas **atributos** se desplegarán otras opciones de configuración:

![Vista de atributos del campo de Selección única](/files/-Megv_e3xzoQt-hvvNij)

* **Deshabilitado:** El campo existirá en el formulario pero no será visible en el widget.
* **Requerido:** El campo se marca con un asterisco rojo (\*), significa que es obligatorio completarlo.
* **Mensaje de ayuda:** Es el mensaje de color gris dentro del campo, para indicar a los usuarios información complementaria sobre cómo llenar el campo.


---

# 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.videsk.io/es-dashboard/formularios/tipos-de-campos/seleccion-unica.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.
