> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/run-the-platform/zh/xi-tong-guan-li/subscriptions-accessing.md).

# 查看和访问订阅

## 访问您的订阅

* 打开您的用户菜单（右上角）并选择 **订阅**\
  \&#xNAN;**—或—**
* 单击 **订阅图标（右上角）** 并在 **我的全部订阅** （查看全部）或选择 **页面订阅** （仅查看与当前页面相关的订阅。）

  ![subscriptions-icon-white.png](/files/18b411239c0a39aab35b5c2088967de06c3dfe98)

  如果您已订阅当前页面，订阅图标将显示为橙色（即，您拥有与此 UI 部分相关的订阅。）

  ![subscriptions-icon-orange.png](/files/978c1599ff5e48229fa28a1bc9805c933bd02005)

## 访问所有订阅

1. 从顶部菜单中导航到 **系统** > **订阅**。这通常会列出所有用户拥有的全部订阅。在此页面， **可选择订阅进行编辑/删除** （具备适当权限时），以及新的 **订阅可以添加。**

{% hint style="info" %}
**默认情况下，所有用户都可以查看所有订阅，但不能修改除自己之外的订阅。管理员可以根据其组织需求调整用户权限。**
{% endhint %}

{% hint style="success" %}
**在 VergeOS 界面中，&#x20;*****排序*****&#x20;和&#x20;*****筛选*****&#x20;列顶部的选项对于处理较长的列表会很有帮助。**
{% endhint %}


---

# 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.verge.io/run-the-platform/zh/xi-tong-guan-li/subscriptions-accessing.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.
