# Actility ThingPark

## Add Devices

When you add a new LoRaWAN Device, please select the Actility LNS.

![](/files/57WjuVmbliIao2eBCMYI)

### URL

Please use the following URL to forward sensor data from any Actility ThingPark or Community LNS.

* URL: **`https://api.datacake.co/integrations/lorawan/actility/`**

You will find the URL also on the platform in the LoRaWAN Settings on the Configuration View of your device.

![](/files/Z0kr3Zsrpr4AnpdulmXg)

## Configuring Downlinks

{% hint style="warning" %}
The following steps are only required if you wish to send Downlinks from Datacake to the Device. If you only need upstream messages (sensor to platform), you don't need to go through the following steps.
{% endhint %}

Downlinks use the Actility ThingPark DX API. To set up downlinks, you need the following information:

* Hostname of your ThingPark DX API
* A ThingPark DX API Token

or

* Target Profile Identifier (to be configured in your DX API Platform)
* A valid ThingPark login (email & password)

{% hint style="info" %}
If you change the password of the configured user at a later point, the token Datacake stores becomes invalid and the integration has to be configured again. For this reason it is recommended to create an API-only user.
{% endhint %}

On the device's configuration tab, in the LoRaWAN settings, click the "Change" button on the Network Server panel.

![](/files/StexvFd4GoZAQt8v0nDb)

Select Actility as your Network Server and choose "Add new configuration" if you don't already have an active Actility configuration in your workspace.

![](/files/PZt5ytJXSVjtvhBB1blN)

This will open a form that lets you input your ThingPark's hostname as well as the token. If you don't have a token yet, Datacake provides a tool that lets you create a token. For this, enter the Hostname, Target profile identifier as well as the ThingPark login details and click "Generate Token". This will create a token for the user on ThingPark and populate the upper Token field.

![Creating the Token](/files/pZc9KPlYQi2bDVkkCsDf)

Once the Token field has been populated, click the "Update" button. This will store the configuration and reflect in a "Downlinks configured" status.

![Downlinks have been configured successfully.](/files/kTEd70xY4kEb8PhCtaR1)

### Delete Configurations

If you need to delete a ThingPark configuration from Datacake, you can do so via the Integrations section in the sidebar. In there, you will find a "LoRa Network Servers" tab that lists all configured ThingPark instances in the workspace with an option to delete them.


---

# 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.datacake.de/lorawan/lns/actility-thingpark.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.
