# Edge Package Overview

Senseforce Edge comes with 3 main components:

* SF Edge console application (Luna.exe)
* SF Edge Windows service application (Luna.Service.exe)
* SF Edge Windows service installer application (Luna.Setup.exe)

#### SF Edge console application <a href="#luna2.6-manual-lunaconsoleapplication" id="luna2.6-manual-lunaconsoleapplication"></a>

The Luna.exe starts SF Edge using the configuration files located in

```
 [SF Edge main installation folder]/configs/
```

Use Luna.exe to test the configuration as well as network connectivity. \
The configurations used for the console application may be copy-pasted to the configuration location of the Windows services (see below)

#### SF Edge Windows service application <a href="#luna2.6-manual-lunaserviceapplication" id="luna2.6-manual-lunaserviceapplication"></a>

Luna.Service.exe is used to run SF Edge as a Windows service.

When starting the Luna.Service.exe directly, an SF Edge instance starts which behaves similar to the SF Edge console application.

To register SF Edge as a Windows service, use the Luna.Setup.exe service installer application (see the section below)

It is recommended to not start the Luna.Service.exe manually but instead uses the Windows service facilities to start SF Edge as a service, as described in the following chapters.

{% content-ref url="/pages/-Lj6y-PS1qcfAnChNZYr" %}
[Edge Installation](/manual/senseforce-edge/edge-installation.md)
{% endcontent-ref %}

#### SF Edge Windows service installer application <a href="#luna2.6-manual-lunaserviceinstallerapplication" id="luna2.6-manual-lunaserviceinstallerapplication"></a>

Luna.Setup.exe is a handy command-line tool, to install your SF Edge as a Windows service. It provides the following features:

* Register several SF Edge services, each using its own configurations
* Manage the configurations of several SF Edge services
* Uninstall one/all SF Edge services
* Open the Windows service dialog


---

# 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://manual.senseforce.io/manual/senseforce-edge/edge-package-overview.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.
