# AI

Dans cette section, vous trouverez des informations sur les fonctionnalités AI de l'API Dimdam's.

## [Ask](/api-v1/ai/ask.md)

La route `/v1/ask` permet de poser une question à l'API Dimdam's et d'obtenir une réponse en retour.

***

## [Status](/api-v1/ai/status.md)

La route `/v1/status` fournit des informations sur le statut de l'API Dimdam's, y compris son temps de fonctionnement (uptime) et la taille des données.

Pour plus de détails sur l'utilisation de ces fonctionnalités, consultez la section correspondante dans la documentation.


---

# 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.dimdams.com/api-v1/ai.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.
