> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/zh/cms/helpdesk-cms-exploitation.md).

# HelpDesk

## **支持中心 - HelpDesk：**

该 `helpdesk.delivery.htb` 该子域允许创建支持工单。请尝试使用以下信息创建一个账户：

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

**创建工单**

* `jordan@delivery.com`

<figure><img src="/files/8b9298ae7d73fb78a851971a66c9d3769aebfda4" alt=""><figcaption></figcaption></figure>

新的工单已创建，并生成了一个邮件标识符：

* **电子邮件** : <7990131@delivery.htb>
* **工单 ID**: 7990131

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

在查看工单时，请使用电子邮件地址（**<jordan@delivery.com>**）以及收到的工单编号（**7990131**).

<figure><img src="/files/66d7206aff02cbc487e01778082e603ca1333906" alt=""><figcaption></figcaption></figure>

这将提供对相关邮箱的访问权限。

<figure><img src="/files/bb9243bae95a1524facb97fda923afa84986d6ce" 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://hacking-notes.jord4n.pro/zh/cms/helpdesk-cms-exploitation.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.
