# Statement of Applicability n8n operations

Manage statements of applicability. Select **Statement of Applicability** 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 statement of applicability.                    | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/create.operation.ts)  |
| Delete    | `delete`  | Delete a statement of applicability.                        | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/delete.operation.ts)  |
| Get       | `get`     | Get a statement of applicability.                           | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/get.operation.ts)     |
| Get Many  | `getAll`  | Get many statements of applicability.                       | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/getAll.operation.ts)  |
| Publish   | `publish` | Publish a statement of applicability as a document version. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/publish.operation.ts) |
| Update    | `update`  | Update an existing statement of applicability.              | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/statementOfApplicability/update.operation.ts)  |
