# Reprendre le code source des simulateurs Datagir

Tous les simulateurs Datagir ont été développés en libre accès afin que vous puissiez rentrer dans le code source et le reprendre facilement pour adapter nos outils à votre écosystème 💻.

Retrouvez tout le code de nos simulateurs directement sur Github : [github.com/datagir](https://github.com/datagir/)


---

# 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.datagir.ademe.fr/documentation/reprendre-le-code-source-des-simulateurs-datagir.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.
