> For the complete documentation index, see [llms.txt](https://cesyum.gitbook.io/cesyum-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cesyum.gitbook.io/cesyum-docs/documentation/support.md).

# Support & Assistance

## Contacter CESYUM

Pour toute question technique, demande d'assistance ou signalement de bug :

* **Email** : <support@cesyum.com>
* **Email general** : <contact@cesyum.com>
* **Site web** : [cesyum.com](https://cesyum.com)

## Horaires

Notre equipe repond du lundi au vendredi, de 9h a 18h (heure de Paris). Delai de reponse habituel : sous 24 heures ouvrees.

## Extension navigateur

Si vous rencontrez un probleme avec l'extension CESYUM Client Tracker :

1. Verifiez que l'application CESYUM Desktop est lancee sur votre poste
2. Cliquez sur l'icone CESYUM dans la barre d'extensions
3. Utilisez le bouton "Reconnecter" si le statut est "Deconnecte"
4. Si le probleme persiste, contactez <support@cesyum.com>

## Application Desktop

Si l'application Desktop ne demarre pas ou ne se connecte pas :

1. Verifiez que le service CESYUM est actif dans la barre des taches
2. Redemarrez l'application
3. Verifiez votre connexion internet
4. Contactez <support@cesyum.com> avec une capture d'ecran du probleme

## Signaler un bug

Envoyez un email a <support@cesyum.com> avec :

* Description du probleme
* Etapes pour reproduire le bug
* Capture d'ecran si possible
* Version de l'extension ou de l'application Desktop

## Donnees personnelles

Pour exercer vos droits (acces, rectification, suppression, portabilite) :

* Email : <contact@cesyum.com>
* Voir notre [Politique de Confidentialite](/cesyum-docs/documentation/juridique/confidentialite.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, and the optional `goal` query parameter:

```
GET https://cesyum.gitbook.io/cesyum-docs/documentation/support.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.
