# How to create a company profile

**Overview**

Creating a Company entry allows you to group users, tickets, and assets under a specific organization. A key feature is the ability to link email domains to a company. When configured, any new user who signs up or submits a ticket from that email domain (e.g., `@booldesk.com`) will automatically be assigned to the correct company, automating organization and reporting.

#### **Step-by-Step Guide**

**1. Navigate to Company Settings**

Access the company management section from the general settings.

* From the main menu, go to Settings (1).
* Under the `General` section, click on Company.
* Click the Add Company button in the top right corner.

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

**2. Configure Company Details**

In the "Add Company" window, define the organization's details.

* Name: Enter the official name of the company (e.g., `BoolDesk`).
* Email Domains: Enter the email domain associated with this company (e.g., `@booldesk.com`).
  * *Note:* This is a powerful automation feature. BoolDesk will automatically link any user or ticket originating from this domain to this company profile.
* Click Save to create the company record.

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


---

# 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.booldesk.com/how-to-configure-settings/general/how-to-create-a-company-profile.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.
