# Kerlink Wanesy

## Open Push Configurations

Follow the following steps in order to connect your Kerlink Wanesy LoRaWAN Network Server to Datacake.

Use the Sidebar on the left side and navigate into "Administration" -> "Clusters" and "Push Configurations".

![](/files/-MGc6COdpeWL9q0kI6lf)

Under Push-Configurations you have to create a new one. You can do this by clicking on the large and yellow "+" button on bottom right.

![](/files/-MGc6HfB2Q3LbAQK4uyq)

This will open up a configuration modal where you can set up the Integration for Datacake.

## Setup Push Configuration

When creating a new Push Configuration you are required to enter the following details:

### Identity

In the first step, you are required to provide a name and set the Type of your configuration.

![](/files/-MGc6Le4MXO3WdwiL5Ac)

* Select "HTTP" as the Type
* Set Message Detail Level to "Network"

### Connection

Next, you need to provide the Details and URL for Datacake Integration:

![](/files/-MGc6v5Jb4S9SEdXVnGi)

* Copy the following URL into the field of "URL":
  * `https://api.datacake.co/integrations/lorawan/wanesy/`
* Type any User into the field "User"
* Leave out Password
* Place `/` for both **Data Up route** and **Data Down event route**

Head over to the next step by clicking on "Next".

### SSL

The next section will ask you for SSL setup details.

![](/files/-MGc7Yh9aFpmAtyol9j7)

You can skip this setting entirely. SSL is used in anyways.

### Custom Headers

{% hint style="info" %}
The following step is optional and is not required. We recommend skipping this when it's the first time you are working with the integration of Kerlink Wanesy.
{% endhint %}

If you want to make your webhooks more secure, you can provide an optional Authentication using a personal Access Token which you can create in your Workspace.

Read more about this here:

{% content-ref url="/pages/-M6ACJSpam9PZ--sGaIR" %}
[Securing Webhooks](/lorawan/securing-integration.md)
{% endcontent-ref %}

![](/files/-MGc7oSTHZ7pJDHm7Kh_)

* Set the "Key" to: `Authentication`
* set "Value to: `Token MYTOKENFROMDASHBOARD`

Of course, you need to replace `MYTOKENFROMDASHBOARD` with the Token, you created in your Workspace.


---

# 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/kerlink-wanesy.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.
