> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/fr/productos/migrations/concepts.md).

# Concepts

Explications et définitions des concepts clés de Migrations : ce que c’est, l’origine, les formats, le transfert et le processus.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Que sont les migrations ?</strong></td><td>Quels services et quelles sources peuvent être migrés et comment fonctionne l’assistant guidé.</td><td><a href="/pages/e82d54e5b3a4ef85fea186f79693183aa9106a23">/pages/e82d54e5b3a4ef85fea186f79693183aa9106a23</a></td></tr><tr><td><strong>Source physique ou virtuelle</strong></td><td>La différence entre une source physique et une source virtuelle et comment cela affecte le flux de l’assistant.</td><td><a href="/pages/8fd38ee49e821c87b16a9b7bcaa3381c064dcde3">/pages/8fd38ee49e821c87b16a9b7bcaa3381c064dcde3</a></td></tr><tr><td><strong>Formats de disque</strong></td><td>Les formats de disque pris en charge et la conversion automatique de la plateforme.</td><td><a href="/pages/745e0213c32b063d46557a959ec7b41b98b2bcb0">/pages/745e0213c32b063d46557a959ec7b41b98b2bcb0</a></td></tr><tr><td><strong>Modes de transfert</strong></td><td>Les modes de transfert (SFTP, URL, web et Agent Acronis) et lequel convient dans chaque cas.</td><td><a href="/pages/ed935844688c5f8667cba0d6907623c307b431e6">/pages/ed935844688c5f8667cba0d6907623c307b431e6</a></td></tr><tr><td><strong>Le processus de bout en bout</strong></td><td>Les phases d’une migration, les états par lesquels elle passe et la validation finale.</td><td><a href="/pages/69a39fdd234349f741a4812a9a52d3c52afcb01c">/pages/69a39fdd234349f741a4812a9a52d3c52afcb01c</a></td></tr><tr><td><strong>Glossaire</strong></td><td>Définitions des termes propres à Migrations.</td><td><a href="/pages/cf02545e29cb70ffac810875b8453f427c8727db">/pages/cf02545e29cb70ffac810875b8453f427c8727db</a></td></tr></tbody></table>


---

# 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.plenit.com/fr/productos/migrations/concepts.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.
