> For the complete documentation index, see [llms.txt](https://developer.emporix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.emporix.io/order-intake-cockpit/cockpit-views/companies.md).

# Companies

**Companies** is where you maintain company records used in the order intake context: legal entities, locations, and how addresses are used - billing and shipping.

Each card represents a company and shows key details such as the company name, location type (for example, warehouse, headquarters, or office), address, and optional role tags.

Each card includes **Edit** and **Delete** actions for managing the record. Select **+ Add new company** to create a new entry. You can also use the sorting option to control the order of the list.

Ensuring the accuracy of this information is essential for resolving customer issues and ensuring the correct address is used when orders are captured from documents. Companies added or updated in the Order Intake Cockpit are also available in the Management Dashboard, and changes in the dashboard are reflected in the cockpit.

<figure><img src="/files/fPt5IxZtPe0m5P6FJhCS" alt="Companies view with cards and add button"><figcaption><p>Companies list</p></figcaption></figure>

## Adding a company

{% stepper %}
{% step %}

#### Start creating a company

In **Companies**, select **+ Add new company** to open the creation flow.
{% endstep %}

{% step %}

#### Enter company and location details

Provide the required information, such as company name, address, and location type. Assign billing and shipping details where applicable so order intake and processing use the correct addresses.
{% endstep %}

{% step %}

#### Save the company

Save the record. The company is added to this cockpit list and is also available in the **Management Dashboard** company directory.
{% endstep %}
{% endstepper %}

<figure><img src="/files/YUDAr6dbhMA0qUZkA2j4" alt="Adding a new company in Order Intake Cockpit"><figcaption><p>Adding a new company</p></figcaption></figure>


---

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

```
GET https://developer.emporix.io/order-intake-cockpit/cockpit-views/companies.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.
