# Data types

When creating your data template in GearPlug, you’ll find different types of data you can set up to ensure they’re saved properly in your target Plugs.

GearPlug automatically detects the data type for each target field and shows you the options to set it up.

Below, you’ll find the list of data types in GearPlug.

* **Text:** Manually entered words, numbers, and text chains.
* **Numeric:** Only numbers.
* **Binary:** Confirmation options (Yes/No).
* **Date:** Dates in DD/MM/AAAA format.
* **Single selection:** Shows a list of options created in the target app. You may choose a source field that contains a value from the list.
* **Multiple selection:** Similar to the previous list, but allows to select multiple options.

{% hint style="warning" %}
It’s vital to fill in the target fields considering the data types, such as dates and numbers, so the registers are created properly. GearPlug indicates the data type next to the field’s name for identification.
{% endhint %}

For some apps, GearPlug sets up the data format automatically. But, for now, it’s a testing feature, so we suggest you check the formats in your special fields.


---

# 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.gearplug.io/english/create-workflows/set-up-your-data-template/data-types.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.
