> For the complete documentation index, see [llms.txt](https://hotelizer.gitbook.io/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hotelizer.gitbook.io/manual/menu/statistics.md).

# Στατιστικά

- [Επισκόπιση](https://hotelizer.gitbook.io/manual/menu/statistics/statistics-overview.md): Η επισκόπηση σάς δίνει κάποια στατιστικά στοιχεία του καταλύματός σας για την περίοδο του τρέχοντος έτους.
- [Σύνοψη ημερών](https://hotelizer.gitbook.io/manual/menu/statistics/statistics-daily.md): Στη σελίδα αυτή μπορείτε να δείτε στατιστικά ανά ημέρα στο κατάλυμά σας, όπως ημερήσια πληρότητα, average daily rate, σύνολο εσόδων, πληρωμές κτλ.
- [Σύνοψη μηνών](https://hotelizer.gitbook.io/manual/menu/statistics/statistics-monthly.md): Στη σελίδα αυτή μπορείτε να δείτε μία σύνοψη εσόδων για το κατάλυμά σας είτε σε μικτά είτε σε καθαρά κέρδη, ανά μήνα για την περίοδο του τρέχοντος έτους συγκριτικά με το προηγούμενο.
- [Σύνοψη τύπων δωματίων](https://hotelizer.gitbook.io/manual/menu/statistics/statistics-room-types.md): Στη σελίδα αυτή μπορείτε να δείτε κάποια στατιστικά στοιχεία για το κατάλυμά σας ανά τύπο δωματίου, όπως πληρότητα, έσοδα δωματίων, ADR και κρατήσεις.
- [Σύνοψη πηγών](https://hotelizer.gitbook.io/manual/menu/statistics/statistics-sources.md): Στη σελίδα αυτή μπορείτε να δείτε κάποια στατιστικά στοιχεία (πρώτο γράφημα) για τις κρατήσεις του καταλύματός σας ανά πηγή/κανάλι, όπως τηλεφωνικές κρατήσεις, booking.com, website, expedia κτλ.
- [Σύνοψη χωρών](https://hotelizer.gitbook.io/manual/menu/statistics/statistics-countries.md): Στη σελίδα αυτή μπορείτε να δείτε κάποια στατιστικά στοιχεία (πρώτο γράφημα) για τις κρατήσεις και τα έσοδα του καταλύματός σας ανά εθνικότητα.
- [Σύνοψη τμημάτων](https://hotelizer.gitbook.io/manual/menu/statistics/statistics-services.md): Στη σελίδα αυτή μπορείτε να δείτε τα έσοδα των επιμέρους τμημάτων μίας κράτησης (π.χ. έσοδα διαμονής, φόροι διαμονής, bar, εστιατόριο) ανά μήνα.
- [Σύνοψη εταιριών](https://hotelizer.gitbook.io/manual/menu/statistics/statistics-businesses.md): Στη σελίδα αυτή μπορείτε να δείτε κάποια στατιστικά στοιχεία (πρώτο γράφημα) για τις κρατήσεις με τις εταιρίες που έχετε συνεργασία στο κατάλυμά σας.
- [Αναφορές](https://hotelizer.gitbook.io/manual/menu/statistics/statistics-reports.md)


---

# 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://hotelizer.gitbook.io/manual/menu/statistics.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.
