# Editor

- [Creating a Form - The basics](https://docs.umbraco.com/umbraco-forms/editor/creating-a-form.md)
- [Form Settings](https://docs.umbraco.com/umbraco-forms/editor/creating-a-form/form-settings.md)
- [Form Advanced Options](https://docs.umbraco.com/umbraco-forms/editor/creating-a-form/form-advanced.md)
- [Form Information](https://docs.umbraco.com/umbraco-forms/editor/creating-a-form/form-info.md)
- [Overview Of The Field Types](https://docs.umbraco.com/umbraco-forms/editor/creating-a-form/fieldtypes.md)
- [Date](https://docs.umbraco.com/umbraco-forms/editor/creating-a-form/fieldtypes/date.md)
- [File Upload](https://docs.umbraco.com/umbraco-forms/editor/creating-a-form/fieldtypes/fileupload.md)
- [reCAPTCHA V2](https://docs.umbraco.com/umbraco-forms/editor/creating-a-form/fieldtypes/recaptcha2.md)
- [reCAPTCHA V3](https://docs.umbraco.com/umbraco-forms/editor/creating-a-form/fieldtypes/recaptcha3.md)
- [reCAPTCHA Enterprise](https://docs.umbraco.com/umbraco-forms/editor/creating-a-form/fieldtypes/recaptcha-enterprise.md)
- [Setting-up Conditional Logic on Fields](https://docs.umbraco.com/umbraco-forms/editor/creating-a-form/conditional-logic.md)
- [Attaching Workflows](https://docs.umbraco.com/umbraco-forms/editor/attaching-workflows.md)
- [Workflow Types](https://docs.umbraco.com/umbraco-forms/editor/attaching-workflows/workflow-types.md): This article will give you an overview of the Workflow Types available in Umbraco Forms.
- [Viewing And Exporting Entries](https://docs.umbraco.com/umbraco-forms/editor/viewing-and-exporting-entries.md)
- [Analytics](https://docs.umbraco.com/umbraco-forms/editor/analytics.md): View analytics for your Umbraco Forms to understand submission trends, workflow performance, and where your forms are being used.
- [Defining And Attaching Prevalue Sources](https://docs.umbraco.com/umbraco-forms/editor/defining-and-attaching-prevaluesources.md)
- [Prevalue Source Types Overview](https://docs.umbraco.com/umbraco-forms/editor/defining-and-attaching-prevaluesources/prevalue-source-types.md)


---

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