# ThingPark Community

## **Connecting ThingPark Community to MClimate's LoRaWAN broker**

### 1. Create a new application server in ThingPark Community

In your Community Dashboard go to Applications -> Create -> Choose "https\://"

![](/files/liISKGwjqSARZiHoZxrw)

Fill in the desired application name, then add[ ](https://lorawan-broker.mclimate.eu)***<https://lorawan-broker.mclimate.eu/thingpark>*** as an URL. Choose JSON untyped for Content Type, leave the auto-generated Authentication Key.

Go to <https://enterprise.mclimate.eu/integrations> and create your m-token.

<figure><img src="/files/L7Ww0A8G4CA2Tdp2EOPr" alt=""><figcaption></figcaption></figure>

Copy the token.

<figure><img src="/files/bD98oQmPar1TuLIlGluf" alt=""><figcaption></figcaption></figure>

Create two custom HTTP headers.

Header 1

name: m-token

value: "value of the m-token you created in step 5"

Header 2

name: url

value: "[https://community.thingpark.io/](https://community.thingpark.io/thingpark/lrc/rest/v2/downlink)"

<figure><img src="/files/uvAj6RZDTeY0iW0rCf93" alt=""><figcaption></figcaption></figure>

Click on "SAVE"

A popup with button "VIEW THE APPLICATION" will appear and lead you to the already created application.&#x20;

Copy the auto-generated Application ID.

![](/files/oh3O6HTUUI7SNlwWhHmX)

Go to [ ](https://developers.mclimate.eu/lorawan-token)[https://developers.mclimate.eu/](https://developers.mclimate.eu/lorawan-token) and sign in with your MClimate Account.&#x20;

Go to <https://developers.mclimate.eu/lorawan-token> to generate a new Application Key.&#x20;

Add the name of your Application, paste the copied Application ID in field AS\_ID and click on "Create".

![](/files/ku65zsRZk1tMOca3VE4P)

Copy the key that was generated.

![](/files/Ka3FU25MqZrDze44xjG9)

Go back to the newly created Application and replace the auto-generated Tunnel Interface Authentication Key with the one that was generated in our Developers Portal by clicking on "Regenerate" and pasting the new key. Then click on the tick and your Application is ready to be used.

![](/files/1t2EBtNgSPEDU4UVD8fM)

![](/files/E3IdjmskeMeCZd5HpyKM)

### 2. Connect a device to the application

Go to the panel of the device you want to connect to MClimate LoRaWAN Broker and change its application.

![](/files/dWsXq4HjLM2ctKemhM2d)


---

# 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.mclimate.eu/mclimate-lorawan-devices/integrations/thingpark-community.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.
