# Daily Guests

This module is designed specifically for aviation clubs with airports that accommodate aircraft from non-member pilots, thereby streamlining the management of arrivals and departures. It enables the swift addition of these external pilots into the system, ensuring efficient oversight of all air traffic at your facility. Furthermore, it provides the capability to download comprehensive records in CSV or Excel formats, facilitating easy data management and analysis. This enhancement not only improves operational control but also ensures that accurate and accessible records of all external pilot activities are maintained.

### Administrator Panel

In the administrator panel you can add, edit and delete records.

<figure><img src="/files/yw2HMwpQ8QtDQUrxdMm8" alt=""><figcaption><p>Daily Guests in Administrator Panel</p></figcaption></figure>

You will then be able to download the records in cssv or excel format.

<figure><img src="/files/n0h2xFJjOysGdQccl5RW" alt=""><figcaption><p>Downloading records</p></figcaption></figure>

### Front-end

On the front end, there is a button that is always active, which facilitates the opening of the daily guest pop-up in order to register them in the shortest possible time.

<figure><img src="/files/vgUavL1yKd0IoiSgcHOs" alt="" width="292"><figcaption><p>Daily Guest Button</p></figcaption></figure>

You will be able to add the Aircraft registration, landing/take-off time, airport (pre-selected to the nearest one according to your geolocation), pilot's name and some remarks.

<figure><img src="/files/k5KGC4qIXOelW5NkC3Id" alt="" width="288"><figcaption><p>Daily Guests form</p></figcaption></figure>

You can also check out today's daily guests

<figure><img src="/files/VPCXgOPRD0Nmk2gahvhR" alt="" width="294"><figcaption><p>Today´s Guests List</p></figcaption></figure>

### Parameters

With this Parameter you can enable or disable the Daily Guest module.

<figure><img src="/files/AA3trvfT0Lmexfyslpp9" alt=""><figcaption><p>Paramter to enable or disable Daily Guest module</p></figcaption></figure>


---

# 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://eavio.gitbook.io/eavio-club/functionalities/daily-guests.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.
