> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/automate-protect-and-extend/fr/readme.md).

# Automatiser, protéger et étendre

Ce à quoi vous faites appel une fois VergeOS en service : continuité d’activité, provisionnement reproductible, automatisation centrée sur le terminal et modèles d’IA locaux — le tout intégré à la plateforme.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-shield-halved">:shield-halved:</i></h3></td><td><strong>Sauvegarde et reprise après sinistre</strong></td><td>Instantanés, synchronisations de sites, flux de serveur de réparation et opérations de récupération.</td><td><a href="/pages/ba7a2f07f0294eef8bd96bc69d8a388c49ea5b9b">/pages/ba7a2f07f0294eef8bd96bc69d8a388c49ea5b9b</a></td></tr><tr><td><h3><i class="fa-gears">:gears:</i></h3></td><td><strong>Automatisation</strong></td><td>Recettes, moteur de tâches, planifications, scripts et webhooks.</td><td><a href="/pages/4c91d8c15155e7ac4899affa041c509e3f9e6071">/pages/4c91d8c15155e7ac4899affa041c509e3f9e6071</a></td></tr><tr><td><h3><i class="fa-terminal">:terminal:</i></h3></td><td><strong>Intégrations et API</strong></td><td>CLI, SDK, Terraform, Prometheus et outils orientés Kubernetes.</td><td><a href="/pages/72e7375e0f469010a75b9a85670f07d903a41a51">/pages/72e7375e0f469010a75b9a85670f07d903a41a51</a></td></tr><tr><td><h3><i class="fa-brain">:brain:</i></h3></td><td><strong>IA privée</strong></td><td>Exécutez des modèles localement via VergeOS avec une API compatible OpenAI.</td><td><a href="/pages/738ff17cef8340e220886089a80ab9b180f28278">/pages/738ff17cef8340e220886089a80ab9b180f28278</a></td></tr></tbody></table>

## Parcours suggéré

1. [Clés API](/automate-protect-and-extend/fr/surfaces-dadministration-partagees/api-keys.md)
2. [Sauvegarde et reprise après sinistre](/automate-protect-and-extend/fr/sauvegarde-et-reprise-apres-sinistre/overview.md)
3. [Recettes](/automate-protect-and-extend/fr/automatisation/recipes-overview.md)
4. [CLI VergeOS](/automate-protect-and-extend/fr/integrations-et-api/vrg-cli.md)
5. [Aperçu de l’IA privée](/automate-protect-and-extend/fr/ia-privee/overview.md)

## Espaces associés

* Contexte de la plateforme centrale : [Exécuter la plateforme](https://docs.verge.io/run-the-platform/fr/)
* Conception du déploiement initial : [Planifier et déployer](https://docs.verge.io/plan-and-deploy/fr/)


---

# 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://docs.verge.io/automate-protect-and-extend/fr/readme.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.
