# Base de connaissance

- [Installation](https://docs-sshkeysync.alexis-breuvart.fr/base-de-connaissance/installation.md)
- [Pré-requis](https://docs-sshkeysync.alexis-breuvart.fr/base-de-connaissance/installation/pre-requis.md): Installation à partir d'un serveur fraichement réinstallé.
- [NPM & PM2](https://docs-sshkeysync.alexis-breuvart.fr/base-de-connaissance/installation/pre-requis/npm-and-pm2.md): Installation de NPM & PM2 sur un serveur fraichement réinstallé
- [SSH Key Sync](https://docs-sshkeysync.alexis-breuvart.fr/base-de-connaissance/installation/ssh-key-sync.md)
- [SSH Key Sync Server](https://docs-sshkeysync.alexis-breuvart.fr/base-de-connaissance/installation/ssh-key-sync/ssh-key-sync-server.md)
- [SSH Key Sync Client](https://docs-sshkeysync.alexis-breuvart.fr/base-de-connaissance/installation/ssh-key-sync/ssh-key-sync-client.md): Vous pouvez désormais télécharger notre logiciel directement sur notre site :


---

# Agent Instructions: 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:

```
GET https://docs-sshkeysync.alexis-breuvart.fr/base-de-connaissance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
