# Editing an asset

Editing an asset allows the asset's owner to:

* change the asset's attributes
* change the state of an asset (enabled/disabled)
* add, delete, or change the asset's services&#x20;
* change the status of a service (enabled/disabled)

<mark style="background-color:$info;">**Note**</mark><mark style="background-color:$info;">: Once created, an asset cannot be deleted; it can only be deactivated, meaning none of its services can be consumed. Similarly, a service created within an asset cannot be deleted; it can only be deactivated, which means it cannot be consumed. However, other enabled services within the same asset can be consumed.</mark>&#x20;

## Precondition

The user has logged in to the marketplace.

## Steps

1\. Select the asset. If the user is the asset owner, the "Edit Asset" option appears under the services list.

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

2\. Click "**Edit Asset**". The Edit screen is displayed with two options to select from:

* [*Edit Asset*](/user-guides/using-the-oe-marketplace/editing-an-asset/update-the-assets-attributes-and-state.md) (preselected), to update the asset's attributes and state
* [*Edit Services*](/user-guides/using-the-oe-marketplace/editing-an-asset/update-the-assets-services.md) to update the attributes or the state of an existing service, or to add a new service to the asset

<figure><img src="/files/2piHo1DFnnl4XeRb84aQ" alt=""><figcaption></figcaption></figure>


---

# 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/editing-an-asset.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.
