> 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/configure-resource-tariffs.md).

# Configure resource tariffs

Resource tariffs let you charge customers for equipment usage.

You can use different tariff periods for the same resource.

### Common tariff periods

Use one or more of these tariff fields:

* hour
* half-day
* day
* week

### When tariffs help

Tariffs are useful when you want to:

* invoice equipment usage
* use standard price records
* keep planning and billing aligned

{% stepper %}
{% step %}

### Open the resource

Go to the resource you want to configure.
{% endstep %}

{% step %}

### Find the tariff fields

Open the section with the resource tariff settings.
{% endstep %}

{% step %}

### Enter the tariff values

Add the tariff codes or values you use for each period.
{% endstep %}

{% step %}

### Save the resource

Save the changes.
{% endstep %}
{% endstepper %}

### Frequently asked questions

<details>

<summary>Do I need all tariff periods?</summary>

No.

Use only the tariff fields that fit your process.

</details>

<details>

<summary>Can I use resources without tariffs?</summary>

Yes.

You can still plan and track resources without charging them.

</details>

<details>

<summary>Where do tariffs show up?</summary>

They are used when resource usage is added to work.

</details>

### Related topics

* [**Create a resource**](/marketplace-packages-and-power-ups/power-ups/object-management/create-and-manage-resources/create-a-resource.md)
* [**Link resources to work orders**](/marketplace-packages-and-power-ups/power-ups/object-management/create-and-manage-resources/link-resources-to-work-orders.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)


---

# 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/configure-resource-tariffs.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.
