# Create a Ticket

Creating tickets is essential for streamlining communication and ensuring prompt resolution of issues or requests. This feature helps organizations prioritize and assign tasks, track progress, and maintain a record of all interactions and actions taken regarding specific inquiries or incidents.

## Pre-condition to Use the Feature:

* Users must have an active account on AgencyHandy and be logged in.&#x20;
* Admin, Super Admin, PM, and Client can create a ticket.

### Steps to Use:

* **Log in to AgencyHandy**: Access your AgencyHandy account using your credentials.&#x20;
* **Navigate to Tickets:** Locate the "Tickets" section in the dashboard menu. Click it.
* **Initiate a New Ticket:** Click "+ Create Ticket" to create a new ticket. A form will pop up.&#x20;
* **Provide Ticket Details:** Enter relevant details for the ticket, such as a brief description of the issue or request, category, priority level, and additional context or information.&#x20;

  Here's an outline of how this form operates:

  * **Client Selection**: Users initiate a ticket by selecting the client's name from a drop-down list (Required).
  * **Order ID**: Inputting the Order ID is mandatory to link the ticket to a specific order (Required).
  * **Subject**: A brief subject line helps identify the ticket's nature.
  * **Description**: Users can provide a detailed description to elaborate on the issue or task.
  * **Assignee Name**: The name of the individual assigned to handle the ticket can be input here for task management.
  * **Priority Setting**: The ticket's urgency can be set with options like Highest, High, Normal, Low, and Lowest to help in task triage and management.
  * **Issued Date**: The date when the ticket was created is recorded.
  * **Status**: Users can set the status as Open, Close, or Hold to indicate the progress of the ticket resolution.
* **Create Ticket**: Once all necessary details are entered, Click the "Create" button.&#x20;

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

* **Track Ticket Status:** Monitor the status of the ticket, including updates and actions taken by assigned team members, to track progress toward resolution.&#x20;
* **Communicate and Collaborate:** Engage in communication and collaboration with team members or stakeholders involved in addressing the ticket to ensure timely resolution.&#x20;
* **Update Ticket:** If there are any changes or updates to the ticket information, edit the ticket details as needed to reflect the latest developments.&#x20;
* **Close Ticket:** Once the issue is resolved or the request is fulfilled, close the ticket to indicate its resolution and archive it for future reference.
* Tickets can be created without an order ID.


---

# Agent Instructions: 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.agencyhandy.com/english/agencyhandy-user-guide-for-agency/tickets/ticket-dashboard/create-a-ticket.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.
