# Ruuvi Cloud

## Overview

Ruuvi Network (Serverless) is divided into two core APIs:

1. Gateway API
2. User API
3. Internal API

Gateway API handles receiving and storing data sent by Ruuvi Gateways to Ruuvi Network. User API is the User facing API for creating and editing user information and retrieving user data as well as claiming and sharing tags.

{% content-ref url="/pages/-MESATXpupJidhE5KPzt" %}
[Gateway API](/communicate-with-ruuvi-cloud/cloud/gateway-api.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MESFD0X\_MRcSpGFDbXc" %}
[User API](/communicate-with-ruuvi-cloud/cloud/user-api.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MHW0N7-rmqygODp5lY6" %}
[Internal API](/communicate-with-ruuvi-cloud/cloud/internal-api.md)
{% endcontent-ref %}

Ruuvi Station Android and iOS apps and also Station Web (<https://station.ruuvi.com/>) can store some of the settings in the cloud:

{% content-ref url="/pages/PHgEaxj8mg6oZyum7iAf" %}
[Cloud stored app settings](/communicate-with-ruuvi-cloud/cloud/cloud-stored-app-settings.md)
{% endcontent-ref %}


---

# 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.ruuvi.com/communicate-with-ruuvi-cloud/cloud.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.
