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

# Core concepts

> The vocabulary of LivingContext — docs, spaces, change requests, the Inbox, and agents.

LivingContext is built around a simple idea: **you shouldn't have to write documentation — but you should always approve it**. AI agents draft and maintain docs; humans review everything before it ships. This page defines the terms you'll see across the product.

## Git is the source of truth

Your documentation lives as Markdown/MDX files in **your own GitHub or GitLab repository**. LivingContext reads from and writes to that repo — it never holds your docs hostage in a proprietary store. Every change is a commit, so you keep full history, ownership, and portability.

## Organizations

An **organization** is your team's tenant. Each organization lives on its own subdomain, like `acme.livingcontext.ai`, with its data isolated from every other organization. Members, roles, and invitations are managed on the [Organization page](/admin/organizations).

## Finding your way around

The left rail is the workspace's spine, top to bottom:

| Item          | What lives there                                                                         |
| ------------- | ---------------------------------------------------------------------------------------- |
| **Home**      | The [workspace agent](/agents/workspace-agent) — Home *is* a conversation about your org |
| **Inbox**     | The review queue for agent-proposed docs                                                 |
| **Docs**      | Your documentation, read and edited in place                                             |
| **Agents**    | The agent control center — runs, approvals, triggers, channels                           |
| **Coverage**  | How much of your Salesforce org is documented                                            |
| **Analytics** | Charts and dashboards over your Salesforce records                                       |
| **Settings**  | Everything configurable, grouped in one sidebar                                          |

**API reference** and **Changelog** sit just below, and <kbd>⌘</kbd> <kbd>K</kbd> opens search from anywhere. The space switcher at the very top of the rail picks your scope.

## Spaces and the active repo

A **space** is a named scope that groups documentation repositories and Salesforce connections. Workspace-wide surfaces — Home, [Inbox](/guides/inbox), and Coverage — operate on the active space.

The **active repo** is the repository you've selected in the space switcher. Repo-bound surfaces — Docs, Changelog, Change requests, Commits, and API Reference — show content from that repo. See [Spaces and repos](/admin/spaces-and-repos).

## Docs

A **doc** is a Markdown page in your documentation repository, rendered in the Docs surface. Docs can be written by hand, generated by agents, or produced from browser captures. Docs can carry tags that link them to specific Salesforce metadata, which powers coverage and drift detection.

## Captures and guides

A **capture** is a recording made with the LivingContext browser extension: you click through a workflow, and the extension records the steps, screenshots, and context. Captures become step-by-step guides that you publish as change requests. Sensitive data is redacted at capture time, and passwords are always masked. See [Capture](/capture/overview).

## Change requests

A **change request (CR)** is a reviewable draft of documentation changes — the LivingContext equivalent of a pull request, with a rich editor and a full diff. Whether a change comes from a teammate, a capture, or an agent, it moves through a CR (or a PR in your git provider) before it's merged into your repo.

<Note>
  **Grounded or it doesn't ship.** Agents must back their proposals with evidence from your systems, and a human always approves before anything is committed. There is no silent auto-publishing.
</Note>

## The Inbox

The **Inbox** is your review queue. Agent-proposed updates, new-doc suggestions, and generation events land here for triage: read the proposed change, see why the agent proposed it, then approve or dismiss. See [Inbox](/guides/inbox).

## Agents

**Agents** are the AI workers that generate and maintain your docs. They watch your tracked repositories and Salesforce metadata, draft updates when things change, suggest missing docs (the Coverage Auditor), and assist you in the editor. Agents follow your organization's style guide and templates, and their write actions always pass through human review. See [Agents](/agents/overview).

## Coverage

**Coverage** measures how much of your Salesforce metadata is documented. You control what counts through eligibility settings — for example, excluding managed packages or specific namespaces — so the score reflects the metadata your team actually owns. See the [settings reference](/admin/settings-reference).

## Credits

**Credits** are the usage currency for agent work. Every plan includes a monthly credit grant, and 1 credit equals \$0.01. See [Billing](/admin/billing).

## How it fits together

<Steps>
  <Step title="Connect">
    Link your git provider and Salesforce so agents have real systems to ground against.
  </Step>

  <Step title="Generate">
    Agents draft new docs and updates from commits, metadata changes, and your captures.
  </Step>

  <Step title="Review">
    Proposals arrive in the Inbox and as change requests. You edit, approve, or dismiss.
  </Step>

  <Step title="Merge">
    Approved changes are committed to your repository — your docs stay fresh, and git stays the source of truth.
  </Step>
</Steps>
