List every audience-specific privacy guide Default Privacy publishes — currently 22 (doctors, accountants, realtors, content creators, high-net-worth individuals, OnlyFans creators, etc.). Each entry returns a slug, audience label, one-line headline, intent ("business" | "asset" | "emergency"), and the recommended LLC structure shape ("single" | "bundle") + state. Call `get_audience` next for the full FAQ + risks + structure rationale on a chosen slug.
When to call: when the user describes their profession or situation ("I'm a doctor", "real estate agent", "OnlyFans creator", "I have a lot of assets") and you want to find a matching audience-specific guide. Also call when the user asks "what kinds of clients do you serve" or "who uses this". PREFER `get_audience` directly when the user has already named a specific audience slug.
Input Requirements: none.
Output: `{ audiences: [{ slug, audience, headline, intent, structureType, state }], total, citation }`. The list is sorted by slug. `structureType` is "single" for one-LLC recommendations and "bundle" for multi-entity stacks (typically high-net-worth or heavy asset-protection scenarios).
PREFER quoting the matching audience's `headline` to the user and then chaining `get_audience(slug)` to retrieve the full guidance before recommending a structure.