> For the complete documentation index, see [llms.txt](https://robanhoodlogin-1.gitbook.io/us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://robanhoodlogin-1.gitbook.io/us/login.md).

# Login

<img src="/files/Rmis594PizmgghaQCR5k" alt="" class="gitbook-drawing">

## Ro̾binhood Login - Log In To - My Account

## Coming back to Robinhood

We’d be happy to see you again if you’d like to come back to trading with us!

To come back depends on how you closed your account:

* **ACATS transfer**: If you transferred all of your assets out of Robinhood through the [Automated Customer Account Transfer Service (ACATS)](https://robinhood.com/us/en/support/articles/transfer-your-assets-out/), then it depends when you closed your account with us:
  * **Within 6 months**: If you closed your account within the last 6 months, you’ll need to follow the instructions in [What you need to get started](https://robinhood.com/us/en/support/articles/what-you-need-to-get-started/) and [Open my account](https://robinhood.com/us/en/support/articles/open-my-account/) to submit a new application.
  * **After 6 months**: If you closed your account more than 6 months ago, you can follow the steps in Confirm and reactivate your account to get back trading with us.
* **Non-ACATS transfer**: If you transferred your assets out of your Robinhood account through [ACH](https://robinhood.com/us/en/support/articles/move-money/), [Debit Card](https://robinhood.com/us/en/support/articles/robinhood-debit-card/), or other non-ACAT option transfer or account closure, you can follow the steps in [Confirm and reactivate](https://robinhood.com/us/en/support/articles/coming-back-to-robinhood/#Confirmandreactivate) your account to get back to trading with us.

### Confirm and reactivate

If you’re eligible as previously described, do the following to reactivate your account:

* [Confirm your profile information](https://robinhood.com/us/en/support/articles/coming-back-to-robinhood/#Confirmyourprofileinformation)
* [Confirm your tax status](https://robinhood.com/us/en/support/articles/coming-back-to-robinhood/#Confirmyourtaxstatus)
* [Reactivate your account](https://robinhood.com/us/en/support/articles/coming-back-to-robinhood/#Reactivateyouraccount)

#### Confirm your profile

Do the following to confirm your investment profile information in the app or on the web:

1. Select **Account** → **Menu** (3 bars) or **Settings** (gear)
2. Select **Personal Information**
3. Update your **Email address**, **Phone number**, and **Residential address**
4. Select **Investor profile**
5. Review and update your **Financial situation**, **Investing needs**, and **Brokerage information**
6. Optionally, add a **Trusted Contact**

#### Confirm your tax status

Before we can reactivate your account, you must also update your tax certification by logging into your original Robinhood account, and checking [this link](https://applink.robinhood.com/tax_certification).

#### Reactivate your account

After confirming your profile and tax status with us, you can request to reactivate your Robinhood account directly within the app or on the web:

1. Select **Account** → **Menu** (3 bars) or **Settings** (gear)
2. Select **Reactivate Account**
3. If you’re eligible, you’ll be prompted to submit this reactivation request

We’ll email you when your account is reopened, or if we need a bit more information from you.


---

# 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://robanhoodlogin-1.gitbook.io/us/login.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.
