> 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.35/voyage-management-system/step-by-step-guides/voyages/voyage-comparison.md).

# Voyage Comparison

A functionality to compare voyages' values to each other to get the best overview.

The comparison button can be found as a primary action in the Voyage drawer:

<figure><img src="https://content.gitbook.com/content/jbO0m6m3JHmpuf0X2GvO/blobs/E0KjH3mfqRw5Y0O6NqWB/image.png" alt=""><figcaption><p>Comparison functionality in the Voyage drawer</p></figcaption></figure>

### Overview

In this view, you are able to have an overview of the voyages to compare, copy the voyages you want to compare and/or open the Voyage drawer of the voyages:

<figure><img src="https://content.gitbook.com/content/jbO0m6m3JHmpuf0X2GvO/blobs/3b9JwisZ4xhzfDjIXKyV/image.png" alt=""><figcaption><p>Voyage Comparison view</p></figcaption></figure>

In this first implementation, you are able to compare the Profit/Loss values, such as *Freight, Total Port Cost, Bunker Cost, Various Cost, Contribution, TCE* and *Result* between the voyages. The voyage you **are** **comparing** **to** is the left-most voyage. When you use the **copy**-function to the right of the table header, you copy that specific voyage. Meaning, the values will initially be the same, until you alter the values yourself. That is why voyage #1 and voyage #3 are identical, only voyage #2 was altered here. If you want to copy voyage #2, a new voyage #4 will have identical values to voyage #2, etc.

By clicking the **reference number** of the voyage (blue numbers) to the left of the table header, you will **open the Voyage drawer** of that specific voyage. There, you can view and/or alter the voyage, as the table rows are uneditable as of now.&#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-6.35/voyage-management-system/step-by-step-guides/voyages/voyage-comparison.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.
