# Cabin Announcements

The aircraft features custom pilot and flight attendant announcments. They are livery dependent (some default liveries have a less enhanced sound package - still in development) and respect local languages.

{% hint style="warning" %}
All announcments will only work if you load up the aircrafts weight via the EFB.
{% endhint %}

### Auto Mode

If enabled in the EFB Operator Settings (Enable Announcments Auto Mode) all sounds will be triggered automatically. No user interaction is required. Remember that flight attendants can usually only be heard in the cabin, not in the cockpit.

### Manual Mode

Flight attendants are working automatically, but captain announcements are not triggering itself and when crew is calling, manual pick up is needed (CAB button on audio panel). If you don't pick up, crew will stop calling after 5-12 seconds.

### Announcments

* **Welcome on board (FA)**
  * **Condition:** Boarding started, front left doors are opened, aircraft is powered and Emergency lights are armed.&#x20;
* **Boarding complete (Intercom)**
  * **Manual Mode:** Crew is waiting for response from 5-12 seconds
  * **Auto Mode:** Phone is picked up about 3-5 seconds after call
* **Welcome on board (CPT)**&#x20;
  * **Condition:** After boarding complete, when doors are closed.&#x20;
  * **Auto Mode:** automatic trigger
  * **Manual Mode:** push PA button on audio panel.&#x20;
* **Automatic crosscheck (FA)**
  * **Condition:** GPU is unplugged, doors are closed, beacon on, boarding is complete.
* **Safety demo** **(FA)**
  * **Condition:** After engines start and after crosscheck.
* **Lights off (FA)**
  * **Condition:** In dark light conditions like evening, morning and night
* **Cabin ready for departure (Intercom)**
  * **Condition:** 50-90 seconds after safety demo is finished.&#x20;
  * **Manual Mode:** Crew is waiting for response from 5-12 seconds
  * **Auto Mode:** Phone is picked up about 3-5 seconds after call
* **Seats for take off (CPT)**
  * **Condition:** Aircraft is on runway or when strobe lights are on before
  * **Auto Mode:** automatic trigger
  * **Manual Mode:** push PA button on audio panel.&#x20;
* **Seatbelts on after take off (FA)**&#x20;
  * **Condition:** Aircraft is 1500-2500 above ground
* **Service (FA)**&#x20;
  * **Condition:** Aircraft is above FL130 and sterile switch off
* **Reaching Cruise Level (CPT)**
  * **Condition:** Aircraft reaches cruise level (same as PERF page)
  * **Auto Mode:** automatic trigger
  * **Manual Mode:** push PA button on audio panel.&#x20;
* **Descent (FA)**
  * **Condition:** Altitude gets lower than cruise level
* **Seats for landing (CPT)**
  * Condition: Aircraft is in landing configuration
  * **Auto Mode:** automatic trigger
  * **Manual Mode:** push PA button on audio panel.&#x20;
* **After landing (FA)**&#x20;
  * Condition: Aircraft has runway vacated
* **Manual crosscheck (FA)**
  * **Condition:** Seatbelt signs off, engines off, beacon off


---

# 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://docs.flightsim-studio.com/e-jet-series/special-features/cabin-announcements.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.
