> For the complete documentation index, see [llms.txt](https://docs.xenioo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xenioo.com/basic-concepts/your-account/additional-contacts.md).

# Additional Contacts

By default, all system alerts and platform notifications are sent to the Account Owner’s email address. If you need these updates sent to other team members or a different inbox, you can manage this through Additional Contacts.

{% hint style="info" %}
If no additional contacts are defined for a specific alert type, the notification will automatically default to the Account Owner.
{% endhint %}

### How to add a new contact

1. Navigate to your **Account Profile**.
2. Select the **Additional Contacts** tab.

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

3. Click the **Add Contact** button.

<figure><img src="/files/1GJ2xRFlvBHWly8X9jZy" alt=""><figcaption></figcaption></figure>

4. Enter the required details and **Save**.

### Supported Subscriptions

You can configure additional contacts for the following alert categories:

* **Message Quota**: Alerts when your message limit is reached.
* **Storage Quota**: Notifications regarding database or media storage limits.
* **AI Tokens Quota**: Alerts for AI processing limits.
* **Bots Quota**: Notifications regarding the number of active bots.
* **Export/Import Completed**: Data reports requested.

### Alert Logic

* **Thresholds**: Quota alerts are triggered once when you reach 75% and again at 100% of your available resources.
* **Plan Changes**: If you upgrade or modify your account plan limits, the tracking resets. You will receive new alerts if you hit the thresholds under your new plan.
* **Export/Import Emails**: These specific notifications are sent to all Additional Contacts as well as any email address specifically designated in the Report Email field.


---

# 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.xenioo.com/basic-concepts/your-account/additional-contacts.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.
