> For the complete documentation index, see [llms.txt](https://docs.alemba.com/asm-hermes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alemba.com/asm-hermes/use-asm/using-the-self-service-portal/logging-and-reviewing-tickets-and-tasks-approvals/cloning-your-tickets.md).

# Cloning Your Tickets

{% hint style="info" %}
The Ticket must be open and not in a Resolved or Closed state.

The ability to Clone tickets os configured by your organization and may not be available to your profile.  If this is a function you believe you should have, please see you ASM System Admin.
{% endhint %}

To locate a ticket to clone, simply search for it in your open tickets.

1. Open the ticket you want to clone.
2. Click the "**Clone**" button

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

3. A new ticket will load with all of the previously entered details.  Update that which is necessary, then, click "**Submit**".

<figure><img src="/files/Ryb5e8etcyJCR1GMnYyp" 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://docs.alemba.com/asm-hermes/use-asm/using-the-self-service-portal/logging-and-reviewing-tickets-and-tasks-approvals/cloning-your-tickets.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.
