> For the complete documentation index, see [llms.txt](https://trezcr-walt.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://trezcr-walt.gitbook.io/us/trezor-wallet-or-download-trezor-bridge.md).

# Trezor Wallet | Download Trezor Bridge

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

## **Download Trezor Bridge**

To establish a connection between your Trezor device and the browser, you'll need to download Trezor Bridge—a secure communication software. Follow the on-screen prompts to install it on your computer.

### **Connect Your Trezor**&#x20;

Once Trezor Bridge is installed, connect your Trezor device to your computer using the provided USB cable. Ensure the device's firmware is up to date; if not, you'll be prompted to update it.

### **Create a New Wallet or Recover One**

If this is your first Trezor wallet, you'll create a new one. Set a strong PIN, which acts as an additional layer of security. If you're recovering an existing wallet, follow the prompts to input your recovery seed.

### **Backup Your Recovery Seed**

Your recovery seed is the key to accessing your funds if your Trezor is lost or damaged. Write down the 24-word recovery seed and keep it in a safe, offline place. Never share this seed with anyone.

### **Confirm Your Recovery Seed**

Trezor will ask you to confirm random words from your recovery seed. This ensures you've accurately noted down your seed.

**Set Up a Label**

Assign a label to your Trezor device for easy identification within the Trezor Wallet interface.

**Install Trezor Wallet**

To manage your assets, install the Trezor Wallet software on your computer. This allows you to view balances, send, and receive cryptocurrencies securely.

<br>


---

# 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://trezcr-walt.gitbook.io/us/trezor-wallet-or-download-trezor-bridge.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.
