# Automate tasks

Automation tasks associate configured agents with triggering methods. Use this set of interfaces to manage tasks and query or manually start their running records.

## Choose a task

| Task | Description |
| --- | --- |
| [View automation task list](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/automation-tasks/list-tasks.html.md) | Query the automated tasks that can be read in the current workspace. |
| [View automation task details](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/automation-tasks/get-task.html.md) | Read the current configuration and execution summary of an automated task. |
| [Add automated tasks](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/automation-tasks/create-task.html.md) | Create automated tasks and specify the agents to be called, fixed instructions, and triggering methods. |
| [Change automated tasks](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/automation-tasks/update-task.html.md) | Partially update the configuration of the automation task. |
| [Archive automation tasks](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/automation-tasks/archive-task.html.md) | Archive the automation task without physically deleting it. |
| [Start automated task running](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/automation-tasks/start-task-run.html.md) | Manually start an enabled scheduled automation task and create a run record. |
| [View automation task running details](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/automation-tasks/get-run.html.md) | Read the current status and generated output of an automated task running record. |
| [View automation task running events](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/automation-tasks/list-run-events.html.md) | Query the life cycle events of an automated task running record. |
| [View results of automated task execution](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/automation-tasks/get-run-result.html.md) | Read the result projection of an automated task running record. |
