> 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/de/jobs/jobs-creer-offre.md).

# Ein Stellenangebot erstellen

Um ein Stellenangebot zu erstellen, gehen Sie zu **Jobs** > **Stellenangebote** (`/app/jobs`) und klicken Sie auf die Schaltfläche **Ein Stellenangebot erstellen**.

## Pflichtangaben

* **Titel** der Stelle
* **Vertragsart** : Unbefristet, befristet, saisonaler befristeter Vertrag, Freiberufler, Praktikum oder Ausbildung
* **Standort** der Stelle
* **Beschreibung** der Stelle (Rich-Text)
* **Communities** : mindestens eine Community muss ausgewählt werden, um festzulegen, wer das Angebot sehen wird

## Bewerbungsoptionen

* **Mitarbeiterempfehlung** : wenn aktiviert, können Mitarbeitende externe Kandidaten empfehlen (Name, E-Mail, Telefon, Lebenslauf)
* **Interne Mobilität** : wenn aktiviert, können Mitarbeitende intern mit einem Anschreiben bewerben

## Veröffentlichen oder als Entwurf speichern

* **Entwurf** : das Angebot wird gespeichert, ist aber für die Mitarbeitenden nicht sichtbar. Sie können es später veröffentlichen.
* **Offen** : das Angebot wird sofort veröffentlicht und ist für die Mitglieder der ausgewählten Communities sichtbar.

## Sichtbarkeit

Das Angebot ist nur für die Mitglieder der Communities sichtbar, denen es zugeordnet ist. Um es für die gesamte Organisation sichtbar zu machen, wählen Sie die Haupt-Community aus (diejenige, die alle Mitglieder enthält).

## Import von einer externen Website

Die Anwendung ermöglicht den Import von Stellenangeboten von Jobbörsen (LinkedIn, Indeed usw.) dank einer KI-gestützten Importfunktion. Diese Funktion befindet sich in der Beta-Phase.

## Erforderliche Berechtigung

Nur Benutzer mit der **HR-Rolle** können Stellenangebote erstellen.


---

# 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://help.steeple.com/de/jobs/jobs-creer-offre.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.
