> For the complete documentation index, see [llms.txt](https://ksaar.gitbook.io/ksaar-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ksaar.gitbook.io/ksaar-documentation/connexions/make.md).

# Make

[Make](https://www.make.com/en) est un outil d'automatisation vous permettant de connecter Ksaar à d'autres outils/applications. Make sert à automatiser des processus qui utilisent des données des applications créées sur Ksaar et celles d'autres outils (Drive, Stripe, Sheets, la liste est longue...).&#x20;

### 🧩 Accéder aux modules Ksaar sur Make

Les modules Ksaar sont **accessibles publiquement** sur Make et **vérifiés**. Depuis n'importe quel scénario Make, cliquez pour **ajouter un nouveau module** et cherchez **Ksaar** dans la barre de recherche.

<figure><img src="/files/GSat9TSSc5npAFkJ10pV" alt="" width="527"><figcaption><p>Ajouter un module Ksaar à son scénario</p></figcaption></figure>

Voici la liste des **modules Ksaar** actuellement accessible sur Make :&#x20;

* Catégorie **Records** :&#x20;
  * Create a Record;
  * Get a Record;
  * Update a Record;
  * Delete a Record;
  * List Records;
* Catégorie **Users** :&#x20;
  * Get a User;
  * Update a User;
  * List Users;
* Catégorie **Other** :&#x20;
  * List Workflows;
  * Make an API Call.

### 🆔 S'authentifier

Pour utiliser les modules Ksaar sur Make :&#x20;

1️⃣ Sur **Ksaar**, [créez une nouvelle clé API ](/ksaar-documentation/connexions/api-ksaar.md#creation-didentifiant)ou utilisez en une existante.&#x20;

2️⃣ Sur **Make**, lorsque vous ajoutez un module Ksaar dans un de vos scénario, vous devez choisir une connexion. Pour créer une nouvelle connexion, cliquez sur **Add** et écrivez l'identifiant et le mot de passe de la clé API créée sur Ksaar.

<figure><img src="/files/AjVIMW8cZg2njIx2R0A0" alt=""><figcaption><p>Créer une nouvelle connexion</p></figcaption></figure>

Votre connexion est maintenant établie, vous pouvez utiliser tous les modules Ksaar dans différents scénarios avec la même connexion.&#x20;

### 🌟 À propos de Make

Pour mieux comprendre le fonctionnement de Make 👉 [cliquez sur ce lien](https://academy.make.com/?_ga=2.158098810.1168013661.1679500778-770876716.1678266772)

### 🚧 Exemples

{% content-ref url="/pages/IKjYJAmkKWAfBmZlZ92X" %}
[Remplir un Google Sheets avec des enregistrements Ksaar](/ksaar-documentation/connexions/make/remplir-un-google-sheets-avec-des-enregistrements-ksaar.md)
{% endcontent-ref %}

{% content-ref url="/pages/BgZzRZiLfdOBbiEFR3fm" %}
[Synchroniser un agenda Google avec des enregistrements Ksaar](/ksaar-documentation/connexions/make/synchroniser-un-agenda-google-avec-des-enregistrements-ksaar.md)
{% endcontent-ref %}


---

# 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://ksaar.gitbook.io/ksaar-documentation/connexions/make.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.
