> For the complete documentation index, see [llms.txt](https://docs.enate.net/whats-new/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enate.net/whats-new/frfr/les-nouveautes-denate.md).

# Les nouveautés d'Enate

Bonjour et bienvenue dans la section « Nouveautés » de l’aide Enate. Cette section vous permet de consulter toutes les nouvelles fonctionnalités et améliorations que nous ajoutons à Enate. Dans les sections suivantes, vous trouverez des explications sur les fonctionnalités offertes par chaque nouvelle version ainsi que les notes de publication détaillées de toute correction de bogue et amélioration mineure.

Pour plus d’informations sur nos dernières versions, cliquez sur les liens ci-dessous.

{% content-ref url="/pages/ahCUSLdDAFsM0pUuYQHk" %}
[2023.3 Aperçu des nouveautés](/whats-new/frfr/2023.3/2023.3-apercu-des-nouveautes.md)
{% endcontent-ref %}

{% content-ref url="/pages/7ife9oeiLOgfDEm3NUhT" %}
[2023.2 Aperçu des nouveautés](/whats-new/frfr/2023.2/2023.2-apercu-des-nouveautes.md)
{% endcontent-ref %}

{% content-ref url="/pages/R4ZG3pFx3Z0XmkDmjYy0" %}
[2023.1 Aperçu des nouveautés](/whats-new/frfr/2023.1/2023.1-apercu-des-nouveautes.md)
{% endcontent-ref %}

Bien que cette section « Nouveautés » permette de vous tenir au courant de toutes les nouveautés apportées à Enate, elle ne constitue pas une source exhaustive de toutes ses fonctionnalités. Si vous souhaitez avoir un aperçu plus complet, consultez la section principale de l’[**Aide Enate**](https://docs.enate.net/enate-help/v/francais/).


---

# 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://docs.enate.net/whats-new/frfr/les-nouveautes-denate.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.
