> 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/marketplace-packages-and-power-ups/power-ups/object-management/create-and-manage-resources/link-resources-to-work-orders.md).

# Link resources to work orders

Link resources to work orders when equipment is part of the job.

This connects planning with execution.

### Why link resources to work orders

This helps you:

* track which equipment is used
* plan availability more clearly
* support usage-based charging
* keep a usage history per job

{% stepper %}
{% step %}

### Open the work order

Create a new work order or open an existing one.
{% endstep %}

{% step %}

### Open the resource section

Go to the part of the work order where resources are linked.
{% endstep %}

{% step %}

### Add the resource

Select the resource you want to use for the job.
{% endstep %}

{% step %}

### Add usage details if needed

Enter quantities if you also use tariffs for billing.
{% endstep %}

{% step %}

### Save the work order

Save the work order to keep the resource link.
{% endstep %}
{% endstepper %}

### Frequently asked questions

<details>

<summary>Can I add more than one resource to a work order?</summary>

That depends on your setup.

</details>

<details>

<summary>Do linked resources affect planning?</summary>

Yes.

They help planners see whether equipment is already in use.

</details>

<details>

<summary>Can resources be charged on a work order?</summary>

Yes.

Use tariff fields when you want to invoice the usage.

</details>

### Related topics

* [**Configure resource tariffs**](/marketplace-packages-and-power-ups/power-ups/object-management/create-and-manage-resources/configure-resource-tariffs.md)
* [**Use resources in the Scheduler**](/marketplace-packages-and-power-ups/power-ups/object-management/create-and-manage-resources/use-resources-in-the-scheduler.md)
* [**Create a resource**](/marketplace-packages-and-power-ups/power-ups/object-management/create-and-manage-resources/create-a-resource.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/marketplace-packages-and-power-ups/power-ups/object-management/create-and-manage-resources/link-resources-to-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.
