# Location

The Company Location section displays all locations associated with your company in categorized columns: Parking, Office, Repair Shop, and Terminal.

Each category shows a list of added locations, contact information, and operational details like rent amount, services, and staff. This view allows quick scanning of all business locations and their current statuses.

### Main Office

The Main Office is auto-created once the company setup is complete. It serves as the central contact and business identity for your company.

#### How it's set:

* Created during initial **Company Setup**
* Always checked as **Company-Owned** by default
* All info (address, contacts, departments) is pulled from **Setup/Update Company** modal
* Cannot be deleted

#### Displayed Information:

* Office name and contact
* Phone, email, and address
* Department contacts (Accounting, Dispatch, Safety)
* Monthly rent (if applicable)
* Editable fields shown for other office locations (not main)

### Default View Behavior

The main view displays each category as a column with scrollable cards. Users can:

* Click on the plus icon to add a new location
* Use the overflow menu (3 dots) to edit or remove a location (excluding Main Office)
* See rent deadlines visually marked with countdowns
* Track services offered by location (trailer, truck, towing, etc.)

<figure><img src="/files/s34MzdnkudglOw07uj36" alt=""><figcaption><p><em>Figure: Overview of company locations including Parking, Office, Repair Shop, and Terminal with Main Office auto-generated from company setup.</em></p></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://rute.gitbook.io/carrier/company/location.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.
