# Bridge Troubleshooting

This page covers common issues encountered with the [Bridge](https://bridge.urbit.org) application.

### Canvas Issues <a href="#canvas-issues" id="canvas-issues"></a>

Bridge uses an HTML element called canvas to create your wallets. Unfortunately malicious websites can use canvas to identify and track users. As a result, some browsers and anti-tracking extensions can interfere with Bridge's ability to generate wallets.

If there are no instructions for your browser, or the instructions don't work, please file a ticket on the [issue tracker](https://github.com/urbit/bridge/issues)

#### Brave Users

To fix canvas issues on Brave:

* Click on the Brave logo on the right edge of your URL bar
* Click `Advanced View`
* Set the bottom dropdown to `Cross-site device recognition blocked`
* Click on Retry in Bridge

The warning box should disappear.

#### Firefox Users

To fix canvas issues on Brave:

* Click on the icon of an image in your URL bar, to the left of `https://bridge.urbit.org`
* Click `Allow Data access`
* Click on Retry in Bridge

The warning box should disappear.


---

# Agent Instructions: 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:

```
GET https://docs.urbit.org/user-manual/id/bridge-troubleshooting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
