> 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/create-resource-categories.md).

# Create resource categories

Resource categories group similar equipment.

They keep the Scheduler clear and easier to manage.

Examples include:

* vehicles
* trailers
* cranes
* tools

### Why categories matter

Resources need a category to appear in the Scheduler.

Categories also help planners find the right equipment faster.

{% stepper %}
{% step %}

### Open the category setup

Go to the BackOffice area where resource categories are managed.
{% endstep %}

{% step %}

### Add a category

Click **Add** and enter the category name.
{% endstep %}

{% step %}

### Save the category

Save the category so it becomes available for resources.
{% endstep %}

{% step %}

### Link the category to resources

Open a resource and select the right category.

Then save the resource.
{% endstep %}
{% endstepper %}

### Frequently asked questions

<details>

<summary>Can one resource belong to multiple categories?</summary>

No.

A resource uses one category.

</details>

<details>

<summary>What happens if I delete a category?</summary>

Linked resources lose that category.

They no longer appear in the Scheduler until you assign a new one.

</details>

<details>

<summary>Can I rename a category later?</summary>

Yes.

The new name applies to linked resources.

</details>

### Related topics

* [**Create a resource**](/marketplace-packages-and-power-ups/power-ups/object-management/create-and-manage-resources/create-a-resource.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)
* [**Use resources in Project Planning**](/backoffice/backoffice/projects/plan-and-track-projects/use-the-project-planning-board/use-resources-in-project-planning.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/create-resource-categories.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.
