> For the complete documentation index, see [llms.txt](https://docs.proxyshard.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxyshard.com/eng/usage-instructions.md).

# Usage instructions

- [Setup instructions](https://docs.proxyshard.com/eng/usage-instructions/getting-started.md)
- [ShardX Launcher](https://docs.proxyshard.com/eng/usage-instructions/shardx-browser.md): Installing ShardX Launcher, setting up proxies, and launching your first profile
- [Windows](https://docs.proxyshard.com/eng/usage-instructions/windows.md)
- [Proxifier](https://docs.proxyshard.com/eng/usage-instructions/windows/proxifier.md)
- [v2rayN](https://docs.proxyshard.com/eng/usage-instructions/windows/v2rayn.md)
- [ClashX](https://docs.proxyshard.com/eng/usage-instructions/windows/clashx.md)
- [NekoRay](https://docs.proxyshard.com/eng/usage-instructions/windows/nekoray.md)
- [ProxyCap](https://docs.proxyshard.com/eng/usage-instructions/windows/proxycap.md)
- [SocksCap64](https://docs.proxyshard.com/eng/usage-instructions/windows/sockscap64.md)
- [macOS](https://docs.proxyshard.com/eng/usage-instructions/macos.md)
- [V2Box](https://docs.proxyshard.com/eng/usage-instructions/macos/v2box.md)
- [Linux](https://docs.proxyshard.com/eng/usage-instructions/linux.md)
- [GUI apps](https://docs.proxyshard.com/eng/usage-instructions/linux/gui-apps.md)
- [v2rayN GUI](https://docs.proxyshard.com/eng/usage-instructions/linux/gui-apps/v2rayn-gui.md)
- [CLI apps](https://docs.proxyshard.com/eng/usage-instructions/linux/cli-apps.md)
- [proxychains](https://docs.proxyshard.com/eng/usage-instructions/linux/cli-apps/proxychain.md)
- [iOS / Android](https://docs.proxyshard.com/eng/usage-instructions/ios-android.md)
- [V2Box](https://docs.proxyshard.com/eng/usage-instructions/ios-android/v2box.md)
- [Potatso](https://docs.proxyshard.com/eng/usage-instructions/ios-android/potatso.md)
- [Super Proxy](https://docs.proxyshard.com/eng/usage-instructions/ios-android/super-proxy.md)
- [Antidetect browsers](https://docs.proxyshard.com/eng/usage-instructions/antidetect-browsers.md)
- [Vision browser](https://docs.proxyshard.com/eng/usage-instructions/antidetect-browsers/vision-browser.md): Best browser with UDP proxy support
- [AdsPower](https://docs.proxyshard.com/eng/usage-instructions/antidetect-browsers/adspower.md)
- [Browsers](https://docs.proxyshard.com/eng/usage-instructions/browsers.md)
- [Chrome](https://docs.proxyshard.com/eng/usage-instructions/browsers/chrome.md): Chrome proxy
- [ProxyShard Extension](https://docs.proxyshard.com/eng/usage-instructions/browsers/chrome/proxyshard.md): ProxyShard extension for Google Chrome
- [ZeroOmega](https://docs.proxyshard.com/eng/usage-instructions/browsers/chrome/zeroomega.md): Proxy for Chrome
- [Edge](https://docs.proxyshard.com/eng/usage-instructions/browsers/edge.md): Edge proxy
- [ProxyShard Extension](https://docs.proxyshard.com/eng/usage-instructions/browsers/edge/proxyshard.md): ProxyShard extension for Microsoft Edge
- [ZeroOmega](https://docs.proxyshard.com/eng/usage-instructions/browsers/edge/zeroomega.md): Proxy for Edge
- [Opera](https://docs.proxyshard.com/eng/usage-instructions/browsers/opera.md): Opera proxy
- [ProxyShard Extension](https://docs.proxyshard.com/eng/usage-instructions/browsers/opera/proxyshard.md): ProxyShard extension for Opera
- [ZeroOmega](https://docs.proxyshard.com/eng/usage-instructions/browsers/opera/zeroomega.md): Proxy for Opera
- [Brave](https://docs.proxyshard.com/eng/usage-instructions/browsers/brave.md): Brave Browser proxy
- [ProxyShard Extension](https://docs.proxyshard.com/eng/usage-instructions/browsers/brave/proxyshard.md): ProxyShard extension for Brave
- [Yandex Browser](https://docs.proxyshard.com/eng/usage-instructions/browsers/yandex.md): Yandex Browser proxy
- [ProxyShard Extension](https://docs.proxyshard.com/eng/usage-instructions/browsers/yandex/proxyshard.md): ProxyShard extension for Yandex Browser
- [Vivaldi](https://docs.proxyshard.com/eng/usage-instructions/browsers/vivaldi.md): Vivaldi Browser proxy
- [ProxyShard Extension](https://docs.proxyshard.com/eng/usage-instructions/browsers/vivaldi/proxyshard.md): ProxyShard extension for Vivaldi
- [Safari](https://docs.proxyshard.com/eng/usage-instructions/browsers/safari.md): Safari proxy
- [Mozilla Firefox](https://docs.proxyshard.com/eng/usage-instructions/browsers/mozilla-firefox.md): Mozilla Firefox proxy
- [ProxyShard Extension](https://docs.proxyshard.com/eng/usage-instructions/browsers/mozilla-firefox/proxyshard.md): ProxyShard Extension for Mozilla Firefox
- [FoxyProxy](https://docs.proxyshard.com/eng/usage-instructions/browsers/mozilla-firefox/foxyproxy.md): Proxy for Mozilla Firefox
- [Telegram](https://docs.proxyshard.com/eng/usage-instructions/telegram.md): Proxy setup for Telegram
- [MikroTik proxy](https://docs.proxyshard.com/eng/usage-instructions/mikrotik-proxy.md): Proxy setup on MikroTik


---

# 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://docs.proxyshard.com/eng/usage-instructions.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.
