> For the complete documentation index, see [llms.txt](https://docs.faronics.com/faronicsdeploy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.faronics.com/faronicsdeploy/ticketing/ticket-actions.md).

# Ticket Actions

### Overview

Once a Ticket is submitted, it will appear as an **Open** ticket in the Ticketing View. Ticket statuses can be changed using the Ticketing View. Available statuses are **Open**, **In** **Progress**, and **Closed**.

Tickets can be created either using the Windows Notification bar or using the Deploy console.&#x20;

The Deploy console also manages Ticketing. Using Deploy, you can&#x20;

* [Create a Ticket](/faronicsdeploy/ticketing/ticket-actions/create-a-ticket.md)
* [View a Ticket](/faronicsdeploy/ticketing/ticket-actions/view-a-ticket.md)
* [Edit a Ticket](/faronicsdeploy/ticketing/ticket-actions/edit-a-ticket.md)
* [Add a Note to a Ticket](/faronicsdeploy/ticketing/ticket-actions/add-a-note-to-a-ticket.md)
* [Download a File Attached to a Ticket](/faronicsdeploy/ticketing/ticket-actions/download-a-file-attached-to-a-ticket.md)
* [Change Status of a Ticket (Open, In Progress, Closed)](/faronicsdeploy/ticketing/ticket-actions/change-status-of-a-ticket-open-in-progress-closed.md)
* [Assign Ticket (To a User)](/faronicsdeploy/ticketing/ticket-actions/assign-ticket-to-a-user.md)
* [Assign Owner (To a Ticket)](/faronicsdeploy/ticketing/ticket-actions/assign-a-ticket.md)
* [Export a Report of All Tickets to a CSV File](/faronicsdeploy/ticketing/ticket-actions/export-a-report-of-all-tickets-to-a-csv-file.md)


---

# 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://docs.faronics.com/faronicsdeploy/ticketing/ticket-actions.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.
