> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/5.1.x/customer-service/form-management/form-builder/create-new-form-builder/settings.md).

# Settings

To configure the form, click the **‘Gear**’ (![](/files/-MR4kct4Khv9srS_iPx8)) icon on the form. Then, you will see a pop-up for configuring e-mail settings and general settings.

![Mail Settings](/files/c7IXlr4ME34teD5dRcs4)

**Component Explanation:**

| **Mail Settings** | **Description**                                                                                                                                                                                             |
| ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| SMTP Auth         | SMTP authentication                                                                                                                                                                                         |
| SMTP TLS          | A security protocol that encrypts email to protect its privacy.                                                                                                                                             |
| SMTP Host         | Hostname form mail server (e.g smtp.gmail.com).                                                                                                                                                             |
| SMTP Port         | Set SMTP port – 587 for TLS authentication.                                                                                                                                                                 |
| Username          | The username used for SMTP authentication. You can enter your email address. This e-mail is an email that has registered on the 3Dolphins omnichannel (e.g., <example@gmail.com> or example\@your\_domain). |
| Password          | Enter your email password.                                                                                                                                                                                  |
| Recipient         | Email recipients.                                                                                                                                                                                           |

![General Settings](/files/gMxEGX1Mt3cRfTbs5557)

**Component Explanation:**

| **Settings**    | **Description**                                                                                                                                                                                                                                                                                                   |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Encryption      | <p>If encryption is <strong>'True'</strong>, value (data) that is submitted to the database will be automatically encoded.</p><p>If encryption is <strong>'False'</strong>, you can see the original value (data) of the form in the database.</p>                                                                |
| One Time Access | <p>If one-time access <strong>'True'</strong>, the customer can only open the form once and can’t reopen the form when he has closed it even though the customer has not submitted the form.<br>If one-time access <strong>'False'</strong>, customers can still reopen the form that has not been submitted.</p> |
| Integration     | To integrate the form with process flow. The dropdown field is populated based on the list of workflows that are already available in the system.                                                                                                                                                                 |


---

# 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.3dolphins.ai/5.1.x/customer-service/form-management/form-builder/create-new-form-builder/settings.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.
