# Data n8n operations

Manage data. Select **Data** in the the platform 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 datum.                  | [View implementation](/docs)  |
| Delete    | `delete`  | Delete a datum.                      | [View implementation](/docs)  |
| Get       | `get`     | Get a datum.                         | [View implementation](/docs)     |
| Get Many  | `getAll`  | Get many data.                       | [View implementation](/docs)  |
| Publish   | `publish` | Publish the data list as a document. | [View implementation](/docs) |
| Update    | `update`  | Update an existing datum.            | [View implementation](/docs)  |
