# First Message

You need Sigfox connectivity in order for SimpleHw devices to work. You can buy it directly at the IO Frog platform or you can use the platform with your own existing connectivity - the choice is yours. This guide splits into two at **step 9** when the necessary actions become different for these two options.

### In both cases, you need to create an account at IO Frog first. <a href="#in-both-cases-you-need-to-create-an-account-at-io-frog-first" id="in-both-cases-you-need-to-create-an-account-at-io-frog-first"></a>

#### A. Account creation <a href="#a-account-creation" id="a-account-creation"></a>

1. Go to the [platform website](https://www.iofrog.com/) and **fill in** the Sign-up form.<br>

   <figure><img src="https://ask.simplehw.eu/iofrog/assets/images/s1-1.png" alt=""><figcaption></figcaption></figure>
2. Confirm filling out the form by clicking on **Sign up**. You should see this afterwards:

   <figure><img src="https://ask.simplehw.eu/iofrog/assets/images/s2-2.png" alt=""><figcaption></figcaption></figure>
3. Follow the platform's instructions and click on the **confirmation link** in the email. If you didn't receive the email to your main inbox, please check other inboxes including **spam**.

   <figure><img src="https://ask.simplehw.eu/iofrog/assets/images/s3.png" alt=""><figcaption></figcaption></figure>
4. After you confirm your email, the registration is done and you can now **Sign in** using your credentials.<br>

   <figure><img src="https://ask.simplehw.eu/iofrog/assets/images/s4.png" alt=""><figcaption></figcaption></figure>
5. After you sign in, you will be greeted by the IO Frog dashboard. From there, you can directly **add your new device** (you can choose which button to press, they do the same).

   <figure><img src="https://ask.simplehw.eu/iofrog/assets/images/s5.png" alt=""><figcaption></figcaption></figure>
6. There are five steps to go through, you can **skip** the first one (you can always add the fixed address later if you will decide to do so).<br>

   <figure><img src="https://ask.simplehw.eu/iofrog/assets/images/s6.png" alt=""><figcaption></figcaption></figure>
7. Then, type in the **ID of your device.** Please note that the ID consists of numbers 0-9 and letters A-F. The ID on the screenshot below is **only** used as an example, please don't use it for the registration.<br>

   <figure><img src="https://ask.simplehw.eu/iofrog/assets/images/s7.png" alt=""><figcaption></figcaption></figure>
8. Next, select the correct RC zone ([here they are](https://build.sigfox.com/sigfox-radio-configurations-rc) if you're not sure), choose SimpleHw as the manufacturer, and then choose your product and hit **next**.

   <figure><img src="https://ask.simplehw.eu/iofrog/assets/images/s8.png" alt=""><figcaption></figcaption></figure>

   After that, you have to choose whether you want to **buy connectivity directly from the platform** or if you'd **prefer to use your own**. We will be starting from step number 1 for both again.

### Here are the steps if you want to buy connectivity together with the platform (if you have your own connectivity, skip to C) <a href="#here-are-the-steps-if-you-want-to-buy-connectivity-together-with-the-platform-if-you-have-your-own-c" id="here-are-the-steps-if-you-want-to-buy-connectivity-together-with-the-platform-if-you-have-your-own-c"></a>

#### B. Buying platform access and connectivity together <a href="#b-buying-platform-access-and-connectivity-together" id="b-buying-platform-access-and-connectivity-together"></a>

1. First, give your device a **name** (can be changed later). Since you're buying **both the platform and the connectivity**, choose that option, enter the device PAC, choose the **subscription program** that best fits your needs and **tick both** the General T\&Cs and the Privacy policy, and hit next.<br>

   <figure><img src="https://ask.simplehw.eu/iofrog/assets/images/s9-1.png" alt=""><figcaption></figcaption></figure>
2. Done! Your selected platform subscription was added to the cart, now please head over to the **Billing tab** and fill in the billing details if you haven't already.

   <figure><img src="https://ask.simplehw.eu/iofrog/assets/images/s10.png" alt=""><figcaption></figcaption></figure>
3. After your billing details are saved, you can go to your **cart,** where you can find the summary of your purchase before you buy. To do so, click on the **Paypal** link to the right. Please note that in order to buy anything on the IO Frog platform, you have to have an account with PayPal. If you don't, you can create it quite quickly when buying.<br>

   <figure><img src="https://ask.simplehw.eu/iofrog/assets/images/s11-1.png" alt=""><figcaption></figcaption></figure>

### Here are the steps if you have your own connectivity and want to purchase platform access only <a href="#here-are-the-steps-if-you-have-your-own-connectivity-and-want-to-purchase-platform-access-only" id="here-are-the-steps-if-you-have-your-own-connectivity-and-want-to-purchase-platform-access-only"></a>

#### C. Buying platform access only (and setting up callbacks) <a href="#c-buying-platform-access-only-and-setting-up-callbacks" id="c-buying-platform-access-only-and-setting-up-callbacks"></a>

1. First, give your device a **name** (can be changed later). Since you're just registering your device to the platform and you **already have Sigfox connectivity**, select this option. For testing purposes, choose the 20-day free trial and **tick both** the General T\&Cs and the Privacy policy, and hit next.<br>

   <figure><img src="https://ask.simplehw.eu/iofrog/assets/images/s12.png" alt=""><figcaption></figcaption></figure>
2. Your device is now connected to the platform, great!<br>

   <figure><img src="https://ask.simplehw.eu/iofrog/assets/images/s13.png" alt=""><figcaption></figcaption></figure>
3. Now you have to set up **callbacks** in the Sigfox backend in order to receive your messages - [follow this guide!](https://iofrog.com/connecting-devices-with-existing-connectivity/)


---

# 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/simple-api-6-generation/i-am-iot-platform-provider/first-message.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.
