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

# Business Packs Overview

> Business Packs are pre-built operational playbooks that install a complete business function into BossMode. One pack, one domain, fully operational.

<Warning>🚧 Expanding soon — full Business Packs documentation is in progress.</Warning>

## What are Business Packs?

Business Packs are pre-configured directive sets, standing orders, buyer profiles, and capo playbooks bundled for a specific business model. Install a pack and your consigliere knows how to run that business function from day one.

Each pack includes:

* **Standing orders** pre-written for the business model
* **Capo playbooks** with role-specific execution patterns
* **Buyer profiles** for the typical customer of that business type
* **Directive templates** for the most common work items
* **Escalation rules** pre-tuned for the revenue range

## Available Packs

| Pack                                                | Best For                                                                  | Status                    |
| --------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------- |
| [AI Revenue Engine](/packs/ai-revenue-engine)       | Local-service businesses with calls, estimates, quotes, and rep follow-up | Signature managed service |
| [Course Launch](/packs/course-launch)               | Online educators, info product creators                                   | Available                 |
| [High-Ticket Coaching](/packs/high-ticket-coaching) | 1:1 coaches, consultants, service businesses                              | Available                 |
| [Agency Ops](/packs/agency-ops)                     | Done-for-you agencies, client service firms                               | Available                 |
| [Content Engine](/packs/content-engine)             | Creators, newsletter operators, media businesses                          | Available                 |

## Installing a pack

```bash theme={null}
curl -sX POST https://bossmode.ing/api/pro/packs/install \
  -H "x-bossmode-token: $BOSSMODE_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "pack": "course-launch" }'
```

Installing a pack:

* Loads the pack's standing orders into your active order set
* Seeds the capo roles with pack-specific playbooks
* Adds buyer profile templates you can customize
* Sets default escalation thresholds for the business model

## Customizing after install

Packs are starting points. After install, you should:

1. Edit buyer profiles to match your actual customers
2. Adjust standing order thresholds to your real revenue ranges
3. Update the brand voice calibration in your business context
4. Review escalation rules and tighten anything too permissive

## Multiple packs

You can install multiple packs. Standing orders merge — the consigliere follows all active orders. Conflicts are surfaced in the morning brief for your resolution.

## Building custom packs

Custom pack authoring (export your own configured BossMode as a shareable pack) is on the roadmap. Available in Q3 2026.
