> For the complete documentation index, see [llms.txt](https://docs.skysens.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skysens.io/sources/network-management-lorawan/gateway.md).

# Gateway

<figure><img src="/files/9YWXw6tXxUILSyHOzQep" alt=""><figcaption></figcaption></figure>

* Gateway Activity help to virtualize timeline of gateway package traffic over time.
* A google map that help to display geographic location of gateways&#x20;

#### Gateway List

<figure><img src="/files/tULHrfS8fEqbMqdBWDS5" alt=""><figcaption><p>Gateway List</p></figcaption></figure>

* **Name:** The user-assigned, descriptive name of each gateway (e.g., "Yedek\@Istanbul").
* MAC: A Unique identifier, used for LoRaWAN network
* IP Address: An IP address, shows last LoRaWAN network connection
* Last Keep Alive: A time that last connection made by gateway onto LoRaWAN network
* Total Data: Count of last receive data packages
* Last Data Send Time: Last data package receive time
* Edit/Delete Gateway: Helps to edit gateway details or remove from LoRaWAN network.

#### Add Gateway

Before connecting a LoRaWAN gateway to Skysens, ensure it supports LoRaWAN and set its LNS URL to Skysens' address, which enables data communication. Please refer to [support ](/support/custom-software-engineering-and-integration-support.md)page for more information.

Adding a new gateway  you need to fill information on menu.

<figure><img src="/files/sHfb4rawGzMc2O9uPuBK" alt=""><figcaption><p>Gateway Add Menu 1</p></figcaption></figure>

* Gateway Name: Write a decriptime name for your gateway
* MAC Address: The unique intentifier can be found on configuration file or a sticker on the gateway.
* Backhaul Connection: Select a type of connection that gateway connect with, such as "LAN", "GSM" etc..
* Band: Select the correct band for your region and gateway; Skysens LNS currently supports European(EU868) and US(US915) bands.

<figure><img src="/files/Ec0F3co8HEv9mU8Hv1Gg" alt=""><figcaption><p>Gateway Add Menu 2</p></figcaption></figure>

* Map Types: Select a map type that track to your location of gateway. You can select a google map option or upload a floor plan and map the location of gateway.

<figure><img src="/files/WQbGYBSsQIDC4AYuXdnm" alt=""><figcaption><p>Gateway Add Menu 3</p></figcaption></figure>

* Select Users or User Groups from list if you want a notification about gateway when it went offline.
* You can also add some note or images about installation of gateway.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.skysens.io/sources/network-management-lorawan/gateway.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
