# Add Division Flow

The Add Division flow helps company owners or admins create and configure new divisions with customized visibility, roles, and settings. Each division acts as a sub-company under the main account.

***

### Steps in the Add Division Flow

1. **Division Name**
   * Required field for identification
   * Displayed in filters, reports, and load boards
2. **Office Location**
   * Select existing office or create a new one
   * Defines default timezone and regional settings
3. **Assign Division Admin(s)**
   * At least one admin must be selected
   * Assigned admins gain access to division-level users and settings
4. **Data Visibility Mode**
   * Choose between **Shared** or **Isolated** mode
   * Impacts how loads, trucks, and payroll data are accessed (see [Shared vs Isolated Data](/carrier/company/settings/division-company/shared-vs-isolated-data.md))
5. **Payroll Setup (Optional)**
   * Define department pay types and salary logic
   * Can be inherited from the parent company or customized

***

### Required Fields

<table><thead><tr><th width="200">Field</th><th width="90" align="center">Required</th><th>Notes</th></tr></thead><tbody><tr><td>Division Name</td><td align="center">✅</td><td>Must be unique within the company</td></tr><tr><td>Office</td><td align="center">✅</td><td>Used for filtering and payroll scope</td></tr><tr><td>Admin Assignment</td><td align="center">✅</td><td>One or more admins must be selected</td></tr><tr><td>Data Mode</td><td align="center">✅</td><td>Shared or Isolated</td></tr></tbody></table>

***

### UI Behavior

* A step-by-step modal guides users through each section
* Validation prevents submission until all required fields are completed
* Once created, the division appears in dropdowns and filters across the app

***

\[Insert image of Add Division modal stepper UI] (../assets/add-division-flow\.png)\
\&#xNAN;*Figure: Example of Add Division stepper flow with validation and admin assignment.*

***

### Notes

* Division settings can be edited later under the **Division Company > Settings**
* Additional users can be invited via the **Company User** module and linked to the division


---

# 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/settings/division-company/add-division-flow.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.
