> For the complete documentation index, see [llms.txt](https://guide.caligram.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.caligram.com/evenements/mettre-en-vedette.md).

# Mettre en vedette

Vous pouvez décider d’attribuer le statut en vedette aux événements. Ceux-ci apparaîtront en premier dans votre calendrier et disparaîtront une fois la date passée.

* *Niveau de droits nécessaire: Éditeur·trice ou Administrateur·trice.*

Connectez-vous à l[’interface Admin](https://github.com/caligram/guide-caligram/tree/0a500ce76ce95e8046892ec79cc9a457a8bfb436/www.admin.caligram.com) et cliquez sur votre calendrier.

![](https://docs.google.com/drawings/d/s8HQfeYPPSrdcudju3Y-v4g/image?w=626\&h=208\&rev=11\&ac=1)

Recherchez l’événement désiré. Vous pouvez choisir des filtres à appliquer pour raffiner la recherche. Vous pouvez également écrire un mot clé dans la barre de recherche.

![](https://docs.google.com/drawings/d/s8HQfeYPPSrdcudju3Y-v4g/image?w=626\&h=161\&rev=35\&ac=1)

Cliquez sur l’icône étoile à la gauche de l’événement. Une fois mis en vedette, l’étoile sera rouge. Pour le retirer, re-cliquez sur cette même icône!

![](https://docs.google.com/drawings/u/2/d/slV4ANPrfW8aTFcR-kdhFFg/image?w=581\&h=70\&rev=1\&ac=1)

L'événement apparaît maintenant dans la section « En vedette » de votre calendrier.

![](https://docs.google.com/drawings/d/s20Dk6iaObGxByiVGlqut4g/image?w=626\&h=297\&rev=9\&ac=1)


---

# 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://guide.caligram.com/evenements/mettre-en-vedette.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.
