> 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/usage-instructions/getting-started.md).

# Инструкция по настройке

## **Добавление списка прокси из заказа в программы**

Для добавление прокси в разные программы, вам необходимо открыть ваш [заказ](https://dashboard.proxyshard.com/products) на сайте и скопировать прокси:

{% hint style="warning" %}
**Обратите внимание, что во всех примерах, подключение производится через&#x20;**<mark style="color:purple;">**SOCKS5**</mark>**.**\
\
**Для того чтобы узнать порт подключения для:**\
\ <mark style="color:purple;">**Datacentre\ISP**</mark> - установите переключать на <mark style="color:purple;">SOCKS5</mark> в поле <mark style="color:purple;">Proxy list</mark>

<img src="/files/pmjlK1wEoHli10wccSoe" alt="" data-size="original">

<mark style="color:purple;">**Residential proxy**</mark> - В настройках заказа указать "<mark style="color:purple;">Protocol</mark>" - <mark style="color:purple;">SOCKS5</mark>

<img src="/files/Lr81ltb2Do0q8gBrMSot" alt="" data-size="original">

<mark style="color:purple;">**Mobile proxy**</mark> - Не требуют дополнительных операций в заказе, подключение по порту работает как по <mark style="color:purple;">HTTP</mark> так и по <mark style="color:purple;">SOCKS5</mark>
{% endhint %}

## Пример для <mark style="color:purple;">Датацентр/ISP</mark> прокси

Откройте [заказ](https://dashboard.proxyshard.com/products) и скопируйте прокси из <mark style="color:purple;">Proxy List</mark>.

<figure><img src="/files/5jOnbk4urGum9L0fkJMB" alt=""><figcaption></figcaption></figure>

212.14.123.184 - IP адрес подключения к прокси

22334 - Port подключения к прокси

KDKKKEI - Login подключения прокси

KDKKEIID3 - Password прокси

## Пример для <mark style="color:purple;">Резидентских прокси</mark>:

Укажите требуемые параметры прокси, например страну/протокол и нажмите "<mark style="color:purple;">Generate proxy</mark>"

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

Скопируйте полученные прокси из <mark style="color:purple;">Proxy List</mark> или скопируйте отдельные поля подключения, если программа не поддерживает вставку строкой.

Ниже приведен скриншот, какое из полей отвечает за "Server":"Port":"Login":"Password"

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


---

# 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/usage-instructions/getting-started.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.
