# Senet

## Configuring Uplinks

An uplink is a message your device sends to Datacake. To connect Senet to Datacake, start by adding a HTTP/HTTPS forwarder with the destination URL [https://api.datacake.co/integrations/lorawan/senet/](http://localhost:8000/integrations/lorawan/senet/)

## Configuring Downlinks

Downlinks are messages Datacake sends back to your devices. They are commonly used for configuration or setting outputs on your devices (where applicable).

To connect Datacake to Senet, start by clicking on the username in the top-right corner of the Senet portal: ![](/files/3DPg3TZr5bCfQ5UBMqiO)

From the dropdown menu, select *Edit Account Info*.

<div align="left"><figure><img src="/files/rxspjjVixoW0NtdkICaO" alt=""><figcaption></figcaption></figure></div>

Click on the Generate API Key button ![](/files/XHnl0vdstf6x7Po17ZTw) on the right side under *Developer API Key* to generate and display a new API Key.

<div align="left"><figure><img src="/files/Llutww55xnuVddSuj47G" alt=""><figcaption></figcaption></figure></div>

Copy this API Key and head back to Datacake, where you go to your device's configuration tab and scroll down to the LoRaWAN section. There, click the "Change" button on the Network Server settings:

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

In the modal, enter the Senet API Key that you just copied and click the Update button.

Congratulations, you can now send downlinks to your devices on Senet 🎉


---

# 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/senet.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.
