# Getting Started

- [Realms](https://docs.realms.today/introduction/realms.md): What is Realms?
- [What is a DAO](https://docs.realms.today/introduction/what-is-a-dao.md): At its simplest, a decentralized autonomous organization (DAO) is a community with a shared bank account
- [Features](https://docs.realms.today/introduction/features.md): Set of features available in Realms
- [Safety](https://docs.realms.today/introduction/safety.md): Learn more about security on Realms
- [Costs](https://docs.realms.today/introduction/costs.md): Platform fees & Network fees
- [Glossary](https://docs.realms.today/introduction/glossary.md): List of words related to governance


---

# 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.realms.today/introduction.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.
