# FAQ

<details>

<summary><mark style="color:blue;">What kind of data can be stored in Context Documents?</mark></summary>

Context Documents are designed to hold any data in JSON format, including metadata and structured data. They are not designed for storing images, audio, or video files.

</details>

<details>

<summary><mark style="color:blue;">What is a Template?</mark></summary>

A template is a set of rules that defines how data is structured and how it should be stored in a database. It provides a blueprint for organizing and describing data elements, attributes, and the relationships between them. A schema can be used to define the data types, constraints, default values, and other rules that should be followed when creating and managing a database.

</details>

<details>

<summary><mark style="color:blue;">What is the Universal Name Registry?</mark></summary>

The Universal Name Registry or UNS, is the reference point for the schemas and SmartPods on the Context platform, allowing for easy access and organization of the data. It helps to ensure that data is standardized and easily accessible for all builders.

</details>

<details>

<summary><mark style="color:blue;">How is Context different from other data platforms?</mark></summary>

Context is unique in its focus on data interoperability and portability. By providing standardized schemas and a decentralized approach to data management, it makes it easier for builders to seamlessly integrate data from different sources and build innovative projects.

</details>

<details>

<summary><mark style="color:blue;">How can I get involved in Context?</mark></summary>

There are several ways to get involved in Context, including joining a Working Group, creating a SmartPod, or building a Front-end with Context technology. You can contact us through our website or [group of Telegram](https://t.me/contextdao) to learn more about Context.

</details>


---

# 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.ctx.xyz/dns3/faq.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.
