# Creating Carriers

Creating a carrier involves defining several key fields, such as carrier name, code, ship method, accrual account, income account, and expense account. These fields ensure that each carrier is set up with the precise attributes necessary for tracking shipments, calculating costs, and managing logistics.

{% hint style="info" %}
To create a carrier, go to *Menu > Admin > Warehouse > Carrier*
{% endhint %}

#### **Carrier Details Fields**

<table><thead><tr><th width="190">Field </th><th>Description</th></tr></thead><tbody><tr><td>Carrier Name</td><td>Enter a name or title of the carrier entity, providing a clear identifier for reference</td></tr><tr><td>Carrier Code</td><td>This field allows you to assign a unique identifier to the carrier.</td></tr><tr><td>Description</td><td>This field allows for a brief description of the carrier, including any essential information that might be useful for users.</td></tr><tr><td>Carrier Logo Url</td><td>This field allows you to enter a URL of the carrier's logo, useful for visually identifying the carrier within the system.</td></tr><tr><td>Ship Method</td><td>Select the method of shipping to associate with the carrier. The available options are: Delivery (Own Truck) and Delivery (Third Party).</td></tr><tr><td>Accrual Account</td><td>This field allows you to select an account for recording the expenses related to the carrier that are accrued but not yet paid.</td></tr><tr><td>Income Account</td><td>Select the income account for the carrier. This account is used for recording income generated from shipping services provided by the carrier, facilitating revenue recognition and analysis.</td></tr><tr><td>Expense Account</td><td>Select the expense account for the carrier. This account is used for recording expenses incurred in engaging the services of the carrier, including shipping fees, handling charges, and related costs.</td></tr><tr><td>Third Party Vendor</td><td>This field is used if the ship method selected for the carrier is third party delivery. This filed allows you to select the third-party vendor associated with the carrier.</td></tr><tr><td>Carrier Type</td><td>Specifies the type of carrier, such as freight, courier, postal service, etc.</td></tr><tr><td>Shipping Account#</td><td>This field allows users to set a default Shipping Account Number at the carrier level, which will be used when a customer-specific Shipping Account Number is not available. </td></tr></tbody></table>

By meticulously defining these fields for each carrier, you can streamline their shipping operations, making it easier to manage orders, track shipping costs, and ensure timely delivery of goods.&#x20;

After filling in the essential information, click "Save" to create the carrier.


---

# 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.xorosoft.com/xoroerp-1/admin/warehouse/carrier/creating-carriers.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.
