# Any Chain Mode

In PolkaGate, you have the option to switch your account's chain to "Any Chain" mode. Some websites, like Polkadot.js apps, only display user accounts if they are set to the same chain the app is currently on. Therefore, when you switch chains on the app, you also need to switch it on the extension for the account to be visible in the app. To simplify this process, the PolkaGate extension offers an "Any Chain" mode, allowing you to set your account to this mode and eliminate the need to switch chains on the extension each time you switch chains on the app.

To enable "Any Chain" mode, follow these steps:

1. Go to the account settings in extension mode.
2. Open the chain drop-down menu.
3. Select the first option, which is "Allow use on any chain," as shown below.

<figure><picture><source srcset="/files/5BPHU1bmH96q9S4CNRui" media="(prefers-color-scheme: dark)"><img src="/files/kDfZ6ephxMDEyK1BhXUB" alt=""></picture><figcaption><p>Home</p></figcaption></figure>

<figure><picture><source srcset="/files/XhZunpwiIhWz1unavEpy" media="(prefers-color-scheme: dark)"><img src="/files/3rGpD1AkiSImijtAC8tN" alt=""></picture><figcaption><p>Set any Chain Mode</p></figcaption></figure>


---

# 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.polkagate.xyz/polkagate/polkagate-extension-user-guide/any-chain-mode.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.
