> For the complete documentation index, see [llms.txt](https://wiki.surge.community/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.surge.community/basic/tian-jia-dan-ge-dai-li-jie-dian.md).

# 添加单个代理节点

推荐使用UI操作：\[打开Surge]->\[首页]->\[代理服务器]->\[选择代理类型]->\[填入相应节点参数即可]\
\
创建完成后，可以打开首页->代理服务器->新建策略组->将节点拖放至包含的策略

\
文本模式编辑，示例

```
[Proxy]
ProxyHTTP = http, 1.2.3.4, 443, username, password
ProxyHTTPS = https, 1.2.3.4, 443, username, password
ProxySOCKS5 = socks5, 1.2.3.4, 443, username, password
ProxySOCKS5TLS = socks5-tls, 1.2.3.4, 443, username, password, skip-common-name-verify=true

# 写法是 策略名 = 代理类型,代理地址，端口号，用户名，密码
# 不同的类型填写的具体项目会有差异，建议在 UI 界面中填写
# 策略名不可重复，策略名须先定义才能在其它部分引用


```

\
官方手册：<https://manual.nssurge.com/policy/proxy.html>\
\
如需更详细教学请查看[其他教程](/qi-ta-jiao-cheng.md)

返回导航页面：[目录导航](/mu-lu-dao-hang.md)


---

# 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://wiki.surge.community/basic/tian-jia-dan-ge-dai-li-jie-dian.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.
