# How to Create Expense Types

**Overview**

Expense Types allow you to categorize the costs incurred during a project, such as "Labor," "Transportation," "software Licenses," or "Hardware." By defining these categories, you can track project budgets more accurately and generate detailed financial reports to see exactly where money is being spent.

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

**1. Navigate to Expense Type Settings**

Access the expense configuration section from the project settings menu.

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

<figure><img src="/files/3XoZ5aOsxRTNEZXs6G8q" alt=""><figcaption></figcaption></figure>

2. **Define the Expense Category**

In the pop-up window, enter the name of the new cost category.

* Name: Enter a clear, descriptive name for the expense type (e.g., `Labor`).
* Click Save to add the category to your system.

<figure><img src="/files/YCFWwVXUTpre5UaZANoT" 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/project/how-to-create-expense-types.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.
