# Make.com Quickstart Guide

{% stepper %}
{% step %}

### **Clone** "Service Request Confirmation" **Template**

Clone the "Service Request Confirmation" template into your Documint account by clicking the button below.

<p align="center"> <a href="https://app.documint.me/templates/697d2ae04c6b5b4bad8bb99a/clone" class="button primary" data-icon="clone">Copy "Service Request Confirmation" Template</a></p>

<figure><img src="/files/m1AmX4wxBOCzTQeiHO7f" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Clone Form**

Clone the form below into your Google account by clicking the button below.

<p align="center"><a href="https://docs.google.com/forms/d/1-FcMidsWuCFRMFWp7zrdIPSUHa9Ccl3wc2rkMg_IdK0/copy" class="button primary" data-icon="clone">Clone "Service Request" Form</a></p>

<figure><img src="/files/Nnxg5jMXyG3qENYX8TBi" alt=""><figcaption></figcaption></figure>

Now, add some data so you can test the document generation.
{% endstep %}

{% step %}

### **Clone Scenario**

Clone scenario into your Make account by clicking the button below.

<p align="center"><a href="https://us2.make.com/public/shared-scenario/eSk7tbrvu0M/documint-quick-start-guide" class="button primary" data-icon="clone">Clone "Documint - QuickStart Guide" Scenario</a></p>

<figure><img src="/files/dsUVXNoCYhmCseXHy36m" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Setting up the Form module**

The form is now in your Google account, and we need to add it to the Google Form module. When you clone the Scenario, this must be set up.

First, you'll need to connect your Google account.

<figure><img src="/files/ykATdmWfkqiI8zOAf5Qi" alt=""><figcaption></figcaption></figure>

Now, choose the spreadsheet created from the form and select the sheet where the data is.

<figure><img src="/files/AV8QiBwn6GhpltFZWsN6" alt=""><figcaption></figcaption></figure>

And enter 1 for the Limit so we work with one response at a time. And save it.

<figure><img src="/files/U2KIZdZ1hLCqUBbWPoli" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Connect Make.com & Documint**

When setting up the Documint module to create the document, you'll need to sign in to Documint.

Once you select the connection, a field will show up to paste an API key.

<figure><img src="/files/SasFgKAFiZ6mDc2Bcdcx" alt=""><figcaption></figcaption></figure>

To get the API key, go to the Integration Settings in Documint and create an API key. Don't forget to copy it.

<figure><img src="/files/MPmIWPQUN4fBkaiqxqaM" alt=""><figcaption></figcaption></figure>

Now, paste it in Make.com, and let's configure it

<figure><img src="/files/MHg56zx5H64HLvJV7WcT" alt=""><figcaption></figcaption></figure>

Select the template and the template fields will show up for you to relate to the field in the spreadsheet. Don't forget to save.

<figure><img src="/files/QUxA4fRqf9bjyhiqf60E" alt=""><figcaption></figcaption></figure>

Lastly, connect your account to the Google Drive module so you can upload your PDF to the cloud

<figure><img src="/files/KDMyR8IjFqEVbG8RGw3U" alt=""><figcaption></figcaption></figure>

Then enter the information of where it should be stored in the drive

<figure><img src="/files/R0ttreNa9ZCgKUKC8C4n" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Generate Document**

Now, let's Run once and generate the first document!

<figure><img src="/files/QpmLBQrrUHuOnktL2cAK" alt=""><figcaption></figcaption></figure>

You are all set! :tada:
{% endstep %}
{% endstepper %}


---

# 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.documint.me/introduction/platform-quickstart-guides/make.com-quickstart-guide.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.
