> 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-1/customer-service/form-management/form-builder/create-new-form-builder/settings.md).

# Settings

Untuk melakukan konfigurasi form, klik ikon **‘Gear**’ (![](/files/-MR4yOmi7MCTQY9J96Gw)) di form yang telah Anda pilih. Kemudian, Anda akan melihat pop-up untuk mengkonfigurasi *mail setting dan general setting*.

![Mail Settings](/files/Na8qtpQJir6joDCdf99j)

**Penjelasan Komponen:**

| Mail Settings | Description                                                                                                                                                                                                                           |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| SMTP Auth     | Autentikasi SMTP                                                                                                                                                                                                                      |
| SMTP TLS      | Protokol keamanan yang akan mengenkripsi email untuk melindungi privasinya.                                                                                                                                                           |
| SMTP Host     | Nama host dari server email (e.g smtp.gmail.com).                                                                                                                                                                                     |
| SMTP Port     | Setel port SMTP - 587 untuk autentikasi TLS.                                                                                                                                                                                          |
| Username      | Nama pengguna yang digunakan untuk autentikasi SMTP. Anda dapat memasukkan alamat email Anda. E-mail ini adalah e-mail yang telah terdaftar di saluran omnichannel 3Dolphins (mis., <Example@gmail.com> atau example @ your\_domain). |
| Password      | Masukkan email password Anda                                                                                                                                                                                                          |
| Recipient     | Penerima email                                                                                                                                                                                                                        |

![General Settings](/files/0AzUbrRcwVUnBOwdXNDP)

**Penjelasan Komponen:**

| Settings        | Deskripsi                                                                                                                                                                                                                                                                                                                                                              |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Encryption      | Jika enkripsi adalah **‘True’**, value (data) yang dikirimkan ke database akan otomatis dienkripsi. Jika enkripsi adalah **‘False’**, Anda dapat melihat value (data) asli dari formular pada database.                                                                                                                                                                |
| One Time Access | <p>Jika <em>one time access</em> <strong>‘True’</strong>, pelanggan hanya dapat membuka formulir satu kali dan tidak dapat membuka kembali formulir ketika dia telah menutupnya meskipun pelanggan belum mengirimkan formulir.</p><p>Jika <em>one time access</em> <strong>‘False’</strong>, pelanggan tetap dapat membuka kembali formulir yang belum dikirimkan.</p> |
| Integration     | Untuk mengintegrasikan form dengan process flow. Drop-down field akan diisi berdasarkan list of workflow yang sudah tersedia didalam sistem.                                                                                                                                                                                                                           |


---

# 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-1/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.
