# Data Structures

- [Getting Started](https://docs.beefree.io/beefree-sdk/data-structures/getting-started.md): Get started with schemas in Beefree SDK.
- [Schema Catalog](https://docs.beefree.io/beefree-sdk/data-structures/schema-catalog.md)
- [Simple Schema](https://docs.beefree.io/beefree-sdk/data-structures/simple-schema.md): Learn more about how to use Beefree SDK's simple schema for AI-driven design.
- [Template Schema](https://docs.beefree.io/beefree-sdk/data-structures/simple-schema/template-schema.md)
- [Definitions Schema](https://docs.beefree.io/beefree-sdk/data-structures/simple-schema/definitions-schema.md)
- [Row Schema](https://docs.beefree.io/beefree-sdk/data-structures/simple-schema/row-schema.md)
- [Column Schema](https://docs.beefree.io/beefree-sdk/data-structures/simple-schema/column-schema.md)
- [Title Schema](https://docs.beefree.io/beefree-sdk/data-structures/simple-schema/title-schema.md)
- [Image Schema](https://docs.beefree.io/beefree-sdk/data-structures/simple-schema/image-schema.md)
- [Button Schema](https://docs.beefree.io/beefree-sdk/data-structures/simple-schema/button-schema.md)
- [Paragraph Schema](https://docs.beefree.io/beefree-sdk/data-structures/simple-schema/paragraph-schema.md)
- [HTML Schema](https://docs.beefree.io/beefree-sdk/data-structures/simple-schema/html-schema.md)
- [Menu Schema](https://docs.beefree.io/beefree-sdk/data-structures/simple-schema/menu-schema.md)
- [List Schema](https://docs.beefree.io/beefree-sdk/data-structures/simple-schema/list-schema.md)
- [Icon Schema](https://docs.beefree.io/beefree-sdk/data-structures/simple-schema/icon-schema.md)
- [Divider Schema](https://docs.beefree.io/beefree-sdk/data-structures/simple-schema/divider-schema.md)
- [Row Metadata](https://docs.beefree.io/beefree-sdk/data-structures/row-metadata.md)
- [Form Validation Schema](https://docs.beefree.io/beefree-sdk/data-structures/form-validation-schema.md)
- [Comments Schema](https://docs.beefree.io/beefree-sdk/data-structures/comments-schema.md)
- [Change Schema for Comments](https://docs.beefree.io/beefree-sdk/data-structures/comments-schema/change-schema-for-comments.md)


---

# 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.beefree.io/beefree-sdk/data-structures.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.
