# Business Function n8n operations

Manage business functions. Select **Business Function** 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 business function.                   | [View implementation](/docs)  |
| Delete    | `delete`  | Delete a business function.                       | [View implementation](/docs)  |
| Get       | `get`     | Get a business function.                          | [View implementation](/docs)     |
| Get Many  | `getAll`  | Get many business functions.                      | [View implementation](/docs)  |
| Publish   | `publish` | Publish the business function list as a document. | [View implementation](/docs) |
| Update    | `update`  | Update an existing business function.             | [View implementation](/docs)  |
