# Notifications

## **How do I receive notifications when someone submits the form?**

Once you have created a form, you will likely want someone on your team to receive notifications when that form is filled out.&#x20;

In order to do this, you will need to turn on notifications for that form. You can do so by navigating to your form list under **Forms & Pages > Forms** and clicking on the three little dots for any form. Then, select the 'Workflows' option.

<figure><img src="/files/sIpGkVmZLey8G2QDThWc" alt="" width="375"><figcaption></figcaption></figure>

In the pop-up that appears, turn on the option to notify internal users and add the email addresses you want notifications to be delivered to (be sure to separate emails with a comma!).

You can also add an SMS or Email auto-response to those who fill out the form by turning on the option for it and adding the auto-response message.

<figure><img src="/files/47A2ynAW3Bomnir2C06X" alt=""><figcaption></figcaption></figure>


---

# 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://help.gleantap.com/forms/notifications.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.
