# Documentation Abby

## Documentation Abby

- [Bienvenue](https://docs.abby.fr/bien-demarrer/readme.md): Chez Abby, notre mission est de simplifier la vie des entrepreneurs individuels. Nous fournissons une solution intuitive pour gérer leur activité, depuis la facturation jusqu’à la comptabilité.
- [Démarrer avec Make](https://docs.abby.fr/sans-code/demarrer-avec-make.md): Grâce à l'intégration Make sur Abby, vous pouvez mettre en place très rapidement des automatisations.
- [Générer une facture](https://docs.abby.fr/sans-code/generer-une-facture.md): La génération de factures avec Make s'effectue en plusieurs actions / étapes.
- [Actions](https://docs.abby.fr/sans-code/actions.md): Un module d'action exécute une opération sur Abby, comme créer un client ou modifier une tâche.
- [Déclencheurs](https://docs.abby.fr/sans-code/declencheurs.md): Un déclencheur commence à exécuter un scénario immédiatement après qu'une application ou un service donné ait envoyé des informations à Make sur un événement qui s'est produit.
- [Authentification](https://docs.abby.fr/api/authentification.md)
- [Clients](https://docs.abby.fr/api/clients.md)
- [Factures](https://docs.abby.fr/api/factures.md)
- [Devis](https://docs.abby.fr/api/devis.md)
- [Produits](https://docs.abby.fr/api/produits.md): Créez des produits dans le catalogue et configurez type, unité et code TVA.
- [Livre des recettes](https://docs.abby.fr/api/livre-des-recettes.md)
- [Livre des achats](https://docs.abby.fr/api/livre-des-achats.md)
- [Erreurs](https://docs.abby.fr/api/erreurs.md)
- [SDK](https://docs.abby.fr/api/sdk.md)
- [Démarrer avec le MCP](https://docs.abby.fr/mcp/demarrer.md)
- [Facturation](https://docs.abby.fr/mcp/facturation.md)
- [Catalogue](https://docs.abby.fr/mcp/catalogue.md)
- [Clients](https://docs.abby.fr/mcp/clients.md)
- [Déclarations URSSAF](https://docs.abby.fr/mcp/declarations-urssaf.md)
- [Conventions](https://docs.abby.fr/mcp/conventions.md)
- [Flux de travail](https://docs.abby.fr/mcp/flux-de-travail.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.abby.fr/bien-demarrer/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.
