# Notification preferences

AIsuru lets you customize how often you receive updates at the individual Agent level, helping you stay informed without being overwhelmed by notifications.

#### Accessing notification preferences

To configure your notification preferences:

1. Go to your Agent's "Settings" section;
2. Select the "Notifications" tab from the navigation bar;
3. You'll find the configuration options under "Notification preferences".

#### Setting the frequency

In the "Notification frequency" field, you can choose when you want to receive updates:

* **None**: you won't receive any email notifications;
* **Hourly**: you'll receive hourly updates on new interactions;
* **Daily**: you'll receive a daily summary of activity;
* **Weekly**: you'll receive a weekly summary of activity.

#### What's included in notifications

When you receive an email notification, it will include:

* A summary of new interactions with your Agent;
* A direct link to the conversation history;
* A list of new AI-generated responses that may need reviewing;
* Links to notification settings, both general and Agent-specific.

#### Who receives notifications

Notifications are sent to:

* The Agent's creator;
* Users invited as Authors in the "Roles" section.

This system lets you effectively monitor your Agent's activity and promptly review AI-generated responses, keeping the quality of interactions high.

#### Advanced customization

You can set different preferences for each Agent you manage, letting you prioritize notifications based on how important the Agent is or how much interaction volume it's expected to receive.

To change the general notification preferences for all your Agents, [you can go to the Account > Preferences section from your profile settings.](/en/getting-started/account-management.md)


---

# 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.aisuru.com/en/analytics/agent-analysis/notification-preferences.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.
