# Whalinvest

## English

- [FAQ](https://docs.whalinvest.com/english/master.md): Frequently Asked Questions
- [Getting started](https://docs.whalinvest.com/english/getting-started.md): So you want to join Whalinvest ?
- [Referral](https://docs.whalinvest.com/english/referral.md)
- [Invoicing](https://docs.whalinvest.com/english/invoicing.md): Invoice method
- [How to create trading bots](https://docs.whalinvest.com/english/how-to-create-trading-bots.md): Creating trading robots
- [Payment](https://docs.whalinvest.com/english/payment.md): On Whalinvest you'll find two ways to pay your invoice, the first one is to buy Whalinvest credits or you can directly pay using your credit card.
- [Stop losses](https://docs.whalinvest.com/english/stop-losses.md): Whalinvest supports several stop losses mecanisms
- [API key](https://docs.whalinvest.com/english/api-key.md)
- [Advanced user](https://docs.whalinvest.com/english/advanced-user.md): This page describe the Whalinvest's advanced user feature
- [Trading Agents](https://docs.whalinvest.com/english/trading-agents.md)

## Français

- [FAQ](https://docs.whalinvest.com/master.md): Foire aux questions
- [Débuter sur Whalinvest](https://docs.whalinvest.com/debuter-sur-whalinvest.md): Vous désirez rejoindre Whalinvest ?
- [Parrainage](https://docs.whalinvest.com/parrainage.md)
- [Facturation](https://docs.whalinvest.com/facturation.md)
- [Créer des robots de trading](https://docs.whalinvest.com/creer-des-robots-de-trading.md)
- [Paiement](https://docs.whalinvest.com/paiement.md): Sur Whalinvest vous trouvez deux façons de régler vos factures, soit en passant par des crédits, soit en payant directement en carte de crédit.
- [Gestion des pertes](https://docs.whalinvest.com/gestion-des-pertes.md): Whalinvest supporte plusieurs mécanismes de gestion des pertes
- [Clé API](https://docs.whalinvest.com/cle-api.md)
- [Utilisateur avancé](https://docs.whalinvest.com/utilisateur-avance.md): Cette page décrit la fonction utilisateur avancé de Whalinvest.
- [Trading agents](https://docs.whalinvest.com/trading-agents.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.whalinvest.com/master.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.
