> For the complete documentation index, see [llms.txt](https://docs.akinon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akinon.com/tutorials/omnitron/settings/how-to-add-and-configure-a-shipping-company-in-omnitron.md).

# How to Add and Configure a Shipping Company in Omnitron?

The Shipping Company page is designed to assist users create and manage shipping firms in Omnitron.

## <mark style="color:red;">Access Shipping Company Menu​</mark> <a href="#access-shipping-company-menu" id="access-shipping-company-menu"></a>

1. On Omnitron, navigate to the **Settings > Shipping Companies**.<br>

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

## <mark style="color:red;">Add a New Shipping Company​</mark> <a href="#add-a-new-shipping-company" id="add-a-new-shipping-company"></a>

1. Click the **+New Shipping Company** button in the top right corner of the screen.<br>

   <figure><img src="/files/YabS0bB9cJYmqZSLyQGT" alt=""><figcaption></figcaption></figure>
2. Start by entering a descriptive **Name** for the shipping company.
3. Provide the linked shipping company's **ERP code**.
4. Select the **Shipping Company**.
5. To finalize the process, click on the **Save** button.<br>

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

After successfully adding a new shipping company, the next step is to designate it as a shipping option. To achieve this, navigate to **Sales Channels > Sales Channel Settings > Shipping Options** and configure the shipping company as a valid option on specific channels.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.akinon.com/tutorials/omnitron/settings/how-to-add-and-configure-a-shipping-company-in-omnitron.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
