# 负载均衡组

负载均衡组从可用的子策略中随机选择一个策略来使用。

### 参数

#### `persistent`: 可选

当 `persistent=true` 时，对于相同的目标主机名将使用相同的策略。这可以避免由于出口 IP 不同而触发目标站点的风控。然而，当可用性发生变化时，可能会发生策略变更。


---

# Agent Instructions: 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://surge.mitsea.com/policy-group/load-balance.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.
