> For the complete documentation index, see [llms.txt](https://guides.ia.numerique.gouv.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.ia.numerique.gouv.fr/albert-api/ressources/changelog.md).

# Changelog

Cette page résume l’évolution documentaire et fonctionnelle visible côté consommateurs de l’API Albert.

## Référence de version

La **version du contrat OpenAPI** exposée sur `https://albert.api.etalab.gouv.fr/openapi.json` figure dans le champ `info.version` du document (par exemple `0.4.x` selon les déploiements). C’est la **source de vérité** pour les routes et schémas disponibles sur un environnement donné.

## Évolutions récentes mentionnées dans la spec

* **Outil `SearchTool`** — recherche documentaire intégrée au chat via `tools` avec `type: "search"`.
* **Dépréciations** — anciens champs `search` / `search_args` sur le chat ; endpoint `POST /v1/parse-beta` au profit de `POST /v1/ocr` ; routes `GET /v1/chunks/{document}` au profit de `GET /v1/documents/{document_id}/chunks`.

{% hint style="warning" %}
⚠️ À vérifier — Journal officiel des versions (releases GitHub, fichier CHANGELOG du dépôt moteur ou page communication beta.gouv) : consolidez le lien canonique utilisé par votre organisation à partir des dépôts `betagouv` / `etalab-ia` associés au produit Albert.
{% endhint %}

## Documentation GitBook

Les mises à jour de ce livre sont **versionnées dans le dépôt Git** synchronisé avec GitBook. Comparez les commits sur la branche `main` pour l’historique détaillé du contenu éditorial.


---

# 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://guides.ia.numerique.gouv.fr/albert-api/ressources/changelog.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.
