> For the complete documentation index, see [llms.txt](https://help.steeple.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.steeple.com/en/jobs/application-jobs.md).

# Jobs app — Job postings and applications

### Overview

**Jobs** is Steeple's job offer management application. It allows you to publish offers, receive internal applications (internal mobility) and external recommendations (referrals).

### What the assistant can do

With the scope **Job offers**, the assistant can:

* **List** all job offers in the organization
* **Consult** the details of a job offer (title, location, contract type, description, status)
* **Create** a new job offer
* **Edit** an existing offer (title, description, status, etc.)
* **Delete** an offer
* **View applications** linked to an offer
* **Change the status** of an application (New → Under review → Accepted/Rejected)
* **View impressions** of an offer (who viewed it)

### Contract types

The available contract types are:

* **Permanent contract** — Open-ended contract
* **Fixed-term contract** — Fixed-term contract
* **Seasonal fixed-term contract**
* **Freelance**
* **Internship**
* **Apprenticeship**

### Offer statuses

* **Draft** : the offer is not visible to employees
* **Open** : the offer is published and visible
* **Closed** : the offer is archived, no longer visible

### Applications

Two types of applications:

* **Internal mobility** : an employee applies for an internal position
* **Referral** : an employee recommends an external candidate

Application statuses: **New** → **Under review** → **Accepted** or **Rejected**

### Permissions

* The **HR users** can create, edit, delete offers and manage applications
* The **standard users** only see open offers and can apply or refer
* The HR role is managed in the **Settings** of the Jobs application

### Navigation

The Jobs application is accessible from Steeple's main menu (`/app/jobs`). If it does not appear, check its visibility in **Administration** > **Applications** (`/administration/apps`).


---

# 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:

```
GET https://help.steeple.com/en/jobs/application-jobs.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.
