# Make

{% hint style="info" %}
**Formally known as Integromat**: It's a tool that helps you to automate manual processes, without needing code. They refer to themselves as ‘the glue of the internet’, helping their customers to connect together apps and services.

{% endhint %}

### Download our free app <a href="#download-our-free-app" id="download-our-free-app"></a>

### Invite link:Invite link: <a href="#invite-link" id="invite-link"></a>

### How Make Works

To understand how Make works, you need to know what an API is. An API (application program interface) is something that a software provider (like MailChimp, Shopify, or PayPal) provides so developers can access data within their applications. For example, a developer writes code that detects all new Shopify orders via the Shopify API, then subscribes them to a MailChimp newsletter via the MailChimp API.

Instead of needing the code, Make has turned these complicated APIs into simple blocks that can be connected with a simple drag-and-drop. Make calls these blocks ‘Modules’ and the visual connections between them ‘Scenarios’.

Once set up, Make runs 24-7,


---

# 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.netsimpler.io/en/integration-externe/make.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.
