# Obtenir le UUID d'une activité

{% hint style="info" %}
Le UUID est utilisé pour identifier de manière unique une activité lors de la connexion avec d'autres systèmes.
{% endhint %}

Pour obtenir le UUID d'une activité, vous n'avez qu'à ouvrir la page des détails de l'activité à partir du calendrier.

<figure><img src="/files/gqD8k1ASVKOOWoK02NGN" alt=""><figcaption></figcaption></figure>

Ensuite, vous pouvez copier le UUID de l'activité avec le bouton **Copier** situé à côté du champ UUID.

<figure><img src="/files/k95kmZNfce30KlfbwvJT" alt=""><figcaption></figcaption></figure>


---

# 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://reservotron.gitbook.io/reservotron/inventaire/gestion-des-activites/obtenir-le-uuid-dune-activite.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.
