> For the complete documentation index, see [llms.txt](https://docs.abby.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abby.fr/sans-code/actions.md).

# Actions

Trouvez ci-dessous l'ensemble des actions disponibles dans Make pour interagir avec Abby.

{% hint style="info" %}
L'action dont vous avez besoin n'existe pas encore ? [Proposez-la à la communauté](https://ideas.abby.fr/b/8my55807/feature-ideas). L'équipe Abby étudie vos demandes quotidiennement et la rendra disponible si elle est populaire !
{% endhint %}

## Facturation

### Contacts

* <mark style="color:green;">**Création**</mark>
  * Créer un nouveau contact
  * Créer une nouvelle organisation
  * Créer un nouveau contact d'organisation
* <mark style="color:blue;">**Recherche**</mark>
  * Récupérer mes contacts
  * Récupérer mes organisations

### Articles

* <mark style="color:green;">**Créer un produit**</mark>
* <mark style="color:blue;">**Récupérer mes produits**</mark>

### Documents

* Créer une facture en brouillon
* Ajouter un ligne à une facture
* Modifier les informations générales d'une facture
* Mettre à jour les informations temporelles d'une facture
* Finaliser une facture
* Marquer une facture comme payée

## Comptabilité

### Livre des recettes

* Créer une entrée dans le livre de recettes

## Productivité

### Projets

* Créer un projet

### Projets

* Créer une tâche


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.abby.fr/sans-code/actions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
