> ## Documentation Index
> Fetch the complete documentation index at: https://docs.soloent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Subagents

> Let the main Agent automatically dispatch read-only subagents to explore in parallel — saving context, speeding up loading, and controlling cost

SoloEnt supports **collaboration between a main Agent and subagents**. Based on the task, the main Agent automatically dispatches subagents and assigns exploration work; multiple subagents run in **parallel** and then report their results back to the main Agent. This keeps the main Agent's context from being filled with large amounts of raw material during wide-ranging exploration.

## When it fits

<Check>
  **Good for**: knowledge exploration, information gathering, and classification/collaboration — the main Agent assigns different exploration tasks to different subagents to complete in parallel, then aggregates the results.
</Check>

* Gathering weapon references, worldbuilding knowledge, and character design separately
* Reading different chapters separately and then summarizing

<Warning>
  **Not good for**:

  * Assigning **repetitive** tasks to multiple subagents at once — different subagents repeatedly read the same context, which is wasteful
  * **Production/output** tasks — subagents focus on exploring, gathering, and organizing; they **have no write tools** and are not responsible for output
</Warning>

## Where to enable

In **Agent Settings** you can turn subagents on or off. When enabled, the main Agent will automatically trigger subagent collaboration as the task requires.

<img src="https://mintcdn.com/soloent/4RpSHkUFmW5kEqcF/assets/images/subagent_1.png?fit=max&auto=format&n=4RpSHkUFmW5kEqcF&q=85&s=8c706bf1bb75461f7ac4ae987b141491" alt="The subagent toggle in Agent feature settings, described as letting SoloEnt run read-only research subagents in parallel to gather evidence from your writing project" style={{ width: '70%' }} width="792" height="640" data-path="assets/images/subagent_1.png" />

For example, during wide-ranging knowledge exploration, the main Agent can delegate **read-only subagents** to run in parallel and aggregate the results back, greatly saving context.

<img src="https://mintcdn.com/soloent/4RpSHkUFmW5kEqcF/assets/images/subagent_2.png?fit=max&auto=format&n=4RpSHkUFmW5kEqcF&q=85&s=e43924b665dee6ecc6e452e94b5200f2" alt="The main Agent running 3 subagents in parallel to analyze the previous 3 chapters, the characters, and the outline in support of writing the next chapter" style={{ width: '70%' }} width="866" height="1138" data-path="assets/images/subagent_2.png" />

## Configure a separate model for subagents

Subagents mainly explore the information the main task needs, so you can pair them with a **different model from the main Agent**. Benefits of tuning this well:

* Saves the main Agent's context
* Parallel exploration speeds up information loading
* Using a cheaper model lowers overall cost

<img src="https://mintcdn.com/soloent/4RpSHkUFmW5kEqcF/assets/images/subagent_3.png?fit=max&auto=format&n=4RpSHkUFmW5kEqcF&q=85&s=be27c071a1098cc179447368d416fd0f" alt="The SUBAGENT section in Agent Settings > API Configuration, where the subagent model can be set to Same as main or specified separately" style={{ width: '70%' }} data-og-width="808" width="808" data-og-height="1488" height="1488" data-path="assets/images/subagent_3.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/soloent/4RpSHkUFmW5kEqcF/assets/images/subagent_3.png?w=280&fit=max&auto=format&n=4RpSHkUFmW5kEqcF&q=85&s=5164f22bfb72210904dc707552246467 280w, https://mintcdn.com/soloent/4RpSHkUFmW5kEqcF/assets/images/subagent_3.png?w=560&fit=max&auto=format&n=4RpSHkUFmW5kEqcF&q=85&s=6e84ed5dcd759b8c79aab23254d21d26 560w, https://mintcdn.com/soloent/4RpSHkUFmW5kEqcF/assets/images/subagent_3.png?w=840&fit=max&auto=format&n=4RpSHkUFmW5kEqcF&q=85&s=69aad58949f41ab9515d7c64a4e60d67 840w, https://mintcdn.com/soloent/4RpSHkUFmW5kEqcF/assets/images/subagent_3.png?w=1100&fit=max&auto=format&n=4RpSHkUFmW5kEqcF&q=85&s=3ba0ecc0cd10de8f285925df527ff21e 1100w, https://mintcdn.com/soloent/4RpSHkUFmW5kEqcF/assets/images/subagent_3.png?w=1650&fit=max&auto=format&n=4RpSHkUFmW5kEqcF&q=85&s=807d740d6f52d8a4714c65f8aa6a3737 1650w, https://mintcdn.com/soloent/4RpSHkUFmW5kEqcF/assets/images/subagent_3.png?w=2500&fit=max&auto=format&n=4RpSHkUFmW5kEqcF&q=85&s=ead67e2527f124450982c8922449d067 2500w" />

<CardGroup cols={2}>
  <Card title="Context Window" icon="gauge" href="/en/faq">
    Learn how context is consumed and when to open a new window
  </Card>

  <Card title="Skills" icon="wand-magic-sparkles" href="/en/tips/skills">
    Turn reusable exploration/organization flows into Skills to use with subagents
  </Card>
</CardGroup>
