> For the complete documentation index, see [llms.txt](https://developers.oxylabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.oxylabs.io/products/cn/proxies/datacenter-proxies/fair-usage-policy.md).

# 公平使用政策

了解数据中心代理的公平使用政策和流量使用会话限制。

{% hint style="warning" %}
此页面和政策适用于 **按 IP 计费的数据中心代理类型** 仅适用于。
{% endhint %}

为了确保服务稳定并防止任何潜在的流量滥用，Oxylabs 会限制所提供的数据中心代理的并发会话数。可用并发会话数取决于在一个计费周期内每 1 个数据中心代理使用的流量量：

* **在每 1 个数据中心代理每月达到 50 GB 使用量之前，** 每购买 1 个数据中心代理，可用并发会话最多为 100 个（例如，购买 100 个数据中心代理意味着在达到 5,000 GB 使用量之前可用 10,000 个并发会话）；
* **如果每 1 个数据中心代理的使用量达到 50 GB，** 在当前计费周期剩余时间内，可用并发会话将减少为每 1 个数据中心代理 10 个并发会话（例如，购买 100 个数据中心代理并达到 5,000 GB 使用量，意味着在当前计费周期结束前可用 1,000 个并发会话）。

代理使用量会自动跟踪，并在达到数据配额的 80% 和 100% 时发送电子邮件通知。一旦达到公平使用限制的 100%，并发会话限制将自动生效。

如果您需要任何帮助，请随时通过以下方式联系我们： [**support@oxylabs.io**](mailto:support@oxylabs.io) 或通过我们网站上的 24/7 在线聊天 [**网站**](https://oxylabs.io/).


---

# 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://developers.oxylabs.io/products/cn/proxies/datacenter-proxies/fair-usage-policy.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.
