# Treatment Plan n8n operations

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