> For the complete documentation index, see [llms.txt](https://docs.gearplug.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gearplug.io/english/create-workflows/set-up-your-data-template/data-types.md).

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