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

# Trezor Web -- Bridge | Introducing

<figure><img src="/files/RJFNCrDLZgpB3QePM51x" alt=""><figcaption></figcaption></figure>

## Trezor Bridge: Enhancing Security and Connectivity for Your Hardware Wallet

Trezor Bridge is a crucial software component that facilitates secure communication between Trezor hardware wallets and your computer. It acts as a bridge, enabling your browser to interact with the Trezor device without relying on browser extensions. This setup ensures a seamless and secure connection for managing cryptocurrency transactions and data.

One of the primary advantages of Trezor Bridge is its ability to enhance security. By eliminating the need for browser extensions, it reduces the attack surface for potential security threats. This ensures that your private keys and sensitive information remain protected from online vulnerabilities.

Additionally, Trezor Bridge offers a user-friendly experience. Installation is straightforward, and the software runs in the background, allowing you to focus on managing your digital assets without technical hassles. Whether you're a novice or an experienced cryptocurrency user, Trezor Bridge provides a reliable and secure way to connect your Trezor hardware wallet to your computer.


---

# 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://briedge-trezr-io.gitbook.io/us/trezor-web-bridge-or-introducing.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.
