# First Steps

### Familiarization <a href="#familiarization" id="familiarization"></a>

1. Set up a custom controls profile (see below).
2. Calibrate your throttle (see below).
3. Read the [Procedure Guide](/e-jet-series/normal-procedures/procedure-guide.md).
4. &#x20;In case of any issue check out the [FAQs](/e-jet-series/introduction/faqs.md) first.

### Controls Assignments <a href="#controls-assignments" id="controls-assignments"></a>

The aircraft uses a very complex automatic logic which interfers with the use of key bindings. This can lead to malfunctions and significantly impair the flight. Therefore, we recommend that you create a separate controller profile for the E-Jets and delete the following key bindings:

* TOGGLE MASTER BATTERY AND ALTERNATOR
* TOGGLE MASTER ALTERNATOR

### Throttle Calibration <a href="#throttle-calibration" id="throttle-calibration"></a>

**The throttle calibration page can be accessed via EFB -> Settings Icon (upper right) -> Configuration Tab**

![](https://cdn.document360.io/417c2d4d-fdb8-4d4d-b11d-011fe445d776/Images/Documentation/Throttle_Calibration_Legend.jpg)

***

**Axis Assignment**

Currently you can't bind your throttle axis to the "Throttle general" key.&#x20;

* Please bind your axes to THROTTLE 1 AXIS and THROTTLE 2 AXIS.
* If you only have one throttle lever, bind them to THROTTLE AXIS.

![](https://cdn.document360.io/417c2d4d-fdb8-4d4d-b11d-011fe445d776/Images/Documentation/image-1674160023091.png)

***

**Deadzones**

For each detent position you can assign a minimum and maximum deadzone limit.

* The colors reflect the detent position (White = Idle, Green = TO/GA, Orange = MAX)
* The deadzone thresholds can be changed by dragging them up and down.

![](https://cdn.document360.io/417c2d4d-fdb8-4d4d-b11d-011fe445d776/Images/Documentation/image-1674158377926.png)

***

**LINK AXIS**

Click to synchronize left and right axis. The applied method is indicated with a gree dot. To disable axis linking just click on the LINK AXIS button again.

![](https://cdn.document360.io/417c2d4d-fdb8-4d4d-b11d-011fe445d776/Images/Documentation/image-1674157955819.png)

* Left > Right: Sync left axis to right axis
* Left < Right: Sync right axis to left axis
* Average: Sync based on the average of both axis
* Minimum Level: Sync the axis with the lowest value to higher axis
* Maximum Level: Sync the axis with the highest value to the lower axis

{% hint style="info" %}
**Single Throttle Lever**

If your hardware throttle only has one lever, you don't have to link the axes because they are already linked by the axis binding in the MSFS control options.
{% endhint %}

***

**REV ON AXIS**

Activating this puts the reverser to your current axis. 0% equals maximum reverse. Disabling this option sets 0% back to idle thrust.

![](https://cdn.document360.io/417c2d4d-fdb8-4d4d-b11d-011fe445d776/Images/Documentation/image-1674158603284.png)

***

**LINK SETTINGS**

Synchronizes the last deadzone changes to the other side. Use this after configuring one axis to set up the other one with the same deadzones by one click.

![](https://cdn.document360.io/417c2d4d-fdb8-4d4d-b11d-011fe445d776/Images/Documentation/image-1674158093721.png)


---

# 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/introduction/first-steps.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.
