# Agents

Invoke agents and track tasks.

## Common tasks

| Task | Page |
| --- | --- |
| Send messages to an agent and inspect, cancel, or resume tasks | [Invoke agents and track tasks](调用智能体并跟踪任务.md) |

## Typical workflow

1. Locate the target agent in a workspace (using agent code or agent ID).
2. After sending a text message, save the task ID and turn ID returned by the server.
3. Use the task ID to query status, cancel the task, or provide supplemental input; use the turn ID to resume subscription.

## Related APIs

For HTTP endpoints covering agent management, invocations, sessions, automation, and runtime configurations, see [Agents](../../../api/ai-studio/agents/index.md).

```{toctree}
:hidden:
:maxdepth: 1

Invoke agents and track tasks <调用智能体并跟踪任务>
```
