> 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-6.32/voyage-management-system/step-by-step-guides/cargoes/maintain-cargoes/cargo-drawer/freight-rate-tiers.md).

# Freight Rate Tiers

In the Freight Rate Tiers tab, you can create, edit and delete different freight rate tiers for the cargo. The dropdown allows you to choose between a tiered structure, and volume. Below is a list that shows the different tiers. If a cargo has one or more tiers in this section, the "Freight Rate" field in the "Main Cargo Details" section in the "Main Details" tab will be uneditable.

<figure><img src="https://367031440-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2XdaKNxt1Xy8K4NApCZk%2Fuploads%2FuYvCUDVWMacxVFwdAxN5%2FSkjermbilde%202023-04-21%20kl.%2015.51.49.png?alt=media&amp;token=4533701b-04bc-4a53-8502-8ce624cd76c4" alt=""><figcaption></figcaption></figure>

To add another tier, click the <img src="https://367031440-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Liw6C9Fe7rohFtkU25j%2F-M23XjciEP9F3xdDeDrE%2F-M23aB95JDSUt7kYOdWo%2Fcreate-24px.svg?alt=media&amp;token=d69f2239-6a6c-48a4-ba17-ae0bb299c3d0" alt="" data-size="line"> icon in the top right of the list. This will bring up the modal to create a new tier. Enter the quantity from which this tier will be valid.

<figure><img src="https://367031440-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2XdaKNxt1Xy8K4NApCZk%2Fuploads%2FWkonkVlLjPZpiExWNGWM%2FSkjermbilde%202023-04-21%20kl.%2015.53.42.png?alt=media&amp;token=6111304e-5e08-4232-8a8b-05660a1d3e10" alt=""><figcaption></figcaption></figure>

To delete one or more tiers, click on the checkbox mark on the left side of the list. Doing so will bring up the button to delete the tiers. Clicking on the button will bring up a confirmation modal.

<figure><img src="https://367031440-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2XdaKNxt1Xy8K4NApCZk%2Fuploads%2FBxmZM1vkOqNTxsDk8tfx%2FSkjermbilde%202023-04-21%20kl.%2015.57.14.png?alt=media&amp;token=f1190ddb-df09-4550-a26e-77d4a60fc1a7" alt=""><figcaption></figcaption></figure>


---

# 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-6.32/voyage-management-system/step-by-step-guides/cargoes/maintain-cargoes/cargo-drawer/freight-rate-tiers.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.
