# Forms

- [Accessing the Forms Module](https://docs.bdb.ai/bdb-user-documentation/platform-modules/10.0/forms/accessing-the-forms-module.md): The Forms module allows users to create, manage, and interact with forms within the platform. This section explains how to navigate to the Forms module from the Apps menu.
- [General Workflow for Forms](https://docs.bdb.ai/bdb-user-documentation/platform-modules/10.0/forms/general-workflow-for-forms.md)
- [Creating a Form](https://docs.bdb.ai/bdb-user-documentation/platform-modules/10.0/forms/general-workflow-for-forms/creating-a-form.md): Users can create new forms in the Forms module by following these steps. This process allows the user to define a form’s title, instructions, and branding.
- [Listing a Form](https://docs.bdb.ai/bdb-user-documentation/platform-modules/10.0/forms/general-workflow-for-forms/listing-a-form.md): The List Form page displays all forms that a user has created, saved, or copied. It serves as the main hub to access and manage existing forms.
- [Form Page Component](https://docs.bdb.ai/bdb-user-documentation/platform-modules/10.0/forms/general-workflow-for-forms/form-page-component.md)
- [Page Settings](https://docs.bdb.ai/bdb-user-documentation/platform-modules/10.0/forms/general-workflow-for-forms/page-settings.md): Access the Page Settings icon in the Form Header panel to quickly Rename, Duplicate, or Delete the selected form page, centralizing your page management controls.
- [Question](https://docs.bdb.ai/bdb-user-documentation/platform-modules/10.0/forms/general-workflow-for-forms/question.md): The users get the Question Settings icon next to the Question Save icon for the selected question. This page aims to explain the Question Settings option.
- [Question Properties](https://docs.bdb.ai/bdb-user-documentation/platform-modules/10.0/forms/general-workflow-for-forms/question-properties.md): The Question Properties window allows users to configure various settings for individual questions in a form, including appearance, validation, conditional logic, and lookup options.
- [Form Preview](https://docs.bdb.ai/bdb-user-documentation/platform-modules/10.0/forms/general-workflow-for-forms/form-preview.md): The Form Preview feature allows users to view and interact with a form before publishing, ensuring that the layout, questions, and functionality behave as expected across different devices.
- [Publishing a Form](https://docs.bdb.ai/bdb-user-documentation/platform-modules/10.0/forms/general-workflow-for-forms/publishing-a-form.md)
- [Form Response](https://docs.bdb.ai/bdb-user-documentation/platform-modules/10.0/forms/general-workflow-for-forms/form-response.md): Use the Form Response module to control submitted data: view, filter, edit, and export all responses instantly from a single table.
- [Filtering Form Responses](https://docs.bdb.ai/bdb-user-documentation/platform-modules/10.0/forms/general-workflow-for-forms/filtering-form-responses.md): This page displays options to filter the form responses.
- [Form Settings](https://docs.bdb.ai/bdb-user-documentation/platform-modules/10.0/forms/general-workflow-for-forms/form-settings.md): The Form Settings page provides centralized control to configure your form's behavior, appearance, and user interaction. Here, you can adjust various properties, themes, and specific instructions.
- [Form Theme Settings](https://docs.bdb.ai/bdb-user-documentation/platform-modules/10.0/forms/general-workflow-for-forms/form-theme-settings.md): Get details about the various themes for a Form.
- [Form Instruction per User](https://docs.bdb.ai/bdb-user-documentation/platform-modules/10.0/forms/general-workflow-for-forms/form-instruction-per-user.md)
- [Form Options](https://docs.bdb.ai/bdb-user-documentation/platform-modules/10.0/forms/general-workflow-for-forms/form-options.md): The Form Options menu provides actions to manage and modify forms, including editing, duplicating, previewing, publishing, deleting, and configuring settings.


---

# 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.bdb.ai/bdb-user-documentation/platform-modules/10.0/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.
