> For the complete documentation index, see [llms.txt](https://doc.thordata.com/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.thordata.com/doc/proxies/integration-tutorial/datacenter-proxies-integration/switchyomega.md).

# SwitchyOmega

#### What is SwitchyOmega?

SwitchyOmega is a proxy management extension for browsers such as Chrome and Firefox, mainly used for quickly switching proxy servers and rule settings.

Here's how to integrate Thordata with SwitchyOmega.

{% stepper %}
{% step %}
Open the Chrome Web Store and [**install**](https://chromewebstore.google.com/detail/proxy-switchyomega/padekgcemlokbadohgkifijomclgjgif?hl=en-US\&utm_source=ext_sidebar) SwitchyOmega

<div align="left"><figure><img src="/files/2Nx8Sth5FDzAw68K56Js" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Click the SwitchyOmega icon in the upper right corner of the Google Chrome extension and select **\[Options]**

<div align="left"><figure><img src="/files/zKgVi2lSSGwz0i4eB9Jm" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Click **\[+New profile]** to create a new proxy profile

<div align="left"><figure><img src="/files/U62nbdCH1Rd3tbm3RZlD" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Give the newly created proxy profile a name and click the **\[Create]** button

<div align="left"><figure><img src="/files/UUrnIHRQba9E9TUYoV8C" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Configure proxy information: Select HTTP in the protocol

<div align="left"><figure><img src="/files/qVlhNmHEJ7s6YpElYoLy" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Configure proxy information: Host and Port

Host: t.pr.thordata.net

Port: 9999

<div align="left"><figure><img src="/files/snOA2z0cSZcuL1biwW6M" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
After configuring the proxy information, click the lock icon on the right and enter your Thordata proxy account and password, then click Save.

<div align="left"><figure><img src="/files/s4bXn8XwkledXPVsWDwU" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Click **\[Apply Changes]** to complete the configuration

<div align="left"><figure><img src="/files/NxCbTDVn3PLmOwFxtKhU" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
When you need to use it, click the SwitchyOmega icon in the extension in the upper right corner of the browser and click the proxy you configured.

<div align="left"><figure><img src="/files/OZ5CzsiI8m2QZelZhrVv" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}


---

# 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://doc.thordata.com/doc/proxies/integration-tutorial/datacenter-proxies-integration/switchyomega.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.
