> For the complete documentation index, see [llms.txt](https://docs.yourcontrols.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yourcontrols.org/vatsim-ivao.md).

# VATSIM/IVAO

The best part about shared cockpit is helping each other reduce workload while flying on online networks.&#x20;

* [VATSIM](/vatsim-ivao.md#vpilot)
* [IVAO](/vatsim-ivao.md#ivao-altitude)

## vPilot

Please see the [official vPilot Documentation](https://vpilot.rosscarlson.dev/Documentation#shared-cockpit) for more information.

### Hoster

The hoster can connect to vPilot as they normally would.

![](/files/-MWLTRejIa6JJDjVWePT)

### Joiners

The people joining the host should have the same callsign, **but with a letter after the callsign**. They should also tick on observer mode.

![Connecting with a letter after the callsign in observer mode](/files/-MWLThZlgMj43blrfs6I)

![You can have as many people flying with you as you want!](/files/-MWLTx1engOQOWcMCZfF)

## IVAO Altitude

Please see the [official IVAO Altitude Client](https://wiki.ivao.aero/en/home/devops/manuals/altitude#connecting-cockpit-sharing-connection-to-ivao) documentation for more information.

### Hoster

The hoster can connect to IVAO via the Altitude client as they normally would.

![https://wiki.ivao.aero/en/home/devops/manuals/altitude](/files/-MWNLHI92o37fAh03Fzq)

### Joiners

The people joining the host should have the same callsign, **but with the letter M after the callsign**. They should also connect as an observer.

![](/files/-MWNN5jUuothtfWtEVa-)

{% hint style="info" %}
The official IVAO documentation states that the observer should connect with a letter M, but doesn't explicitly state if more than two people can share an aircraft. I haven't tried it myself, but it should work similarly to vPilot.
{% endhint %}


---

# 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://docs.yourcontrols.org/vatsim-ivao.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.
