> For the complete documentation index, see [llms.txt](https://docs.dataloy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dataloy.com/release-7.0/voyage-management-system/step-by-step-guides/voyages/create-voyage/create-voyage-charterer.md).

# Create Voyage Charterer

### Steps:

1. Open the **Voyages** module from the menu on the left.
2. On the top right corner, click the <img src="/files/-M23aB95JDSUt7kYOdWo" alt="" data-size="line"> icon.
3. Select **Create Voyage Charterer**.
4. In this modal, you can have *two* options:

   &#x20;a. you can **fill in** the required fields and **add** any additional information about the new voyage

   &#x20;b. you can choose a vessel, and afterwards click the **Use CoA Template Cargo** button, which will link to the same modal as described here: [Create Cargo From CoA Template](/release-7.0/voyage-management-system/step-by-step-guides/cargoes/create-cargoes/create-cargoes-from-templates.md). Using a CoA Template will give the voyage and the cargo the same Company and Business Unit as the CoA.
5. After you have filled in or chosen a CoA Template for the cargo information, you can click **Create**.

#### **Required fields:**

* Vessel
* Load Ports
* Discharge Ports

### The modal:

<figure><img src="/files/Z7lZHa4PrJdzNZObtZv4" alt=""><figcaption><p>Create Voyage Charter Modal</p></figcaption></figure>

### Features:

* After choosing a vessel, the previous Port on the Vessel will be set as Ballast Port. This can be overridden by entering another Port, if  no Ballast Port is set then the first Load Port will be used.
* Entering Stowage Factor, Quantity or Volume will automatically recalculate the others.  If Commodity is selected the Stowage Factor will default from the Commodity.&#x20;


---

# 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.dataloy.com/release-7.0/voyage-management-system/step-by-step-guides/voyages/create-voyage/create-voyage-charterer.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.
