> For the complete documentation index, see [llms.txt](https://hub.equipme.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.equipme.io/classes/employee-self-service/manage-your-tickets-my-tickets.md).

# Manage your Tickets (My Tickets)

You can find an overview of your current and completed tickets under “**My Tickets**” on your dashboard.

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

{% hint style="warning" %}
Please note: If My Tickets is not displayed, this may be because your administrator has blocked the ticket system, for example because your organization already uses a different ticket system.
{% endhint %}

#### What you can do

* **See your tickets** – all open and past requests are listed and can be filtered by status.
* **Check the status** – you can see whether your issue is being worked on or already resolved.
* **Respond to support inquiries** or provide additional information about one of your requests.
* **Report a new problem** – by clicking "Report Problem", you can create a new ticket and describe what’s wrong.

####


---

# 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:

```
GET https://hub.equipme.io/classes/employee-self-service/manage-your-tickets-my-tickets.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.
