> For the complete documentation index, see [llms.txt](https://docs.oceanenterprise.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oceanenterprise.io/user-guides/using-the-oe-marketplace/editing-an-asset/update-the-assets-services/create-a-new-service.md).

# Create a new service

To create a new service, perform the following:

1\. Click on the "**Add a new service**" button. The "Add a new service" form is displayed.&#x20;

2\. Fill in the following fields:

* Service Name
* Service Description
* Service Language
* Price: <mark style="color:$info;background-color:$info;">If you want the asset to be free, set the price to zero. For a paid asset, set the price to a value other than zero.</mark>
* Payment Collector Address: By default, the payment collector address is the publisher's address; however, it can be changed to a different address.
* Provider URL: the Ocean Node that will encrypt the asset.&#x20;
* The asset's file
* Timeout
* Access Rules
* Consumer Parameters

<mark style="color:$info;background-color:$info;">For a description of each of these attributes, please review step 3 of the</mark> [<mark style="color:$info;background-color:$info;">Publishing an asset</mark>](/user-guides/using-the-oe-marketplace/publishing-an-asset.md) <mark style="color:$info;background-color:$info;">page.</mark>&#x20;

3\. After the service's attributes are entered, click "**Submit**". A transaction request notification from Metamask appears on the screen. Press "**Confirm**".

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

4\. A confirmation message is displayed on the screen. Click "**Back to Asset**" to return to the asset details screen.

<figure><img src="/files/7AJxGC8301ihl6fbcFWL" alt=""><figcaption></figcaption></figure>

<mark style="background-color:$info;">Please note that from the time an asset is updated 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
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.oceanenterprise.io/user-guides/using-the-oe-marketplace/editing-an-asset/update-the-assets-services/create-a-new-service.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.
