# Do-Mul

Bot multi-comptes pour **Dofus Retro**, en application desktop.

* Connecter plusieurs comptes en parallèle, chacun avec son propre proxy SOCKS5 si besoin.
* Suivre en temps réel la position, l'inventaire, le combat, le chat.
* Automatiser farm / récolte / combat / craft / banque / HDV via des **scripts TypeScript**.
* Gérer le login Ankama (Shield 2FA email pris en charge).

## Par où commencer ?

| Je suis…                            | Je lis…                                                                                                                       |
| ----------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| Utilisateur, je veux découvrir l'UI | [User guide — Account management](/dofus-retro-bot/user-guide/account-management.md)                                          |
| Je veux écrire un script            | [Hello world](/dofus-retro-bot/scripting/hello-world.md) puis la [référence API](/dofus-retro-bot/scripting/api-reference.md) |


---

# 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://dofus-retro.gitbook.io/dofus-retro-bot/readme.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.
