---
title: "Submitting Tasks"
description: "With round robin strategy and 3 agents:"
resource: https://www.aiagents.nexus/docs/manual/pools/submitting-tasks
generated: { by: "process:nexus-agent-assets", at: 2026-09-07T09:13:03Z }
status: stable
---

# Submitting Tasks to Pools

## Single Task

```bash
naos pool submit workers "Analyze document A"
```

## Batch Tasks

```bash
naos pool submit workers --batch tasks.txt
```

## Task Distribution

With round-robin strategy and 3 agents:

```
Submit: [T1, T2, T3, T4, T5, T6]

Agent 1: T1, T4
Agent 2: T2, T5
Agent 3: T3, T6
```
