> 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/master.md).

# Knowledge Base

Welcome to the main source of information on the Dataloy product suite.&#x20;

{% hint style="success" %}
🚀 **You're viewing the Release 8.30 preview**

This version of the Knowledge Base reflects functionality planned for the upcoming 8.30 release, which is not yet generally available. This release focuses on platform stability, operational reliability, and commercial control. As you browse, you'll come across pages updated to describe:

* **Time Charter Contract Status** — TC contracts can now be marked Fixed or Not Fixed. New TC In contracts default to Not Fixed and move to Fixed once confirmed; voyages can't be nominated against a Not Fixed TC In contract, and a contract can only revert to Not Fixed while no actual voyages are linked. This gives chartering teams clearer control over when a contract is ready and reduces the risk of operational work against unfixed contracts.
* **Stability & reliability fixes** — a broad set of issues resolved across voyage planning, invoicing, budgeting, service orders, bunker management, voyage snapshots, and API stability, strengthening day-to-day workflows and financial accuracy.

**Integrators:** the Time Charter Contract Status change is API-facing, and this release also includes API-side stability fixes. The remaining changes are UI-only.
{% endhint %}


---

# 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/master.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.
