# Objectif de l’outil

Le **Data Downloader de Jakarto** est un outil permettant aux utilisateurs de **sélectionner et télécharger des nuages de points 3D** couvrant une région spécifique.

En téléchargeant ces nuages de points, vous obtenez une **copie locale** des données, facilitant leur utilisation dans d’autres logiciels SIG ou [applications spécialisées](/guide-data-downloader/fr/telechargement-des-fichiers/integration-des-fichiers-telecharges-dans-un-outil-externe.md), indépendamment des services en ligne de Jakarto.

Les fichiers sont fournis au format **COPC (Cloud Optimized Point Cloud)**, une extension optimisée du format **LAZ**. Ce format **compressé et structuré** permet un accès plus rapide aux données, notamment pour des cas d'usages de diffusion sur le web (comme [Jakartowns](https://docs.jakarto.com/guide-jakartowns/fr/jakartowns/raccourcis-clavier/general)), tout en restant **compatible** avec les logiciels prenant en charge le format LAZ.


---

# Agent Instructions: 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:

```
GET https://docs.jakarto.com/guide-data-downloader/fr/introduction/objectif-de-loutil.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
