# Data types

The InEvent API accepts multiple types of data and we will describe it here for you.

* **String**: regular strings that may or may not allow HTML content (depends on the attribute);
* **Boolean**: boolean values are always stored as 0 or 1;
* **Date Time**: dates and times are always stored as Unix timestamps;

All values are always sent as Strings (cast), even when they are numbers.


---

# 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://developers.inevent.com/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.
