# AI System n8n operations

Manage AI systems. Select **AI System** 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 AI system.                   | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/aiSystem/create.operation.ts)  |
| Delete    | `delete`  | Delete an AI system.                      | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/aiSystem/delete.operation.ts)  |
| Get       | `get`     | Get an AI system.                         | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/aiSystem/get.operation.ts)     |
| Get Many  | `getAll`  | Get many AI systems.                      | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/aiSystem/getAll.operation.ts)  |
| Publish   | `publish` | Publish the AI system list as a document. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/aiSystem/publish.operation.ts) |
| Update    | `update`  | Update an existing AI system.             | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/aiSystem/update.operation.ts)  |
