# Étape 1 : mettre ses missions à disposition de l'API Engagement

## Accès et prérequis

Cette étape nécessite de disposer d’un **compte API Engagement déjà créé**.

Si ce n’est pas encore le cas, vous pouvez [contacter avec l'équipe API Engagement](https://api-engagement.beta.gouv.fr/#contact) afin de :

* créer votre compte,
* obtenir vos **identifiants d’accès**.

## Méthodes d’intégration disponibles

Il existe deux méthodes d'intégration pour partager ses missions d'engagement à l'API Engagement :&#x20;

Deux méthodes d’intégration sont proposées pour partager vos missions d’engagement :

* **Méthode 1 :** [création d'un flux XML](/annoncer-des-missions/creation-dun-flux-xml/methode-1-creation-dun-flux-xml.md)\
  Génération et mise à disposition d’un flux structuré contenant vos missions.
* **Méthode 2 :** [API](/annoncer-des-missions/creation-dun-flux-xml/methode-2-creation-de-missions-par-api.md)\
  Création et gestion des missions directement via l’API (création, modification, suppression).


---

# 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://doc.api-engagement.beta.gouv.fr/annoncer-des-missions/creation-dun-flux-xml.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.
