> For the complete documentation index, see [llms.txt](https://claimlane-docs.gitbook.io/claimlane-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://claimlane-docs.gitbook.io/claimlane-docs/troubleshooting-and-faqs/how-do-i-archive-or-unarchive-tickets.md).

# How do I archive or unarchive tickets?

How to Archive or Unarchive Tickets

### Question: <a href="#h_b2a7325301" id="h_b2a7325301"></a>

How do I archive or unarchive tickets?

### Solution: <a href="#h_a5e3ecd37c" id="h_a5e3ecd37c"></a>

Archiving tickets helps clean up your inbox and allows you to focus on open cases only.

To Archive Tickets:

1. Navigate to Inbox:
   * Go to your inbox.
2. Select Ticket:
   * Choose the ticket you want to archive.
3. Archive Ticket:
   * Click on Archive (1).

     ![](https://claimlane.intercom-attachments-1.com/i/o/tbixbicd/1349923265/7f6f0af7c461ed91a92dd280e22f/image-png-Jul-07-2024-05-47-37-6263-PM.png?expires=1759142700\&signature=c8300f5a1f48d2e5c79387e8ea45b6e0d0f8ef0fa9f0b50a93dba5685f15f391\&req=dSMjH8B8noNZXPMW1HO4zbcd5W6pqbPLEBtN%2FrcmrqMIdJiRM4RbDwcrobm5%0AxZU2%0A)

You have now successfully archived your ticket.

To Unarchive Tickets:

1. View Archived Tickets:
   * From your inbox, find and click on View archived tickets (2).
2. Select Ticket:
   * Locate the ticket you want to unarchive and click on it.
3. Unarchive Ticket:
   * Click on Unarchive (3).

     ![](https://claimlane.intercom-attachments-1.com/i/o/tbixbicd/1349923277/f1fc230ffd94d37e4caed5b82b08/image-png-Jul-07-2024-05-48-01-0771-PM.png?expires=1759142700\&signature=d86a3c9cf85de7a895dcc4178f6d1971cb4c952b91de03f052240543f519991e\&req=dSMjH8B8noNYXvMW1HO4zTPvvE8nZYXwa5Da%2BsYKjUFUtrLO7d1OXFbtZIz1%0AwCOq%0A)

Now, the ticket will be located back in the inbox again.


---

# 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://claimlane-docs.gitbook.io/claimlane-docs/troubleshooting-and-faqs/how-do-i-archive-or-unarchive-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.
