> For the complete documentation index, see [llms.txt](https://eavio.gitbook.io/eavio-club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eavio.gitbook.io/eavio-club/functionalities/daily-guests.md).

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