# Creating a Maintenance Ticket

There are two ways to manually create a maintenance ticket.&#x20;

* Escalate it from a Support ticket. *(This is useful if a customer has sent a message reporting a hardware problem.)*
* Create it from the Maintenance view.
* Create it from a Hardware view.

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

#### Escalating from a Support Ticket

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

1. Navigate to the Support tickets view using the left navigation pane.
2. When you click on it, it should show a list of open tickets.
3. Selecting an open ticket will display details for that ticket.
4. At the bottom right corner, you'll find a Maintenance ticket section. Here, you can create a maintenance request which will automatically link it to the hardware used in the rental. Click Add button to create a maintenance ticket.
5. The maintenance ticket creation view will be prefilled with the original report number and relevant hardware number.&#x20;
6. You can then add in:
   * Description of the problem (required)
   * Maintenance type from a dropdown
   * Due date
   * Priority from a dropdown
   * Assignee
   * Any notes
7. When you save the ticket, it will be automatically linked to the hardware and the customer support ticket.

#### Manually creating a maintenance ticket

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

<figure><img src="/files/KOaSxUAiTLULKpqyuHRs" alt=""><figcaption><p>Maintenance ticket form</p></figcaption></figure>

1. Navigate to the Maintenance view using the left navigation pane.
2. You can see a list of open tickets. Click Add to create a new one.
3. Complete the form with the below information:
   * Description of the problem (required)
   * Maintenance type from a dropdown
   * Hardware from a dropdown (required)
   * Due date
   * Priority from a dropdown
   * Assignee
   * Any notes
4. When you save the ticket, it will be automatically linked to the hardware.

#### Creating a Maintenance ticket from Hardware

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

1. Navigate to the Hardware section and select the specific hardware.
2. Next to the Rentals tab, click on "Maintenance Tickets."
3. Here, you'll see the history of maintenance tickets linked to the hardware.
4. To create a new maintenance ticket, click the "Add" button.
5. Complete the form with the below information:
   * Description of the problem (required)
   * Maintenance type from a dropdown
   * Hardware from a dropdown (required)
   * Due date
   * Priority from a dropdown
   * Assignee
   * Any notes
6. Save the ticket to automatically link it to the hardware.


---

# 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://documentation.movatic.co/admin-site/maintenance/creating-a-maintenance-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.
