# Forms

- [Form and field options](https://docs.devhub.com/forms/form-and-field-options.md): Description of each fo the Form and Form Field options
- [Using fieldsets](https://docs.devhub.com/forms/using-fieldsets.md): Grouping your form builder fields into fieldset elements
- [Spam filtering](https://docs.devhub.com/forms/spam-filtering.md): Information on how our platform filters spam
- [Configure SMTP For outbound emails](https://docs.devhub.com/forms/configure-smtp-for-outbound-emails.md): Details on how to customize the "from" email address used on outbound form emails
- [Using Marketo forms](https://docs.devhub.com/forms/using-marketo-forms.md): Configuring Marketo forms for use in your templates


---

# 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.devhub.com/forms.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.
