# Statement of Applicability n8n operations

Manage statements of applicability. Select **Statement of Applicability** 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 statement of applicability.                    | [View implementation](/docs)  |
| Delete    | `delete`  | Delete a statement of applicability.                        | [View implementation](/docs)  |
| Get       | `get`     | Get a statement of applicability.                           | [View implementation](/docs)     |
| Get Many  | `getAll`  | Get many statements of applicability.                       | [View implementation](/docs)  |
| Publish   | `publish` | Publish a statement of applicability as a document version. | [View implementation](/docs) |
| Update    | `update`  | Update an existing statement of applicability.              | [View implementation](/docs)  |
