> 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/equipme/my-company/employees/importing-cost-centers.md).

# Importing Cost Centers

Nachgedacht für 49s

Ich habe den Artikel neutral als Hub-Dokumentation geschrieben, nicht als Release-Text. Inhaltlich habe ich mich auf die Punkte aus dem Transkript beschränkt: Import für größere Kostenstellenlisten, HR Sync als anderer Weg, Import ohne Mitarbeiter möglich, Manager optional und validiert, Billing Address optional und über exakten Billing Address Profile Name verknüpft.

## Importing Cost Centers

Cost centers can be imported directly in the company profile. This is useful when a company already has a list of cost centers and wants to add them to Equipme in bulk instead of creating each cost center manually.

The import helps teams prepare their cost center structure before employees are assigned, or when cost center data is not fully maintained through HR sync.

### When to use the cost center import

Use the cost center import when you want to add multiple cost centers at once.

This is especially useful in setups where:

the company has a larger cost center structure, cost centers should be prepared before employees are assigned, HR sync is not used for cost center data, or cost centers are not fully maintained in the connected HR system.

When employees are synchronized through HR sync and already have a cost center assigned, Equipme can create that cost center automatically. The import is meant for cases where cost centers should be created independently from employee synchronization.

### Where to find the import

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

The cost center import is available in the company profile.

Go to the **Cost center** tab and select **Import**.

### What can be imported

The import supports the main information needed to create cost centers in Equipme:

**Cost center name or code**\
The main identifier of the cost center.

**Description**\
Additional information that helps users understand what the cost center is used for.

**Managers**\
One or more managers can be added during the import.

**Billing address**\
A billing address can be linked to the cost center by using an existing billing address profile.

Managers and billing addresses are optional. You can also import cost centers without them and complete these details later.

### Adding managers

Managers can be added during the import as comma-separated values.

Equipme checks whether the listed managers exist in the company. If a manager cannot be found, the import shows an error and the cost center cannot be imported with that invalid manager reference.

This helps prevent incorrect manager assignments during the import.

### Linking billing addresses

Billing addresses are linked through the **Billing Address Profile Name**.

Instead of entering a full billing address as free text, use the profile name of an existing billing address in Equipme. The profile name is used to identify the correct billing address and connect it to the cost center.

The profile name must match exactly. If the name is written differently, contains a typo or is missing a space, Equipme cannot find the billing address profile and the import will show an error.

This approach avoids unreliable address matching, where small formatting differences in the full address could lead to incorrect or failed matches.

### Optional fields

Managers and billing addresses can be left empty.

This allows teams to import the cost center structure first and add additional details later. For example, a company can import all cost centers before employees are assigned or before billing address information is fully prepared.

### Important to know

Managers must already exist in the company if they are included in the import.

Billing addresses must already exist as billing address profiles if they should be linked during the import.

The Billing Address Profile Name must match exactly.

Cost centers can be imported without managers or billing addresses.


---

# 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/equipme/my-company/employees/importing-cost-centers.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.
