# Notifications

### **Account Notification Settings**

On the general tab, you will notice the following items under the Notification settings title:

#### **Notification Recipients**

By default all notifications will be emailed to the account owner's email address. If you would like to add an additional email address or remove an existing email address, flip this switch and enter the addresses in the input box below.

#### Send Weekly Recaps

By default, we will send you a weekly recap of your Zigpoll's performance to the emails listed in the Notification Recipients above. If you would like to disable these notifications, flip the switch and you will no longer receive them.

### Survey Notification Settings

To stop receiving notifications from your survey, try the following:

1. Go to Apps -> Zigpoll -> Surveys -> Select your survey
2. Click Settings -> Behavior
3. Scroll down to email notification settings
4. Select "Do not notify me" and press save.

#### Edit your survey notification settings

To edit your notification settings, try the following:

1. Go to Apps -> Zigpoll -> Surveys -> Select your survey
2. Click Settings -> Behavior
3. Scroll down to email notification settings

#### Notification Recipients

By default, any notification emails will be sent to the recipients defined in your Account settings or the owner's email address if none are specified. If you would like to send notifications for a particular poll to a different email address, flip the switch and enter the addresses in the input box below.

#### Slack notifications

You can notify your team via slack channel. See more in the helpdoc below

{% content-ref url="/pages/NivQeknGw6liAfgyoSrB" %}
[Slack](/integrations/slack.md)
{% endcontent-ref %}


---

# 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.zigpoll.com/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.
