> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/shade-academy/shade-academy-fr/readme.md).

# Bienvenue

Bienvenue sur Shade ! Vous trouverez ici des documents sur la façon de démarrer avec Shade, comment utiliser l’application web et l’application de bureau Shade, et comment configurer au mieux votre espace de travail.

### Plongez-y

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Obtenir l’application</strong></td><td>Commencez avec Shade dans votre navigateur ou sur votre ordinateur</td><td><a href="/files/db504eb9bf2ede2194efa9150bd98e56b21e8b45">/files/db504eb9bf2ede2194efa9150bd98e56b21e8b45</a></td><td></td><td><a href="/pages/b73ea5c80bde1720d48322c8fe3abea0209023bf">/pages/b73ea5c80bde1720d48322c8fe3abea0209023bf</a></td></tr><tr><td><strong>Comprendre la structure</strong></td><td>Apprenez les bases de l’organisation de Shade</td><td><a href="/files/c23c719cd049e58b23fceba546444a91760bb9c5">/files/c23c719cd049e58b23fceba546444a91760bb9c5</a></td><td></td><td><a href="/pages/dbe3a97d6a4ec03932b680f73815ffcc22432e61">/pages/dbe3a97d6a4ec03932b680f73815ffcc22432e61</a></td></tr><tr><td><strong>Apprenez 80 % de Shade en 2 minutes</strong></td><td>Commencez ici si vous êtes déjà familier avec d’autres outils</td><td><a href="/files/dcbc7dcd48e45b56ba53138f7ca0b4b3f5cf6687">/files/dcbc7dcd48e45b56ba53138f7ca0b4b3f5cf6687</a></td><td></td><td><a href="/pages/d27bb15b51190bd35d5d59192409dfb282ffaa46">/pages/d27bb15b51190bd35d5d59192409dfb282ffaa46</a></td></tr></tbody></table>


---

# 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://academy.shade.inc/shade-academy/shade-academy-fr/readme.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.
