> For the complete documentation index, see [llms.txt](https://docs.bluekeys.org/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bluekeys.org/guide/dev/langages-informatique.md).

# Langages informatique

- [CSS, SASS](https://docs.bluekeys.org/guide/dev/langages-informatique/css-sass.md): Ressources en cours d'écriture à titre informatif
- [HTML](https://docs.bluekeys.org/guide/dev/langages-informatique/html.md): Ressources en cours d'écriture à titre informatif
- [L'algorithmique](https://docs.bluekeys.org/guide/dev/langages-informatique/lalgorithmique.md): Ressources en cours d'écriture à titre informatif
- [La famille C](https://docs.bluekeys.org/guide/dev/langages-informatique/la-famille-c.md): Ressources en cours d'écriture à titre informatif, on sait que le C, C++ et C# son différent, on regroupe ici le temps de vider nos salons Discord.
- [La famille JS, TS](https://docs.bluekeys.org/guide/dev/langages-informatique/la-famille-js-ts.md): Ressources en cours d'écriture à titre informatif
- [La famille JVM](https://docs.bluekeys.org/guide/dev/langages-informatique/la-famille-jvm.md): Ressources en cours d'écriture à titre informatif
- [PHP](https://docs.bluekeys.org/guide/dev/langages-informatique/php.md): Ressources en cours d'écriture à titre informatif
- [Python](https://docs.bluekeys.org/guide/dev/langages-informatique/python.md): Ressources en cours d'écriture à titre informatif
- [Ruby](https://docs.bluekeys.org/guide/dev/langages-informatique/ruby.md): Ressources en cours d'écriture à titre informatif
- [RUST](https://docs.bluekeys.org/guide/dev/langages-informatique/rust.md): Petite introduction au langage de programmation Rust suivit de plusieurs ressources permettant de commencer/continuer l'apprentissage de ce langage
- [SQL](https://docs.bluekeys.org/guide/dev/langages-informatique/sql.md): Ressources en cours d'écriture à titre informatif


---

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

```
GET https://docs.bluekeys.org/guide/dev/langages-informatique.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.
