# How to Access Data From Your Devices

#### You can find all the options in this diagram:

![](/files/-M_a3wbE8dYKyKj4lnTf)

The data always comes to the **Sigfox backend**.

From there, you can get it in 3 ways:

1. **Email** - least practical but easy and quick
2. **Web interface** - good for quick analysis
3. [Sigfox API and callbacks](https://www.slideshare.net/nicolsc-slides/presentations) - this allows you to take your data elsewhere

You can work with the data in your own IoT platform, use [existing 200 IoT platforms that support Sigfox](https://partners.sigfox.com/companies/platform-provider) or use [the IO Frog platform](https://iofrog.com/), which is focused on Sigfox devices and can be used in two ways:

1. A **complete end-to-end solution** with the possibility of custom branding, native app (both Apple and Google) and interface that can be set up for users from pure rookie end users to experts.
2. Use it as **middleware** to manage devices and parse messages and connect it to your data visualizations, BI and workflows.


---

# 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://ask.simplehw.eu/kb/lpwan/sigfox/how-to-access-data-from-your-devices.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.
