# Framework n8n operations

Manage frameworks. Select **Framework** 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 framework.       | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/framework/create.operation.ts) |
| Delete    | `delete` | Delete a framework.           | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/framework/delete.operation.ts) |
| Get       | `get`    | Get a framework.              | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/framework/get.operation.ts)    |
| Get Many  | `getAll` | Get many frameworks.          | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/framework/getAll.operation.ts) |
| Update    | `update` | Update an existing framework. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/framework/update.operation.ts) |
