# Outils

## [Avash](/avalanche-documentation/outils-de-developpement/avash.md) - Le client Avalanche Shell

Avash est un client shell pour interagir avec la plate-forme Avalanche. Avash peut déployer des réseaux locaux et interagir avec les nœuds de ces réseaux. Son principal cas d'utilisation est le lancement rapide d'environnements de réseau de test.

## [AvalancheJS](/avalanche-documentation/outils-de-developpement/avalanchejs.md) - La bibliothèque JavaScript de la plateforme Avalanche

AvalancheJS est une bibliothèque JavaScript écrite en TypesScript qui permet aux navigateurs et aux clients Node.js de faire des appels API aux nœuds d'Avalanche. Il fournit une large gamme d'outils pour faciliter la création d'actifs, la gestion du solde et le transfert de fonds. Avalanche dispose d'outils pour gérer le nœud lui-même, accéder aux API Admin, Keystore et Platform intégrées aux nœuds d'Avalanche.


---

# 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://nicolas-avalabs.gitbook.io/avalanche-documentation/outils-de-developpement.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.
