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

# Proxies

#### Creating Proxies and Groups <a href="#creating-proxies-and-groups" id="creating-proxies-and-groups"></a>

\
Although Ticket AIO can run without proxies, it is highly recommended, and on many sites nearly required, that you use them. Click **Proxies** in the top navigation bar to go to the proxies page and get started.

<figure><img src="/files/VkfkKoKQp4e2VdTv2Q8W" alt=""><figcaption></figcaption></figure>

To begin, click the blue **Add** icon in the top left corner. This will open a window where you can create a proxy group and give it a name.

<figure><img src="/files/9GVXq0VWQJdcQ7I4wT4e" alt=""><figcaption></figcaption></figure>

Proxy groups help keep your proxies organized. For example, you can create separate groups for different sites or tasks. Once a group has been created, you can add and manage proxies inside that group.

<figure><img src="/files/Oc4ElesvD1y0kRZFzUeV" alt=""><figcaption></figcaption></figure>

To add a proxy to the selected group, enter the proxy information into the text area. You can enter multiple proxies by placing each proxy on a new line.

Example:

```
45.67.120.34:8000:user1:pass1
52.14.88.201:9000:user2:pass2
104.238.221.67:7000:user3:pass3
```

The site selection dropdown, **Test All** button, and action buttons are used to test whether your proxies can successfully connect to the selected site.

{% hint style="danger" %}
Testing your proxies here is not a reliable way to determine whether they are good for checkout. It only shows whether the proxies can connect to the selected site. The best way to know if a proxy works well is to run a task and test it in a real checkout scenario.
{% endhint %}

#### Import/Export <a href="#import-export" id="import-export"></a>

You can also import and export accounts and account groups.

The **Import** and **Export** buttons under the **Proxy Groups** section are used to import or export multiple proxy groups at the same time.

{% hint style="danger" %}
It is important to use the correct buttons for the option you are working with. Using the wrong import or export option may cause your profiles to import incorrectly.
{% endhint %}


---

# 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:

```
GET https://docs.ticket-aio.com/proxies.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.
