> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/fr/documentation-de-lapi/schemas-des-flux-de-base.md).

# Schémas des flux de base

La page est un guide visuel des opérations et processus fondamentaux mis en œuvre par un consommateur de l'API GeoPard. Cette page comprend des diagrammes qui illustrent succinctement les flux pour les tâches cruciales. Chaque diagramme capture la nature événementielle de l'API de GeoPard, démontrant comment diverses entités interagissent et réagissent aux changements en temps réel, fournissant ainsi une compréhension complète du fonctionnement de l'API.

1. [Enregistrement de parcelle](/geopard-tutorials/fr/documentation-de-lapi/schemas-des-flux-de-base/1.-enregistrement-dune-parcelle.md)
2. [Abonnement GraphQL](/geopard-tutorials/fr/documentation-de-lapi/schemas-des-flux-de-base/2.-abonnement-graphql.md)
3. [Récupérer imagerie satellite](/geopard-tutorials/fr/documentation-de-lapi/schemas-des-flux-de-base/3.-obtenir-les-images-satellite.md)
4. [Téléverser jeux de données Sol | Application | Rendement](/geopard-tutorials/fr/documentation-de-lapi/schemas-des-flux-de-base/4.-importer-les-jeux-de-donnees-de-sol-or-asapplied-or-rendement.md) y compris les données propriétaires de machines comme ISOXML
5. [Exécuter des équations](/geopard-tutorials/fr/documentation-de-lapi/schemas-des-flux-de-base/5.-executer-les-equations.md)
6. [Générer carte des zones](/geopard-tutorials/fr/documentation-de-lapi/schemas-des-flux-de-base/6.-generer-zonesmap.md)
7. [Télécharger données en grille](/geopard-tutorials/fr/documentation-de-lapi/schemas-des-flux-de-base/7.-telecharger-les-donnees-maillees.md)
8. [Télécharger données originales](/geopard-tutorials/fr/documentation-de-lapi/schemas-des-flux-de-base/8.-telecharger-les-donnees-originales.md)
9. Rendre imagerie satellite\*

{% hint style="info" %}
Pour les diagrammes marqués d'un \* (ex : *Rendre imagerie satellite\**), les capacités de GeoPard sont en place et la description arrive bientôt.
{% 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://docs.geopard.tech/geopard-tutorials/fr/documentation-de-lapi/schemas-des-flux-de-base.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.
