> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/backoffice/backoffice/work-orders/search-work-orders.md).

# Search work orders

Use search and filters to find work orders from several places.

This is useful for open work, completed jobs, and archived records.

{% tabs %}
{% tab title="Work order overview" %}
{% stepper %}
{% step %}

### Open Work Orders

Go to **Work Orders** in the left menu.
{% endstep %}

{% step %}

### Use the search bar

Enter a work order number, customer name, or other known detail.
{% endstep %}

{% step %}

### Open filters when needed

Click **Filters** for a narrower search.
{% endstep %}

{% step %}

### Choose the right category

Use the category tabs for **Work orders**, **Pending work orders**, **Completed work orders**, or **Archived work orders**.
{% endstep %}
{% endstepper %}
{% endtab %}

{% tab title="Scheduler" %}
{% stepper %}
{% step %}

### Open the Scheduler

Go to **Scheduler** in the left menu.
{% endstep %}

{% step %}

### Open the search tool

Click the magnifying glass in the top-right corner.
{% endstep %}

{% step %}

### Search by work order number

Enter the work order number in the search field.
{% endstep %}
{% endstepper %}
{% endtab %}

{% tab title="Global search" %}
{% stepper %}
{% step %}

### Open the global search bar

Use the search bar at the top center of the screen.
{% endstep %}

{% step %}

### Search by work order number

Enter the work order number to open the result faster.
{% endstep %}
{% endstepper %}
{% endtab %}
{% endtabs %}

### Frequently asked questions

<details>

<summary>Can I search completed work orders too?</summary>

Yes.

Use the category filter to switch to completed work.

</details>

<details>

<summary>When should I use filters instead of search?</summary>

Use filters when you need a broader result set.

Search works best when you already know a specific detail.

</details>

<details>

<summary>Which search is best for a known work order number?</summary>

Use the global search bar or the Scheduler search.

They are fastest for direct lookups.

</details>

### Related topics

* [**Work Orders**](/backoffice/backoffice/work-orders.md)
* [**Use the work order overview**](/backoffice/backoffice/work-orders/use-the-work-order-overview.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, and the optional `goal` query parameter:

```
GET https://knowledge.out-smart.com/backoffice/backoffice/work-orders/search-work-orders.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.
