> For the complete documentation index, see [llms.txt](https://faq.stop-punaises.gouv.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.stop-punaises.gouv.fr/jai-termine-mes-interventions.md).

# J'ai terminé mes interventions

Une fois votre **intervention est terminée**, rendez-vous sur la page du signalement et cliquez sur le bouton vert **"Marquer comme traité"**.

<figure><img src="/files/4rUbSbGXQJzPp3sIW5AK" alt=""><figcaption><p>Une fois l'intervention faite, cliquez sur le bouton "Marquer comme traité"</p></figcaption></figure>

Vous accédez à un formulaire pour renseigner les détails de l'intervention. Pour vous simplifier la tâche, les informations du logement (adresse, type) et les coordonnées de l'usager sont préremplies.

<figure><img src="/files/uCnwjIxRI4RZ6XxYlPeR" alt=""><figcaption><p>Première étape du formulaire d'intervention</p></figcaption></figure>

Une fois les informations sur le logement complétées, vous passez à l'étape 2 en cliquant sur le bouton "Suivant".

Dans cette seconde étape, vous indiquez les détails de votre intervention (type de traitement, date de la visite, etc.). Une fois le formulaire complété, cliquez sur le bouton "Valider".

<figure><img src="/files/8NEUkr9Y3ghWFg9ouC2v" alt=""><figcaption><p>Seconde étape du formulaire d'intervention</p></figcaption></figure>

{% hint style="info" %}
Le saviez-vous ? Renseigner les détails d'une intervention a 2 avantages : cela permet d'assurer un **suivi usager précis** et de renseigner l'Observatoire national des infestations de punaises de lit !
{% endhint %}


---

# 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://faq.stop-punaises.gouv.fr/jai-termine-mes-interventions.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.
