> 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/es/cms/helpdesk-cms-exploitation.md).

# HelpDesk

## **Centro de soporte - HelpDesk:**

El `helpdesk.delivery.htb` Este subdominio permite crear tickets de soporte. Intenta crear una cuenta con la siguiente información:

<figure><img src="/files/2d762439ef61474b4fdbcb0523b2fde1daf68b6c" alt=""><figcaption></figcaption></figure>

**Abrir un ticket**

* `jordan@delivery.com`

<figure><img src="/files/73d3bb82ab4d4678d565133e5ba707a4088438e9" alt=""><figcaption></figcaption></figure>

Se abre un nuevo ticket y se emite un identificador de correo electrónico:

* **Correo electrónico** : <7990131@delivery.htb>
* **ID del ticket**: 7990131

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

Al comprobar el ticket, utiliza la dirección de correo electrónico (**<jordan@delivery.com>**) y el número de ticket recibido (**7990131**).

<figure><img src="/files/7dc76298b0b95db68739c822abe255a0d4c9b8db" alt=""><figcaption></figcaption></figure>

Esto proporciona acceso al buzón asociado.

<figure><img src="/files/bddd9284c3972f626776656fc2ae3973196b8ad3" 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/es/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.
