> For the complete documentation index, see [llms.txt](https://faq.rollercoin.com/rollercoin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.rollercoin.com/rollercoin/rollercoin-f.a.q.-pt-br/f.a.q./perfil/4.-como-alterar-um-endereco-de-e-mail-conectado-a-minha-conta.md).

# 4. Como alterar um endereço de e-mail conectado à minha conta?

Se você deseja alterar seu endereço de e-mail, preencha o formulário fornecido abaixo.

Precisaremos de algumas informações para confirmar sua identidade e garantir que sua conta permaneça segura. Assim que recebermos sua solicitação e verificarmos as informações fornecidas, atualizaremos sua conta com seu novo endereço de e-mail.

Aqui está o link para o formulário:

[![](https://ssl.gstatic.com/docs/spreadsheets/forms/favicon_qp2.png)<mark style="color:verde;">Formulário de Solicitação de Alteração de E-mail</mark>](https://docs.google.com/forms/d/1RwSyug32zwN1qPiuenJWOGujCjrW-3_bkJy9nGxuSr8/viewform)

**Observe que a alteração do seu endereço de e-mail levará de três a cinco dias úteis para ser processada. Manteremos você atualizado sobre o status da sua solicitação por e-mail.**

Após o envio do formulário, nossa equipe de suporte analisará sua solicitação. Dependendo das informações fornecidas, prosseguiremos com a solicitação ou a negaremos, informando o status a você. Além disso, você receberá um e-mail de confirmação de [<mark style="color:verde;">support@rollercoin.com</mark>](mailto:support@rollercoin.com) para prosseguir com sua solicitação ou cancelá-la.

Essas medidas rigorosas são necessárias para confirmar que você é o legítimo proprietário da conta e para impedir atividades maliciosas, como roubo de conta.


---

# 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://faq.rollercoin.com/rollercoin/rollercoin-f.a.q.-pt-br/f.a.q./perfil/4.-como-alterar-um-endereco-de-e-mail-conectado-a-minha-conta.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.
