# Elements

**Elements** settings let you customize your form even more with additional fields.&#x20;

To add a new element, select the plus symbol next to **Elements** directly in the form widget, and choose one of the available options.

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

Once added, a pop-up will appear for you to customize your elements to your needs. You can make these fields optional or required.&#x20;

{% hint style="danger" %}
Note: Bueno **does not** verify element information.&#x20;
{% endhint %}

## Elements Available

Elements can be used to collect additional data about your users. As we expand Bueno Forms, this list may update periodically. We'll go over each element and show you how they can be applied to your form.

### Text and Number

Use this element to collect data about your users, including items such as name, address or phone number. These fields are helpful for generating lists for sending swag or text alerts. You can also ask open-ended questions to discover more about your users.&#x20;

### Email&#x20;

Email requirements can be set in order to vet submissions or collect contact information to send important updates and/or marketing emails.&#x20;

### Checkboxes and Selections&#x20;

Checkboxes and selections can be used for closed-ended yes or no questions or multiple-choice selections. Use these to gather additional data about your users within your required parameters. &#x20;


---

# 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.bueno.art/bueno-forms/creating-a-form/elements.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.
