> For the complete documentation index, see [llms.txt](https://docs.quantumbyte.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quantumbyte.ai/home/quantumbyte-v2.0/2.builder/1.frontend/6.formulir/4.process.md).

# Process

In the data processing section, you'll find several configuration options to handle the data after a form is submitted.

1. UpperCase
2. String Replacer
3. Image Metadata
4. NLP
5. Dukcapil (Civil Registry Service Office) Data

### Setup Proses Data

1. Please make sure you have already created a form and added a field to it, as shown in the following image.

<figure><img src="/files/PogCSjXxSWgscffCKyoG" alt=""><figcaption></figcaption></figure>

2. Click the **"Setup Komponen" (Setup Component)** button.
3. The form setup panel will open, allowing you to configure the field.

<figure><img src="/files/MjQF6CdyBomPzH2HSSzR" alt=""><figcaption></figcaption></figure>

4. Select the appropriate **form type** (e.g., standard, time, media, camera, location, dynamic, built-in, or external/internal data).
5. Then, click **"Next"** to proceed to the validation stage.

<figure><img src="/files/TLze6kHMt5UoNcaIyHdX" alt=""><figcaption></figcaption></figure>

6. You will see 6 validation options. Configure them as needed, then click **"Next"** again. This will take you to the **Data Process** section.

<figure><img src="/files/WdA3acjVL8Vr4vOLjXpl" alt=""><figcaption></figcaption></figure>

Here is an explanation of the configurations available in the data process section:

1. **UpperCase** : When activated, any text entered into this field will be converted to **UPPERCASE** when saved.
2. **String Replacer** : When activated, you can set up automatic text replacement. For example, you can configure it to change "abc" to "xyz" using the format `abc:xyz`.
3. **Image Metadata** : When activated, the system will extract the image's metadata (like date taken or camera model) and save it in JSON format when the form is submitted.
4. **NLP** : When activated, the system will analyze any input text to automatically identify and extract **Names of People, Organizations, and Locations**.
5. **Dukcapil** (Civil Registry Service Office) Data: When activated, the system will automatically retrieve official population data (e.g., name, ID number) based on the specified field, pulling from the government's civil registry.

{% hint style="warning" %}
Adjust these configurations based on your needs. When you are finished, click **"Save"**.
{% endhint %}


---

# 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.quantumbyte.ai/home/quantumbyte-v2.0/2.builder/1.frontend/6.formulir/4.process.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.
