> For the complete documentation index, see [llms.txt](https://insureblox.gitbook.io/hackathon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://insureblox.gitbook.io/hackathon/ocean-storm/why-ocean-storm-is-so-cool.md).

# Why Ocean Storm is so cool?

Not only because it is made with lots of 💖 by some nice French, Brazilian-Canadian, Mexican and German guys...

![](/files/94Z2kMay3xwWaIf6ed71)

... but also because it gives customers what they need.&#x20;

## So many use cases?! :fire: Amazing...

The technical basis of Ocean Storm can be used to offer a variety of different coverages, like

* delayed shipment of goods
* damage of goods shipped
* delayed availability of ship
* damage to the vessel
* higher operational costs for running the ship
* delayed arrival of passengers
* delayed arrival of crews
* hedging against storm-related damage in ports
* and the fantastic use case of compensating cruise ship passengers for seasickness 😅, these bloody landlubbers...

![No parrot? So probably, this is only a landlubber in a costume, right?](/files/qwell2LfVNrEHvnGhar6)


---

# 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://insureblox.gitbook.io/hackathon/ocean-storm/why-ocean-storm-is-so-cool.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.
