# Data in Contextual

Data in Contextual is managed via [Object Types](/documentation-and-resources/components-and-data/object-types.md). Object Types include a JSON Schema definition of the properties you want to store for your records along with powerful tools for triggering processing ([Triggers](/documentation-and-resources/components-and-data/object-types/object-type-details/triggers.md)), manual or API-driven actions ([Actions](/documentation-and-resources/components-and-data/object-types/object-type-details/actions.md)), [Audit Trails](/documentation-and-resources/components-and-data/object-types/object-type-details/audit-trail.md), a complete API and more.


---

# 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.contextual.io/documentation-and-resources/components-and-data/object-types/data-in-contextual.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.
