> For the complete documentation index, see [llms.txt](https://hub.equipme.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.equipme.io/classes/portal-quick-setup/company-profile/cost-center.md).

# Cost center

Cost centers help you allocate expenses to the correct department, team, project, or business unit. By maintaining them centrally in equipme, you create a consistent structure for internal cost allocation and make it easier to understand which part of the organisation is responsible for specific expenses.

Each cost center can include a responsible manager and be connected to a billing address. This ensures that organisational responsibilities and billing information are available in one place.

### Where to find it

Go to **Settings → Company profile** and open the **Cost center** tab.

The overview shows all cost centers currently maintained for your company. For each entry, you can see the cost center code or name, its description, the assigned manager, and the connected billing address.

Use the search field to find a specific cost center. You can also select one or more entries to edit, delete, or assign a billing address.

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

The action menu on the right side of each row provides additional options for managing an individual cost center.

### Creating a cost center

Click **New** to add a cost center.

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

Enter the official cost center code or name used by your organisation. This field is required and should match the structure used by your accounting or finance team.

You can then add the manager responsible for the cost center. This makes it easier to identify who owns the corresponding budget or organisational area.

Select the billing address that should be associated with the cost center. When your company maintains several billing profiles, this connection ensures that the correct address is used for the relevant organisational unit.

Use the description field to explain what should be assigned to the cost center. For example, you can specify a department, project, location, or type of expense. A clear description helps other administrators select the correct cost center later.

Click **Save** to create the cost center.

### Assigning a billing address

A billing address can be assigned when the cost center is created or added later from the overview.

To update several cost centers at once, select the relevant entries and click **Assign billing address**. This is useful when multiple cost centers belong to the same company entity, branch, or accounting address.

The assigned address is shown directly in the **Billing address** column.

### Editing a cost center

To update an existing cost center, select it and click **Edit**. You can also open the action menu in the corresponding row.

You can change the manager, billing address, or description when responsibilities or organisational structures change. Keeping this information up to date helps ensure that costs continue to be assigned correctly.

### Deleting a cost center

Select the relevant entry and click **Delete**, or use the action menu in its row.

Before deleting a cost center, check whether it is still being used within your organisation. Removing an active cost center may affect existing assignments or internal processes.

### Importing cost centers

When you need to create a larger number of cost centers, use **Import** instead of adding them individually.

This is particularly useful during the initial setup or when transferring an existing cost center structure from your accounting or HR system into equipme.


---

# 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://hub.equipme.io/classes/portal-quick-setup/company-profile/cost-center.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.
