# 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: 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://docs.abby.fr/sans-code/actions.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.
