# Control n8n operations

Manage controls. Select **Control** 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 control.                | [View implementation](/docs)           |
| Delete            | `delete`           | Delete a control.                    | [View implementation](/docs)           |
| Get               | `get`              | Get a control.                       | [View implementation](/docs)              |
| Get Many          | `getAll`           | Get many controls.                   | [View implementation](/docs)           |
| Link Audit        | `linkAudit`        | Link an audit to a control.          | [View implementation](/docs)        |
| Link Document     | `linkDocument`     | Link a document to a control.        | [View implementation](/docs)     |
| Link Measure      | `linkMeasure`      | Link a measure to a control.         | [View implementation](/docs)      |
| Link Obligation   | `linkObligation`   | Link an obligation to a control.     | [View implementation](/docs)   |
| Unlink Audit      | `unlinkAudit`      | Unlink an audit from a control.      | [View implementation](/docs)      |
| Unlink Document   | `unlinkDocument`   | Unlink a document from a control.    | [View implementation](/docs)   |
| Unlink Measure    | `unlinkMeasure`    | Unlink a measure from a control.     | [View implementation](/docs)    |
| Unlink Obligation | `unlinkObligation` | Unlink an obligation from a control. | [View implementation](/docs) |
| Update            | `update`           | Update an existing control.          | [View implementation](/docs)           |
