> For the complete documentation index, see [llms.txt](https://docs.monogoto.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monogoto.io/hub/faq/how-to-receive-billing-updates-to-your-email.md).

# How to receive billing updates to your email?

1. Access your Monogoto account by logging in to the [Monogoto hub](https://hub.monogoto.io).
2. Navigate to the "Integration" section, which is located on the left sidebar.&#x20;
3. From the "Available Integrations" list, select the Email integration option.

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

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

4. After selecting the "Email" integration, enter the email address to which you would like notifications to be sent. Choose the billing updates insight event. Once you have configured your settings, click on "Setup Email" to finalize the integration.

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

5. After setting up the email integration, it will appear under the "Installed Integrations" section. From here, you can manage your integration settings at any time, in addition you can edit the integration by updating your email address, adding more emails or adding new events to be notified about.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.monogoto.io/hub/faq/how-to-receive-billing-updates-to-your-email.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
