# Cost Types

Cost Types in CrewCost define the categories used to classify job costs, such as labor, materials, equipment, subcontracts, and other direct expenses. Each Cost Type is linked to a specific account in the chart of accounts, allowing job costs to be recorded and tracked accurately across projects.

### Access Cost Types Settings

Navigate to the Cost Types settings to view and manage existing entries.

1. Click **Settings** in the left navigation menu.
2. Click **Other** under the Settings submenu.
3. Click **Cost Types** under the **Job Costing** section.

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

### Create a Cost Type

Follow the steps below to add a new Cost Type to the system.

1. Click **+ New Cost Type** in the top right corner of the **Cost Types** page.
2. Enter a name in the **Cost Type** field.
3. Click the **Account** field and select the appropriate expense account from the dropdown list.
4. Click **Save** to apply your preferences.

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

### Edit a Cost Type

Follow the steps below to modify an existing Cost Type.

1. Locate the **Cost Type** you want to edit in the active list.
2. Click the **pencil icon** in the **Actions** column for that entry.
3. Update the **Cost Type** name or the linked **Account** as needed.
4. Click **Save**.

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

### Deactivate and View Inactive Cost Types

Follow the steps below to mark a Cost Type as inactive and review those that have been deactivated.

1. Locate the Cost Type you want to deactivate in the active list.
2. Click the **three-dot icon** in the **Actions** column for that entry.
3. Click **Mark as inactive**.
4. Click the **Inactive** tab at the top of the list to review inactive Cost Types and mark them as active again if necessary.

{% hint style="info" %}
&#x20;Inactive Cost Types are removed from the active list and are no longer available for selection in job costing workflows.&#x20;
{% endhint %}

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

Keeping Cost Types accurate and up-to-date ensures that costs recorded across projects are correctly categorized and mapped to the appropriate accounts in your chart of accounts.

### See Also

Keep exploring our platform by taking the next step:&#x20;

* [Add a Tax Rate](/documentation/accounting-transactions/add-a-tax-rate.md): CrewCost allows you to configure sales tax rates under the Accounting module. Once created, these rates are available for use across your accounting workflows.
* [Manage and Match Bank Transactions](/documentation/accounting-configuration/manage-and-match-bank-transactions.md): Review, add, match, transfer, or exclude banking transactions as needed.


---

# 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.crewcost.com/documentation/accounting-configuration/cost-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.
