# Account settings

In account settings, you can opt out of anonymous usage statistics or set up a notifications system via email with reports. The API token section lets you create a token to authenticate when using nannyML Cloud SDK.

<figure><img src="/files/gKnc0bKtNFEphl2p0lcq" alt=""><figcaption><p>Account settings page.</p></figcaption></figure>

## Notifications - alerting report

Suppose there are any significant alerts on the last chunk. In that case, NannyML will send an automated email to your email account with some of the main insights: the performance metrics that have dropped and the potential causes of it.

All are linked to the respective dashboards with a full view of the features and metrics with issues.

<figure><img src="/files/AIaLal2ZzYzUhqsJ9TQc" alt=""><figcaption><p>Alert report sent to the provided email.</p></figcaption></figure>

## Danger zone: configure application

In the danger zone you'll find a link to the [application setup wizard](/cloud/v0.24.0/deployment/application-setup.md). It will walk you through the configuration of authentication and notifications of your NannyML Cloud instance. \
A misconfiguration here might make your instance unavailable for other users, so treat this with care.


---

# 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.nannyml.com/cloud/v0.24.0/product-tour/account-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.
