# Submit

25\. The Submit screen is displayed.&#x20;

* Press the **Submit** button to publish the asset.&#x20;

<figure><img src="/files/hmvbRrV9U4bI8CPEBUmE" alt=""><figcaption></figcaption></figure>

* During the publishing process, the Metamask wallet will display notification messages that require your approval to perform the transaction on the blockchain. Approve all transactions&#x20;

<figure><img src="/files/ey064GAexUhEetxwXEJ0" alt=""><figcaption></figcaption></figure>

* After the asset is published, a confirmation message is displayed on screen.

<figure><img src="/files/W12MsEw7punjAuB05wjW" alt=""><figcaption></figcaption></figure>

* Press the **View Asset** button to show the asset.&#x20;

<figure><img src="/files/mAHWJlbwNFqZGuxa4Sky" alt=""><figcaption></figcaption></figure>

<mark style="background-color:$info;">Please note that from the time an asset is created on the blockchain until it is indexed by the Ocean Node’s indexer, a delay may occur. This delay typically ranges from a few seconds to several minutes, depending on factors such as RPC endpoint performance, the current indexed block, and the machine’s processing capacity running the Ocean Node.</mark>


---

# 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.oceanenterprise.io/user-guides/using-the-oe-marketplace/publishing-an-asset/submit.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.
