> For the complete documentation index, see [llms.txt](https://docs.dietrichs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dietrichs.com/dietrichs-intelligent-documentation/francais/programmes-de-construction/grundeinstellungen/le-menu-de-rappel.md).

# Le menu de rappel

Le menu de rappel est une barre de menu verticale située à droite de l'écran. Ce menu affiche les fonctions qui se trouvent dans le menu ou sous-menu dans lequel une fonction a été appelée en dernier. Par exemple, si vous avez appelé la fonction "D'aplomb" dans le menu "Usinages - Couper" de DI-CAM, toutes les fonctions du sous-menu "Couper" s'affichent alors dans le menu de rappel.

Il est possible d’activer ou de désactiver le menu de rappel, ainsi que de modifier sa largeur. Pour ce faire, il faut accéder à la fonction 1-7-2 *Fichier - Configuration - Configuration écran* depuis l'environnement DI-CAM. En haut à gauche se trouve la liste déroulante "Menu de rappel :". Sélectionnez "Non" pour le désactiver et "Oui" pour l’activer. Si vous l'avez désactivé, vous devez redémarrer le programme pour que cette modification soit prise en compte.

Dans le champ suivant "Largeur en pixels", vous pouvez régler la largeur du menu de rappel.

Le menu de rappel est de moins en moins nécessaire grâce aux menus contextuels. Vous pouvez donc gagner de la place pour élargir la zone graphique en désactivant le menu de rappel.


---

# 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.dietrichs.com/dietrichs-intelligent-documentation/francais/programmes-de-construction/grundeinstellungen/le-menu-de-rappel.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.
