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

# Content Creation

> Design a repeatable content workflow with clear briefs, source checks, and human editorial review.

# Content Creation

A content creation AI Agent can help develop outlines, drafts, variations, and revisions. The strongest workflow separates generation from approval: people define the brief, review factual claims, apply editorial judgment, and authorize publication.

## Define the Editorial Contract

Configure the Agent with:

* Intended content types and audiences
* Brand voice and required terminology
* Prohibited topics, claims, and phrases
* Formatting and accessibility requirements
* Source and citation requirements
* A review and approval process

Store stable behavior in the system prompt. Keep changing facts, product details, and campaign information in maintained sources or in the request.

## Recommended Workflow

<Steps>
  <Step title="Brief">
    Provide the goal, audience, channel, key message, required facts, sources, length, tone, and call to action.
  </Step>

  <Step title="Outline">
    Ask for a structure before a full draft. Review scope, emphasis, and missing information.
  </Step>

  <Step title="Draft">
    Generate from the approved outline. Require the Agent to mark unsupported claims and placeholders instead of filling gaps.
  </Step>

  <Step title="Review">
    Check facts, citations, brand rules, legal requirements, originality, accessibility, and channel-specific constraints.
  </Step>

  <Step title="Revise">
    Give specific feedback tied to the brief. Keep approved facts unchanged unless a source supports the revision.
  </Step>

  <Step title="Approve and Publish">
    Use a human approval step. Publishing requires a separately configured and authorized integration.
  </Step>
</Steps>

## Example Brief

```text theme={null}
Create an outline for a 900-word product guide.

Audience: administrators evaluating [product]
Goal: explain the setup process without making performance claims
Tone: direct, calm, and technical
Required sources: [approved links or attached documents]
Required sections: prerequisites, setup, verification, limitations
Terminology: use "AI Agent" and "Distribution Channel"

Do not invent features, customer examples, quotations, or statistics.
Mark missing information as [NEEDS INPUT].
Return an outline only.
```

## Using DeepAgents

For a larger content package, DeepAgents can organize tasks and files for research notes, outlines, drafts, and review comments. Confirm which tools are available before asking the Agent to research, create media, or publish.

```text theme={null}
campaign/
  source-notes.md
  approved-claims.md
  article-outline.md
  article-draft.md
  social-variations.md
  review-checklist.md
```

## Quality Checklist

* Does the content satisfy the approved brief?
* Are names, dates, links, quotations, and numbers verified?
* Can each material claim be traced to an approved source?
* Are invented case studies or testimonials excluded?
* Is the content appropriate for the audience and channel?
* Does it follow brand, accessibility, legal, and privacy requirements?
* Has a person approved the final version?

<Info>
  Fine-tuning may help with repeated style or format patterns, but it does not make facts current and does not remove the need for review.
</Info>

## Related Guides

<CardGroup cols={2}>
  <Card title="Build an AI Persona" icon="masks-theater" href="/concepts/best_practices/ai-persona-with-b-bot">
    Define the role, voice, boundaries, and evaluation set.
  </Card>

  <Card title="Craft a System Prompt" icon="message" href="/concepts/best_practices/crafting-a-system-prompt">
    Write clear and maintainable content instructions.
  </Card>

  <Card title="Fine-Tuning Concepts" icon="brain-circuit" href="/concepts/fine-tuning/introduction">
    Learn when examples or fine-tuning may help.
  </Card>

  <Card title="DeepAgents" icon="robot" href="/concepts/deepagents/introduction">
    Organize multi-step content projects.
  </Card>
</CardGroup>
