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

# Multi-Agent Pack: agent profiles for Fox

> The Multi-Agent Pack adds multiple Fox agent profiles for different roles and workflows, layered on top of Core or Pro editions.

The Multi-Agent Pack is a paid add-on that ships multiple Fox agent profiles. Each profile represents a different role, such as merchandising or operations, so Fox can run jobs under the right context and permissions instead of using a single general-purpose agent.

<Tip>
  **Ask Fox to switch profiles.** With the Multi-Agent Pack installed, Fox can list profiles and switch on the fly.

  Try prompts like:

  * "Which agent profiles are installed?"
  * "Switch to the merchandising profile."
  * "What system prompt is my current profile using?"
</Tip>

## What the pack includes

* **Multiple named agent profiles**: define distinct agents for different workflows.
* **Profile switcher in the WebUI**: the built-in `vulpy-commerce-profile-switcher` feature drives the selector.
* **Per-profile configuration**: each profile can use its own AI provider settings and system prompt.

## Where it fits in the edition matrix

The Multi-Agent Pack layers on top of Core or Pro. Pro includes it by default, so Pro customers do not need to purchase it separately. See the editions reference for the full feature matrix.

## How profile switching works

Open the profile switcher inside the Fox WebUI and pick the agent you want to use. The environment context updates to reflect the new profile in the next conversation. Fox then operates under that profile's settings and prompt until you switch again.

## Guardrails still apply

Profiles do not bypass Fox's existing restrictions. Every profile runs without a Docker socket, environment commands refuse inside the container, and staging or live directories remain hidden from the mount. The pack only changes which agent context Fox uses, not the sandbox it runs in.

<Note>
  Agent profiles are dev-only, just like Fox itself. They are not deployed to staging or live environments.
</Note>

<CardGroup cols={2}>
  <Card title="Editions" icon="layers" href="/reference/editions">
    Compare Core, Starter Pack, Multi-Agent Pack, and Pro to see which edition fits your store.
  </Card>

  <Card title="Fox WebUI" icon="layout" href="/fox/webui">
    Explore the WebUI where the profile switcher lives and where you manage agent context.
  </Card>
</CardGroup>
