> For the complete documentation index, see [llms.txt](https://docs.oceanprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oceanprotocol.com/developers/uploader/uploader-ui-marketplace.md).

# Uploader UI to Market

Step 1: Copy the hash or CID from your upload.

![](/files/GiZXwhPNPg982Oa3KGD4)

Step 2: Open the Ocean Marketplace. Go to publish and fill in all the information for your dataset.

![](/files/dQRMKT534YEl45UMk1Ke)

Step 3: When selecting the file to publish, open the hosting provider (e.g. "Arweave" tab)

![](/files/Olfi8AVY20F1uN6f9JLp)

Step 4: Paste the hash you copied earlier.

![](/files/587bY8kFBIO73dpitRCb)

Step 5: Click on "VALIDATE" to ensure that your file gets validated correctly.

![](/files/EeM3BUKo7uGCtoMOFMa8)

This feature not only simplifies the process of storing and managing files but also seamlessly integrates with the Ocean Marketplace. Once your file is uploaded via Uploader UI, you can conveniently use the generated hash or CID to interact with your assets on the Ocean Marketplace, streamlining the process of sharing, validating, and trading your digital content.


---

# 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.oceanprotocol.com/developers/uploader/uploader-ui-marketplace.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.
