# Guides

- [Getting Started](https://docs.beeta.one/guides/getting-started.md): Introduction the the basic functionality and structure of the platform.
- [Add Device](https://docs.beeta.one/guides/add-device.md): Step-by-Step guide on how to add a device to your workspace.
- [Install Docker Engine](https://docs.beeta.one/guides/add-device/install-docker-engine.md): This guide will walk you through the installation of Docker Engine on popular Linux platforms such as Ubuntu, Raspberry Pi OS, Debian, and Alpine Linux.
- [Create a Block](https://docs.beeta.one/guides/create-a-block.md): Detailed guide to build your won block with our SDK


---

# 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/guides.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.
