> For the complete documentation index, see [llms.txt](https://help.join.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.join.com/french/mentions-legales-et-protection-des-donnees.md).

# Mentions légales et protection des données

- [Consentement du candidat](https://help.join.com/french/mentions-legales-et-protection-des-donnees/consentement-du-candidat.md): Cet article explique comment fonctionne le consentement du candidat dans JOIN et ce que cela signifie pour votre processus de recrutement et votre conformité en matière de protection des données.
- [Sécurité des données](https://help.join.com/french/mentions-legales-et-protection-des-donnees/securite-des-donnees.md): Accord de traitement des données (« AVV » ou « Accord ») entre l’Entreprise et JOIN
- [Politique de confidentialité](https://help.join.com/french/mentions-legales-et-protection-des-donnees/politique-de-confidentialite.md)
- [Conditions générales d’utilisation](https://help.join.com/french/mentions-legales-et-protection-des-donnees/conditions-generales-dutilisation.md): Pour l’utilisation de JOIN par les entreprises (Version 2.0, 20.12.2024)
- [Qualité des offres d’emploi](https://help.join.com/french/mentions-legales-et-protection-des-donnees/qualite-des-offres-demploi.md): En suivant ces règles, vous pouvez créer des offres d’emploi efficaces qui attirent des candidats qualifiés et éviter tout retour négatif ou problème juridique.


---

# 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.join.com/french/mentions-legales-et-protection-des-donnees.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.
