# Platform

- [beeta.builder](https://docs.beeta.one/platform/beeta.builder.md): The modular IoT data flow construction kit.
- [beeta.agent](https://docs.beeta.one/platform/beeta.agent.md)
- [Building Blocks & SDK](https://docs.beeta.one/platform/building-blocks-and-sdk.md)
- [Data Flows](https://docs.beeta.one/platform/data-flows.md)
- [Orchestration](https://docs.beeta.one/platform/orchestration.md): Deploy and maintain data flows on a variety of devices simultaneously.
- [Hybrid Architecture](https://docs.beeta.one/platform/hybrid-architecture.md): Best of both worlds.
- [Edge Computing Explained](https://docs.beeta.one/platform/edge-computing-explained.md): The word 'edge' is a crucial concept in understanding the beeta.platform.


---

# 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.beeta.one/platform.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.
