> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/docs-en/platform/accounts/how-to/how-to-configure-security-emails.md).

# How to Configure Your Security Emails

The **security emails** are backup email addresses associated with your account.

They are used to **recover access** if you lose it and to **receive alerts** related to your account’s security. You manage them from **My Profile > Security**.

> #### 📘 What will you get?
>
> One or more backup addresses associated with your account, so you can recover access and find out about any security alerts.

### Before you begin

You need to be logged in. This is a personal setting: it affects only your user account, not any organization. Have a reliable email address handy that you can securely access.

### 1. Open Security in My Profile

Click your name in the **user menu**, at the bottom left, and go to **My Profile**. Open the **Security** tab and select the **Security emails**.

![Security emails sub-tab within Security](/files/75b9a98f114a9a6f8026e3f4cd05defc8aad0fcf)

### 2. Add a security email

In the **Add user email**field, type the email address you want to associate and click **Add**. Repeat the step to add multiple addresses.

![Field for adding a security email](/files/c8074520701073cab472cf843cecd90badc97052)

> #### 📘 Choose the address carefully
>
> Use a different email from one that could become inaccessible if you lose access to the platform. The more recovery options you have, the better protected your account will be.

### Conclusion

With your security emails set up, your account gains a recovery method and a channel for receiving alerts. It’s a quick step that’s worth completing when setting up your account, along with a password of your own.

### Next steps

* Review the three Security sections in [Security.](/docs-en/platform/accounts/details/security.md)


---

# 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.plenit.com/docs-en/platform/accounts/how-to/how-to-configure-security-emails.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.
