# Job Market

As of Alpha version .5, the only jobs implemented at this time are cargo. Don't worry though, we have big plans to implement new job types as the development of OpenSky progresses.&#x20;

There are 2 ways to find a job.&#x20;

The preferred method for most pilots is to go to "My Fleet", select the desired aircraft for the flight, and then click "Find Job". This method will attempt to find jobs that will fit within the payload and seating constraints of the given airframe.&#x20;

<figure><img src="https://3636153876-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKhwGC4ZjgOMFDCjzVKGX%2Fuploads%2F1FKASX8aNVUNjaAe4UIC%2Fimage.png?alt=media&#x26;token=901ba95e-684a-480c-8bd3-a140f045263f" alt=""><figcaption><p>Using the Fleet page is the preferred way to search for jobs by aircraft model</p></figcaption></figure>

The second, is to simply click on "Job Market" and use the raw search at the top. This method will require you to sift through the jobs available and determine if its appropriate for the aircraft you plan to use.&#x20;

<figure><img src="https://3636153876-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKhwGC4ZjgOMFDCjzVKGX%2Fuploads%2FwSxacIsyRaUitH4wx17j%2Fimage.png?alt=media&#x26;token=54e4e4f3-1e98-4a31-bab6-a41827c3b6e4" alt=""><figcaption><p>The Job Market Page</p></figcaption></figure>

In future builds, there are plans to provide pilots with more tailored tools on these screens to isolate the jobs they prefer to see.&#x20;


---

# 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://opensky.gitbook.io/opensky-overview/the-pilots-manual/job-market.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.
