> 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.md).

# Company Profile

{% @arcade/embed flowId="TuJZmiEJ1uxPuxnpco1W" url="<https://app.arcade.software/share/TuJZmiEJ1uxPuxnpco1W>" %}

## Overview

The **Overview** tab contains the basic information that identifies your company in equipme, together with its primary address.

Keeping this information accurate ensures that your company details remain consistent throughout the platform.

### Where to find it

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

<figure><img src="/files/0iQqGpYQAGl1L9WIaMSq" alt=""><figcaption></figcaption></figure>

The company name and customer number are displayed at the top of the page. The customer number is the unique identifier assigned to your equipme account. These details are usually configured when the account is created and cannot be changed from this section.

### Updating the company address

The address shown in the Overview tab is the primary address associated with your company. It serves as the central reference address within equipme.

To update it, click **Edit**. The address fields will then become available for editing.

Enter or update the country, street, house number, postal code, and city. Fields marked with an asterisk are required. You can also use the **Additional information** field for details that do not belong in the standard address fields, such as a building name, floor, reception desk, or other location instructions.

Click **Save** to apply your changes. Select **Cancel** to leave edit mode without saving them.

### Primary address and billing address

The address maintained in the Overview tab is your company’s primary address. It is separate from the billing address used for invoices.

When invoices need to be sent to another location, you can manage that information in the **Billing address** tab.

<br>


---

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