> For the complete documentation index, see [llms.txt](https://guide-api-rest.marmicode.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide-api-rest.marmicode.fr/api-rest.md).

# API ReST

- [L'Ecosystème Moderne](https://guide-api-rest.marmicode.fr/api-rest/l-ecosysteme-moderne.md)
- [Le Besoin](https://guide-api-rest.marmicode.fr/api-rest/le-besoin.md)
- [Re.S.T. : REpresentational State Transfer](https://guide-api-rest.marmicode.fr/api-rest/re.s.t.-representational-state-transfer.md)
- [Les 5 règles et ½ de l’API ReST](https://guide-api-rest.marmicode.fr/api-rest/les-5-regles-et-demi-de-l-api-rest.md): ou plutôt les 5 contraintes et ½
- [Le Modèle de Maturité de Richardson](https://guide-api-rest.marmicode.fr/api-rest/le-modele-de-maturite-de-richardson.md): Le Modèle de Maturité de Richardson ou Web Service Maturity Heuristic
- [H.A.T.E.O.A.S. & Resource Linking](https://guide-api-rest.marmicode.fr/api-rest/h.a.t.e.o.a.s.-et-resource-linking.md)
- [Avis Subjectif sur H.A.T.E.O.A.S. et le Semantic Web](https://guide-api-rest.marmicode.fr/api-rest/avis-subjectif-sur-h.a.t.e.o.a.s.-et-le-semantic-web.md)
- [ReST over HTTP](https://guide-api-rest.marmicode.fr/api-rest/rest-over-http.md)
- [HTTP & CRUD](https://guide-api-rest.marmicode.fr/api-rest/http-et-crud.md)
- [ReSTful donc Stateless](https://guide-api-rest.marmicode.fr/api-rest/restful-donc-stateless.md)
- [Pragmatisme, Idéologie et ReSTafarians](https://guide-api-rest.marmicode.fr/api-rest/pragmatisme-ideologie-et-restafarians.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:

```
GET https://guide-api-rest.marmicode.fr/api-rest.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.
