> For the complete documentation index, see [llms.txt](https://guides.stellaraio.com/stellar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.stellaraio.com/stellar/general-stellaraio-faq/bp-proxy-switcher.md).

# BP Proxy Switcher

[*What is BP Proxy Switcher?*](#h_339be4183e)

[*Installation*](#h_da60f54688)

[*Adding Proxies*](#h_d9118bb4df)

[*Using BP Proxy Switcher*](#h_b23ab919f4)

### **What is BP Proxy Switcher?** <a href="#h_339be4183e" id="h_339be4183e"></a>

BP proxy switcher is a google chrome extension which allows you to run google chrome windows on different proxies. This is helpful when dealing with different accounts or generating cookies/headers.

***

### **Installation** <a href="#h_da60f54688" id="h_da60f54688"></a>

1. On Google Chrome, go to this [link](https://chrome.google.com/webstore/detail/bp-proxy-switcher/bapeomcobggcdleohggighcjbeeglhbn?hl=en)
2. Click the **Add to Chrome** button
3. Click **Add Extension** in the pop up window
4. You have successfully installed BP Proxy Switcher. If you want to use it now just click the **puzzle icon** in the top right of your Google Chrome browser
5. Click **BP Proxy Switcher**
   1. If you want to **bookmark** the extension (meaning have it visible on your Google Chrome Tool bar), click the **pin icon**
6. Now **BP Proxy Switcher** is open

***

### **Adding Proxies** <a href="#h_d9118bb4df" id="h_d9118bb4df"></a>

1. Click the **puzzle icon** in the top right of your Google Chrome browser
2. Click **BP Proxy Switcher**
3. Click the **Edit** button
4. **Copy and paste** your proxies into the **blank box** (1 per line)
5. Click the **OK button** in bottom right of the extension
6. Your proxies are now saved and can be used in your browser

### **Using BP Proxy Switcher** <a href="#h_b23ab919f4" id="h_b23ab919f4"></a>

1. Open a **Google Chrome** browser
2. Click the **puzzle icon** in the top right of your Google Chrome browser
3. Click **BP Proxy Switcher**
4. Click the **Proxy Drop Down Window**
5. Select the **proxy** you would like to use
6. **Open the website** you would like to use an account or generate cookies/headers on


---

# 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://guides.stellaraio.com/stellar/general-stellaraio-faq/bp-proxy-switcher.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.
