# Settings

## Notification Settings

#### **Setting Slack Member ID**

You can receive slack notifications for test run status changes (when a test run gets submitted and completes) and when a team member leaves a message on a test run.  You can choose to receive a notification to your email, a Slack DM or both.

Once these notifications are turned on, all manual test runs will default to that setting.  You have the option to turn them off/on at the time you manually start a test run.

In Testery, go to Settings --> Profile tab. You will see the following notification settings.

![Testery Notification Settings](https://4041872331-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MK0kYmwONk3GqQ8OhVA%2Fuploads%2Fgit-blob-548a866b9e5413420a6c933986d65d6d0d48f676%2FScreen%20Shot%202022-05-24%20at%2012.31.25.png?alt=media)

Turn on email or slack notifications or both.  If you turn on Slack notifications you will need to connect your Slack user to your Testery User. To do this...

1. Ensure your Slack Workspace is authorized. In the Testery App, go to Settings > Integrations. If you see, "Authorize Slack Integration," click that and complete that process.
   * If you see "Remove Slack Integration," then you are already authorized and can move forward.
   * This only needs to be done once in your Testery account.
2. In Slack, type the command `/testery connect`. Follow the prompts to complete the process and your users will then be connected.
   * Each Testery user that wants/needs Slack notifications must also use the `connect` Slash Command above.

{% hint style="info" %}
If Slash commands aren't working, you may need re-install your Slack App...

1. Go to Settings > Integrations
2. Click the "Remove Slack Integration" button. Complete the process.
3. Click the "Authorize Slack Integration" button. Complete the process.
   {% endhint %}

{% hint style="info" %}
&#x20;These settings only apply to test runs kicked off manually.  If there is a particular test run that is scheduled that you would like to follow, you would have to go into the test run once its activated and follow the test run.
{% endhint %}


---

# 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.testery.io/get-to-know-testery/settings.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.
