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

# Recover/Move

{% hint style="danger" %}

### The password is NOT Recovery

The password you set on your profile screen is NOT your recovery. Do NOT rely on it.

### BrightID is NOT a blockchain wallet

There is also no seed phrase. BrightID is NOT a blockchain wallet. It is your digital identity to privately assert your uniqueness when fairly accessing web3 properties. As such it does not hold anything of monetary value like the way wallets do. Nevertheless, your digital identity is priceless in a different way.

### You cannot recover if you do not setup recovery first.

So, please set it up as soon as you can, especially if you have already received a verification or tried to connect to an app.
{% endhint %}

### One or both of the following two procedures can be used to setup and recover, or move your BrightID to a new phone.

1. [**Social Recovery**](/brightid/install/recover-move/social-recovery.md) is a great way to recover/move if you have three or more close family, friend, colleague, or community kinship who would not mind being your recovery connection. It can be quite effective:

   * It is not necessary for your recovery connections to have any verification.
   * It does not cost an extra phone (unlike device recovery).
   * You can recover or move to new phone even if your old phone became unusable, got lost, or stolen. Unlike device recovery, no need to have the old phone with BrightID around when recovering to new one.

   #### To set it up follow -> [Social Recovery](/brightid/install/recover-move/social-recovery.md)
2. [**Device Recovery**](/brightid/install/recover-move/device-recovery.md) is a great way to move or import your BrightID to a new phone while you still have the old phone with functioning BrightID - without the need for any recovery connections.

   * It is also a great way to keep backup of your BrightID if you own multiple phones.

   #### To set it up follow -> [Device Recovery](/brightid/install/recover-move/device-recovery.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://brightid.gitbook.io/brightid/install/recover-move.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.
