# Job Details

Clicking a job card on the Jobs page opens a slide-in panel on the right side of the screen with the full details of that role.

***

## Role Information

The top of the panel displays key information at a glance:

| Field           | Description                                                                               |
| --------------- | ----------------------------------------------------------------------------------------- |
| **Title**       | The job title and specialty                                                               |
| **Company**     | The hiring organization (often Folio)                                                     |
| **Hourly Rate** | Compensation in USD per hour                                                              |
| **Hours/Week**  | Expected weekly time commitment                                                           |
| **Openings**    | Number of open slots and total capacity (e.g., 1/7 means 1 spot remaining out of 7 total) |
| **Location**    | Typically Remote                                                                          |
| **Start Date**  | Projected project start date                                                              |

***

## Job Description

The description section provides a full overview of the project, including:

* **Project details** — What the role involves and what you'll be doing
* **Project timeline** — Kickoff date, estimated end date, and total estimated hours
* **Skills tags** — Required or preferred skills for the role

Review this section carefully to confirm the role is a good fit before applying.

***

## Applying

When you're ready to apply, click the **Apply Now** button at the top of the panel.

A confirmation dialog will appear immediately after submission. Folio reviews all applications and will contact you if you are selected to join the project.

{% hint style="info" %}
**Note:** You must complete your profile before you can apply to jobs. If you haven't finished onboarding, you'll be prompted to do so first.
{% endhint %}


---

# 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.folio.works/the-platform/job-details.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.
