# How to Create Asset Statuses

**Overview**

Asset Statuses are labels that reflect the current stage of an item's lifecycle, such as "In Use," "In Repair," "In Store," or "Disposed." Defining clear statuses is crucial for accurate inventory management, allowing you to quickly see which assets are available for deployment and which are currently unavailable or retired.

#### **Step-by-Step Guide**

**1. Navigate to Asset Status Settings**

Access the asset status configuration section from the settings menu.

* From the main menu, go to Settings (1).
* Under the `Asset` section (2), click on Status (3).
* Click the Add Asset Status button (4) in the top right corner.

<figure><img src="/files/XTY0mX1p7pnuk01phvQh" alt=""><figcaption></figcaption></figure>

**2. Define the New Status**

In the pop-up window, fill in the details for the new status label.

* Name: Enter a clear name for the status (e.g., `Available`).
* Description: Add a brief description to explain what this status means (e.g., "Asset is in stock and ready to be assigned").
* Click Save to add the new status to your system.

<figure><img src="/files/5D8syptB2I0Mbm5bJIIt" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.booldesk.com/how-to-configure-settings/asset/how-to-create-asset-statuses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
