> For the complete documentation index, see [llms.txt](https://help.aranet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aranet.com/aranet-cloud-page/aranet-cloud-landing-page/integrations-and-extensions.md).

# Integrations & Extensions

Currently, from the Aranet Cloud platform, we provide a third-party integration possibility via its SenML push API. Integration configuration for data send-out can be created on Aranet Cloud workspace, and then the system will send out .json files with sensor data in SenML structure according to RFC8428  [**https://tools.ietf.org/html/rfc8428**](https://tools.ietf.org/html/rfc8428) to the server (endpoint) which is capable of receiving and saving such data. The server (endpoint) should be set up by the user, and we can not give any precise recommendations on this setup, as there can be many different implementations. For more details on configuration on the Aranet Cloud side, see: [**ARANET CLOUD INTEGRATIONS**](https://assets.aranet.com/documents/ARANET_CLOUD_INTEGRATIONS.pdf)&#x20;

<figure><img src="/files/QCKz41L6Tzd14jiKCHPu" alt="" width="375"><figcaption></figcaption></figure>

If you are looking for a pull-type data request, then Aranet Cloud API is what you need: [Cloud API](/aranet-cloud-page/aranet-cloud-landing-page/integrations-and-extensions/cloud-api.md)


---

# 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://help.aranet.com/aranet-cloud-page/aranet-cloud-landing-page/integrations-and-extensions.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.
