> 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.45/voyage-management-system/step-by-step-guides/offhire/create-offhire.md).

# Create Offhire

1. Open the **Offhire** module in the Operations section.
2. Click **Create Offhire**<img src="/files/-M23aB95JDSUt7kYOdWo" alt="" data-size="line">in the top right corner.
3. Fill in all required fields listed below in the Create Offhire window.
4. Click **Create**.

### **Required fields**

| **Field**            | Description                                              |
| -------------------- | -------------------------------------------------------- |
| *Vessel*             | Used to filter *Voyage* but not stored in offhire object |
| *Voyage*             | Voyage where offhire happens                             |
| *Offhire Start Date* | Date the offhire period starts                           |
| *Offhire End Date*   | Date the offhire period ends                             |
| *Port*               | Charterer of the cargoes of the selected voyage          |
| *Reason For Offhire* | Type of offhire event                                    |

{% hint style="info" %}
Timezone Offset

The `timezoneOffset` field is calculated from the selected Port's timezone. The field is disabled unless the port selected is **At Sea**.&#x20;
{% endhint %}

![Create Offhire Dialog](/files/-MXr4I-NtZtbEdt-vkBt)


---

# 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:

```
GET https://docs.dataloy.com/release-6.45/voyage-management-system/step-by-step-guides/offhire/create-offhire.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
