> For the complete documentation index, see [llms.txt](https://opendigitaleducation.gitbook.io/manuel-utilisation-neo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://opendigitaleducation.gitbook.io/manuel-utilisation-neo/dev-1/lool.md).

# Outils de bureautique

Créez vos documents textes, vos présentations et vos classeurs en ligne ! À l’aide de l’application **Outils de bureautique**, créez vos documents et enregistrez-les directement dans votre espace documentaire.

## Présentation

Outil de bureautique vous permet de créer vos documents et de les enregistrer dans le dossier de votre choix, dans votre espace documentaire.

![](/files/piHZKqMzMMr6GVbWq1Ck)

## Créer un document

1. Saisir le nom de votre document
2. Sélectionner le dossier où vous souhaitez l'enregistrer dans votre espace documentaire

![](/files/8W2zuDbbhryDWnCNGNwZ)

Cliquer sur le type de document de votre choix pour le créer à l'emplacement souhaité. Le document est créé dans le dossier sélectionné et s'ouvre directement pour permettre la modification.

![](/files/H9mWLwEqGQrKNsGbv41F)


---

# 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://opendigitaleducation.gitbook.io/manuel-utilisation-neo/dev-1/lool.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.
