# Step 4: Sending The Document to Our User

Finally, let’s tie everything together; add the final Gmail module at the end of the flow.

If you haven't already, establish a connection between Gmail and Integromat, and select the “Send an email” action. (Refer to [this guide](https://www.integromat.com/en/help/connecting-integromat-to-google-services-using-a-custom-oauth-client) for additional guidance.)

![](/files/a5jLuYJ8MWqvcUEfQuuZ)

Use our previous modules’ snippets to craft the email; add the user’s email in the “To” field, include their name in the subject line, and finally add PDFMonkey’s download URL to the content portion of the email.

![](/files/x22pRMNpQp65VpNuzpd1)

Test the complete flow by clicking “Run once” in the bottom left corner. (You may have to add a row, a fictional user, to your connected spreadsheet before the sequence will work).

If we’ve completed everything correctly, we should receive an email with a PDF containing the first three days of our meal plan.

![](/files/byA6WDpVq7aXPJSpHFXq)


---

# 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.suggestic.com/graphql/helpful-resources/integrations/building-a-no-code-meal-planning-application/step-4-sending-the-document-to-our-user.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.
