> 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/cn/shi-yong-zhi-nan/getting-started.md).

# 配置入门

## **将订单中的代理列表添加到程序**

要将代理添加到不同的程序，请在网站上打开您的[订单](https://dashboard.proxyshard.com/products)并复制代理：

{% hint style="warning" %}
**请注意，在所有示例中，连接都是通过&#x20;**<mark style="color:purple;">**SOCKS5**</mark>**&#x20;进行的。**\
\
**找到连接端口：**\
\ <mark style="color:purple;">**Datacenter\ISP**</mark> - 在 <mark style="color:purple;">Proxy list</mark> 字段中将开关设置为 <mark style="color:purple;">SOCKS5</mark>

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

<mark style="color:purple;">**住宅代理**</mark> - 在订单设置中，将“<mark style="color:purple;">Protocol</mark>”设置为 <mark style="color:purple;">SOCKS5</mark>

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

<mark style="color:purple;">**移动代理**</mark> - 订单中无需额外操作；端口连接通过 <mark style="color:purple;">HTTP</mark> 和 <mark style="color:purple;">SOCKS5</mark> 进行
{% endhint %}

## <mark style="color:purple;">Datacenter/ISP</mark> 代理示例

打开[订单](https://dashboard.proxyshard.com/products)并从<mark style="color:purple;">代理列表</mark>复制代理。

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

212.14.123.184 - 代理连接IP地址

22334 - 代理连接端口

KDKKKEI - 代理连接登录

KDKKEIID3 - 代理密码

## <mark style="color:purple;">住宅代理</mark>的示例：

指定所需的代理参数，例如国家/地区/协议，然后单击“<mark style="color:purple;">生成代理</mark>”。

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

从 <mark style="color:purple;">Proxy List</mark> 复制生成的代理，或者如果程序不支持粘贴整行，则复制各个连接字段。

下面的屏幕截图显示了哪些字段对应于“服务器”：“端口”：“登录”：“密码”。

<figure><img src="/files/L3nqW00n7nLmZ7suROph" 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/cn/shi-yong-zhi-nan/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.
