# Public Repair Booking

A customer can come to book a repair order with simple three steps.

![](/files/-MhRzofGm9Oee9Gm8l2n)

* Choose a brand for your device (on choosing system will show a list of devices under that particular brand).
* Choose your device from the available list. (on choose system will show defects or services list for selected device)
* Choose one or multiple issues/defects/services to be repaired for the device.&#x20;

![Step 1](/files/-MeZEopsfTSAwo0_qA40)

Choose repair priority for preferring. (by default low priority which has zero charges)

![Step 2](/files/-MeZFqQgNKQvemYppM7k)

Filled up all required and valid information by customer.

![Step 3 (A)](/files/-MeZGGI0uOLewFwcZLFt)

Enter payment information to submit

![Step 3 (B)](/files/-MeZGeumqzS03YiDOrkG)

Repair order will be confirmed by email notification on successful payment. it can take print as well.

![](/files/-MgoBghNmdQzMc9BpwLu)

![](/files/-MgoBkkHJwIYnB2F6TPi)

![](/files/-MgoBqfgQUgCtqNxT8mh)


---

# 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://codehas.gitbook.io/repair-box/public-repair-booking.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.
