# make.com Scenarios

{% hint style="info" %}
Only use the verified **Mindee V2** app.

Community apps only work for Mindee V1.
{% endhint %}

## Add Mindee to a Make.com Scenario

You can use the Mindee app in any make.com scenario.

When adding a module, search for "mindee" and select **Mindee V2** verified:

<figure><img src="https://4029869281-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fu5bStlX8nv4b9z4GXB2S%2Fuploads%2Fgit-blob-38b899b7e83c0862a2a4cb4b199f30292224190b%2Fmake_select-app.png?alt=media" alt="add Mindee V2 to make.com" width="563"><figcaption></figcaption></figure>

Next, choose the "Extract Document Data" action:

<figure><img src="https://4029869281-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fu5bStlX8nv4b9z4GXB2S%2Fuploads%2Fgit-blob-d558704d80425a49980a9a6389a7caf8565e002f%2Fmake_select-extract.png?alt=media" alt="Selecting &#x22;Enqueue and Retrieve an Inference&#x22; in make.com scenario" width="563"><figcaption></figcaption></figure>

Once you have the "Extract Document Data" module in your scenario, you'll need to connect it to one of your [api-keys](https://docs.mindee.com/integrations/api-keys "mention").

For this, click on the "Create a connection" button:

<figure><img src="https://4029869281-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fu5bStlX8nv4b9z4GXB2S%2Fuploads%2Fgit-blob-fbadd46bed87a2306f6af447182d7cf2f889a386%2Fmake_create-connection.png?alt=media" alt="opening the Mindee V2 connection creation in make.com" width="563"><figcaption></figcaption></figure>

In the Create a connection dialog box, fill in the following information:

* A name for your connection, it should be in the format: `MindeeV2-` + your API key's name
* your [Mindee V2 API key](https://docs.mindee.com/api-keys#key-creation)

Finish by clicking "Save".

<figure><img src="https://4029869281-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fu5bStlX8nv4b9z4GXB2S%2Fuploads%2Fgit-blob-dee960898e65924949f34c3d85cc9c26bcec843a%2Fmake_enter-connection-info.png?alt=media" alt="mindee v2 connection info in make.com" width="563"><figcaption></figcaption></figure>

Now you can specify which model to use. For this click on "Search Model":

<figure><img src="https://4029869281-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fu5bStlX8nv4b9z4GXB2S%2Fuploads%2Fgit-blob-0653e1cc889854934bbf57424d121e0c71e3df00%2FScreenshot_20251009_102507.png?alt=media" alt="opening the search model for mindee v2 in make.com" width="563"><figcaption></figcaption></figure>

In the dialog window, you'll be able to enter a search string.

Enter in the name of the model you want to use and click "OK".

<figure><img src="https://4029869281-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fu5bStlX8nv4b9z4GXB2S%2Fuploads%2Fgit-blob-88b9a9a0c2033ffaa9c717e111512d99c4f5d432%2Fmake_search-for-model.png?alt=media" alt="search for Mindee v2 model in make.com" width="563"><figcaption></figcaption></figure>

If there is only one match to your search term, the model ID will be added.

If there are several matches to your search, choose the correct one from the list:

<figure><img src="https://4029869281-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fu5bStlX8nv4b9z4GXB2S%2Fuploads%2Fgit-blob-98d8d5ccdb3900aaeb8bc64a7b33dffad59b9406%2Fmake_choose-model-from-list.png?alt=media" alt="choosing a Mindee v2 model in make.com" width="563"><figcaption></figcaption></figure>

{% hint style="success" %}
**That's it, you're done!** The Mindee V2 module is now ready to accept connections.
{% endhint %}

Click on "Save".

{% hint style="info" %}
**Do not fill in the "File" information in the Mindee V2 module.**

This is done automatically by connecting an appropriate module.
{% endhint %}


---

# 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.mindee.com/integrations/no-code-integrations/make.com-scenarios.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.
