# Ocean CLI

Welcome to the Ocean CLI, your powerful command-line tool for seamless interaction with Ocean Protocol's data-sharing capabilities. 🚀

The Ocean CLI offers a wide range of functionalities, enabling you to:

* [**Publish**](/developers/ocean-cli/publish.md) 📤 data services: downloadable files or compute-to-data.
* [**Edit**](/developers/ocean-cli/edit.md) ✏️ existing assets.
* [**Consume**](/developers/ocean-cli/consume.md) 📥 data services, ordering datatokens and downloading data.
* [**Compute to Data**](/developers/ocean-cli/run-c2d.md) 💻 on public available datasets using a published algorithm. Free version of compute-to-data feature is available

## Key Information

The Ocean CLI is powered by the [ocean.js](https://github.com/oceanprotocol/docs/blob/main/developers/ocean.js) JavaScript library, an integral part of the [Ocean Protocol](https://oceanprotocol.com) toolset. 🌐

Let's dive into the CLI's capabilities and unlock the full potential of Ocean Protocol together! If you're ready to explore each functionality in detail, simply go through the next pages.


---

# Agent Instructions: 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.oceanprotocol.com/developers/ocean-cli.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.
