# Resource Alias n8n operations

Manage resource aliases. Select **Resource Alias** 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                                                                                                                                     |
| --------- | -------- | ---------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| Remove    | `remove` | Remove a resource alias from a resource.             | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/resourceAlias/remove.operation.ts) |
| Set       | `set`    | Set a resource alias for a document, file, or audit. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/resourceAlias/set.operation.ts)    |
