> 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/navigating-stellaraio/what-is-the-proxies-tab/what-is-a-proxy.md).

# What is a proxy?

A proxy is a way to mask your own IP which can be used to run multiple tasks at once without having to worry about getting your localhost IP from getting banned. Multiple types of proxies can be used.

The best proxy type in terms of speed and discreetness are ISPs. ISPs are basically a mix of DC proxy speeds and Residential proxies hiddenness.

DC proxies tend to be super fast, but in return get banned easily due to the reason that they can get traced back to a corporation or data center that is associated with it.

Residential proxies are known to be the slowest of the bunch, but in return, these proxies are least likely to get banned as they are linked to a home address. It is recommended to use these proxies for sites that tend to ban proxies pretty easily. Since Residential proxies can be generated in mass, you will be able to create a huge pool of proxies that StellarAIO can rotate through in case of any proxy bans. Keep in mind that Residential proxies are only functional if you have enough data allocated. This data is like your cellular plan and how much data of service you get.


---

# 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/navigating-stellaraio/what-is-the-proxies-tab/what-is-a-proxy.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.
