> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.claruswms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a Carrier

> Learn how to add and configure carriers including carrier types, services, and test mode with this configuration guide.

Carriers handle the shipping of your outbound goods. This guide covers how to add a new carrier, configure its settings, test it, and set up custom services.

<Steps>
  <Step title="Access carrier settings">
    Navigate to the **Settings** tab and select **Carriers**. This opens the area where you can manage all your carrier information.
  </Step>

  <Step title="Add a new carrier">
    Click **New** and enter the essential details:

    * **Code**: A unique identifier for the carrier
    * **Name**: The carrier's name
    * **Description**: A brief description of the carrier
  </Step>

  <Step title="Configure the carrier">
    Scroll down to the **Configuration** section. Choose the appropriate **Carrier Type** from the list of major couriers. You can also set a **Shipment Reference Template** and add any necessary attributes.
  </Step>

  <Step title="Use testing options">
    You can use a **Test** type carrier for trial purposes. Enabling **Test Mode** lets you simulate how the carrier will function without affecting live operations.
  </Step>

  <Step title="Add custom services">
    In the **Services** section at the bottom of the page, create custom services by assigning a unique **code** and **name** to each. These services become available when the carrier is linked to goods in or goods out. You can also set a default service that automatically populates on receipts or orders.
  </Step>
</Steps>

<Warning>
  Ensure you select the correct carrier type to guarantee proper integration and functionality.
</Warning>

<Tip>
  Always test new carrier configurations thoroughly before using them for live shipments.
</Tip>

## Frequently asked questions

<AccordionGroup>
  <Accordion title="What details are required when adding a new carrier?">
    You must enter a unique code, the carrier's name, and a description.
  </Accordion>

  <Accordion title="Can I test a carrier before using it for live shipments?">
    Yes, use the Test type carrier for trial purposes and enable Test Mode to simulate how the carrier functions.
  </Accordion>

  <Accordion title="Where can I add custom services for a carrier?">
    You can add custom services in the Services section at the bottom of the carrier configuration page.
  </Accordion>
</AccordionGroup>
