Skip to main content

Where to next

You've finished Quickstart and the first-run checklist. Here's how to pick the right rabbit hole based on what you actually want to do.

I just want to use Codebolt day-to-day

Go to Using Codebolt. It's reference documentation for every feature — the chat panel, tabs, checkpoints, context, Ctrl+K, the agent marketplace, MCP server management, the CLI, integrations. Read pages as you need them.

First reads in order of usefulness:

  1. Chat: context and @-mentions
  2. Chat: checkpoints and rollback
  3. Agents: running agents
  4. Tools & MCP: installing MCP servers

I want to accomplish a specific task

Go to Guides & Tutorials. Every guide has one concrete outcome. Examples:

I want to build on Codebolt

Go to Build on Codebolt. This is the extension surface: custom agents, agent extensions, plugins, custom interfaces, remote providers, orchestration design, server internals, self-hosting.

Suggested reading path by goal:

GoalStart here
Build a custom agent for my codebaseCustom Agents → OverviewQuickstart
Give agents access to my internal APIsMCP Tools → Overview
Connect a new LLM providerRemote Environment Providers → LLM Provider
Extend the application without building a new agentPlugins → Overview
Design a multi-agent workflowMulti-Agent Orchestration → Overview
Understand how the server actually worksInternals → Architecture Overview
Self-host for my teamSelf-Hosting → Overview

I need the exact signature / schema / flag

Go to Reference. Mostly auto-generated, always complete:

I'm curious how it works under the hood

The Internals section was written for you. Start with:

  1. Architecture Overview — the five planes, the process model, where data lives.
  2. Agent Subsystem — what an agent actually is.
  3. Chat message end-to-end — follow one message all the way through.
  4. Memory — the layer stack and the ingestion pipeline.

From there, pick subsystems as they become relevant.

I want to be opinionated about multi-agent

Start with When to use multi-agent — it will likely talk you out of multi-agent for your first project, which is the right answer most of the time. Then:

Still not sure?

Default path: Using Codebolt → Overview. Everything else is accessible from there.