> For the complete documentation index, see [llms.txt](https://opendatafrance.gitbook.io/fablog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://opendatafrance.gitbook.io/fablog/presentation.md).

# Présentation

- [Le projet](https://opendatafrance.gitbook.io/fablog/presentation/le-projet.md): Initiée par l’ADEME, la Fabrique de la Logistique est une communauté ouverte et structurée autour d’un écosystème d’utilisateurs qui co-construisent des solutions Supply Chain innovantes.
- [Les communautés](https://opendatafrance.gitbook.io/fablog/presentation/les-communautes.md)
- [Dématérialisation](https://opendatafrance.gitbook.io/fablog/presentation/les-communautes/dematerialisation.md): Comment accélérer la digitalisation des échanges pour accroître l’efficience des opérations ?
- [Traçabilité/Tracking](https://opendatafrance.gitbook.io/fablog/presentation/les-communautes/tracabilite-tracking.md): Tracer les flux pour piloter les chaînes logistiques.
- [Logistique durable](https://opendatafrance.gitbook.io/fablog/presentation/les-communautes/vehicules-propres.md): Quelles solutions pour des logistiques qui prennent en compte les impacts sur les parties prenantes ?
- [Intelligence Artificielle et Logistique](https://opendatafrance.gitbook.io/fablog/presentation/les-communautes/intelligence-artificielle.md): Comprendre les défis à venir pour envisager le mode d’intégration des nouvelles fonctionnalités dans le management des flux.
- [Partenaires](https://opendatafrance.gitbook.io/fablog/presentation/partenaires.md)
- [Contacts](https://opendatafrance.gitbook.io/fablog/presentation/contacts.md)


---

# 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://opendatafrance.gitbook.io/fablog/presentation.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.
