> ## 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.

# B-Bot Hub Concepts

> An overview of AI Agents, DeepAgents, multimodal workflows, training, and Distribution Channels in B-Bot Hub.

# B-Bot Hub Concepts

B-Bot Hub helps you configure AI Agents for focused roles and make them available through Distribution Channels. This section explains the ideas behind the product. For step-by-step setup instructions, use the linked Essentials guides.

## Start with the Core Concepts

<CardGroup cols={2}>
  <Card title="AI Agents" icon="user-robot" href="/concepts/introduction">
    Learn the vocabulary used for an Agent's identity, instructions, capabilities, and access.
  </Card>

  <Card title="Lifecycle and Configuration" icon="sliders" href="/concepts/basics">
    Understand how to define, test, connect, publish, and maintain an Agent.
  </Card>

  <Card title="Agent Architecture" icon="diagram-project" href="/concepts/architecture/agent-architecture">
    See the conceptual flow from a user request to a model, tools, and a response.
  </Card>

  <Card title="Distribution Channels" icon="share-nodes" href="/essentials/distribution-channels">
    Learn how configured experiences make an Agent available to users and systems.
  </Card>
</CardGroup>

## Specialized Concepts

<CardGroup cols={2}>
  <Card title="Fine-Tuning" icon="brain-circuit" href="/concepts/fine-tuning/introduction">
    Decide when examples and model fine-tuning are appropriate.
  </Card>

  <Card title="Model Distillation" icon="flask" href="/concepts/fine-tuning/model-distillation">
    Learn how teacher-generated examples can be used to train and evaluate a smaller model.
  </Card>

  <Card title="DeepAgents" icon="robot" href="/concepts/deepagents/introduction">
    Understand task planning, workspace files, and human review for multi-step work.
  </Card>

  <Card title="Multimodal AI" icon="layer-group" href="/concepts/multimodal/introduction">
    Plan interactions that use text, voice, images, or files.
  </Card>
</CardGroup>

## Design an Agent

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

  <Card title="Craft a System Prompt" icon="message" href="/concepts/best_practices/crafting-a-system-prompt">
    Write clear instructions that are easier to test and maintain.
  </Card>
</CardGroup>

## Explore Use Cases

* [Customer support](/concepts/use_cases/customer-support): plan grounded answers, escalation, and review.
* [Data analysis](/concepts/use_cases/data-analysis): structure data checks, analysis, and result validation.
* [Content creation](/concepts/use_cases/content-creation): create repeatable drafting and editorial workflows.

<Info>
  Available models, tools, modalities, and Distribution Channels depend on your B-Bot Hub configuration and connected providers. Confirm availability before designing a production workflow.
</Info>

## Put the Concepts into Practice

Use [Create Agent](/essentials/create-expert) to create the initial Agent, then continue with [Edit Agent](/essentials/edit-expert) to configure its behavior and capabilities.
