# Asset n8n operations

Manage assets. Select **Asset** in the Probo node's **Resource** field.

Return to the [complete n8n resource reference](/docs/developers/api/n8n/resources) to browse another resource.

| Operation | Value     | Description                           | Source                                                                                                                              |
| --------- | --------- | ------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| Create    | `create`  | Create a new asset.                   | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/asset/create.operation.ts)  |
| Delete    | `delete`  | Delete an asset.                      | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/asset/delete.operation.ts)  |
| Get       | `get`     | Get an asset.                         | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/asset/get.operation.ts)     |
| Get Many  | `getAll`  | Get many assets.                      | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/asset/getAll.operation.ts)  |
| Publish   | `publish` | Publish the asset list as a document. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/asset/publish.operation.ts) |
| Update    | `update`  | Update an existing asset.             | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/asset/update.operation.ts)  |
