> For the complete documentation index, see [llms.txt](https://docs.qubitro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qubitro.com/guides/guides.md).

# Guides

## Getting Started with Qubitro

This page helps you quickly get started with Qubitro by recommending essential guides and documentation. Follow these steps to set up your first project, connect devices, and explore core features.

### 🚦 Start Here

### **Creating Your First Project**

Start your IoT journey by setting up your project in Qubitro.

{% content-ref url="/spaces/fQfo4zX1x0hfOimS9E2u/pages/ZZSY6hG1lhu6t1Wbv9FR" %}
[Project](/platform/project.md)
{% endcontent-ref %}

### **Adding Your First Device**

Easily add, configure, and manage IoT devices.

{% content-ref url="/spaces/fQfo4zX1x0hfOimS9E2u/pages/TIudHvxSvxKYcs6zvaEm" %}
[No-Code Integrations](/data-sources/no-code-integrations.md)
{% endcontent-ref %}

{% content-ref url="/spaces/fQfo4zX1x0hfOimS9E2u/pages/wzytggOvL7luwcB2eWNv" %}
[MQTT](/data-sources/mqtt.md)
{% endcontent-ref %}

{% content-ref url="/spaces/fQfo4zX1x0hfOimS9E2u/pages/n9sFogqifSdoCoCuA49o" %}
[HTTP](/data-sources/http.md)
{% endcontent-ref %}

### **Visualizing Data with Dashboards**

Build interactive dashboards to monitor real-time device data.

{% content-ref url="/spaces/fQfo4zX1x0hfOimS9E2u/pages/pw2suMohyvc6Cwfqe081" %}
[Monitoring](/platform/monitoring.md)
{% endcontent-ref %}

### 🛠️ Essential Features

### **Understanding Time Series Storage**

Learn about data storage and retrieval options.

{% content-ref url="/spaces/fQfo4zX1x0hfOimS9E2u/pages/OB5ZYomERrvDW9eRuC1T" %}
[Time Series Storage](/platform/storage/time-series-storage.md)
{% endcontent-ref %}

**Working with Functions**

Automate tasks using Decoder, Transformation, Rule, and Scheduled functions.

{% content-ref url="/spaces/fQfo4zX1x0hfOimS9E2u/pages/iRN4XapD3VSX4HTeUliN" %}
[Functions](/platform/functions.md)
{% endcontent-ref %}

### **Managing API and External Credentials**

Securely integrate Qubitro with other services.

{% content-ref url="/spaces/LXNwVpW4heD62GZhpd5I" %}
[Developers](https://docs.qubitro.com/developers/)
{% endcontent-ref %}

***

Need more help? Visit our complete [documentation](https://docs.qubitro.com/) or contact [support](broken://spaces/NMIJwX5MPJubey0C1l5F).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.qubitro.com/guides/guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
