> 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/projects/plan-and-track-projects/use-the-project-planning-board/use-resources-in-project-planning.md).

# Use resources in Project Planning

Plan resources for project activities and review their daily availability.

You can also use resources in **Project Planning**.

This helps you plan equipment alongside project activities.

Use this after you enable and open the Project Planning Board.

### What you do in Project Planning

Use the resource view to:

* review daily availability
* filter by category
* assign resources to project work

### What the colors help you see

Typical planning colors show whether a resource is:

* available
* already planned
* not available

{% stepper %}
{% step %}

### Open Project Planning

Go to the **Project Planning** module.
{% endstep %}

{% step %}

### Open the resource view

Use the **Resources** tab below the planning board.
{% endstep %}

{% step %}

### Choose the date

Select the day you want to review.
{% endstep %}

{% step %}

### Filter or review the list

Filter by category if needed.

Then check which resources are available.
{% endstep %}

{% step %}

### Assign the resource

Drag the resource to the activity you want to plan.
{% endstep %}
{% endstepper %}

### Frequently asked questions

<details>

<summary>Can I filter resources in Project Planning?</summary>

Yes.

You can filter by category.

</details>

<details>

<summary>Can I review a full week at once?</summary>

No.

Availability is reviewed per day.

</details>

<details>

<summary>Do resources need a category to appear?</summary>

Yes.

Only categorized resources appear in the planning view.

</details>

### Related topics

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