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

# Sidekick

> The company-controlled AI application where work lives in durable, shared threads instead of isolated chat.

Sidekick is the AI application your company owns. People do real work with AI here, and the record of that work stays with the company, not inside one model provider's app.

## The one idea: a thread is a durable ledger

Every piece of work in Sidekick happens in a **thread**. A thread is not a throwaway chat window. It is a durable ledger that keeps everything about a task in one place:

* The conversation, and who took part in it.
* The tool runs that were requested, and what they returned.
* The approvals that were asked for, who granted them, and when.
* The files that went in and the artifacts that came out.
* The model and execution history behind each turn.

Because the thread holds all of this together, work is replayable. You can reopen a thread weeks later and see exactly what happened and why. The thread is not tied to any one model provider's application, so changing the model, or moving where the work runs, never scatters the record.

## Shared work, not isolated chat

Sidekick is built around shared work. Threads can be grouped into projects, shared with collaborators, and continued without rebuilding context from scratch. The company controls which tools are available, which models are approved, and which actions need sign-off. That control is part of the product, not bolted on around it.

<Columns cols={2}>
  <Card title="Start your first thread" icon="message-square" href="/docs/sidekick/use/first-thread">
    Open a thread, pick its tools and model, run the work, and review the result.
  </Card>

  <Card title="Understand governance" icon="shield-check" href="/docs/sidekick/concepts/governance-model">
    See how consent gates and admin approval keep external and sensitive actions in bounds.
  </Card>

  <Card title="Customize tools and connectors" icon="blocks" href="/docs/sidekick/use/tools-connectors">
    Add approved tools, connectors, and reusable skills to a thread.
  </Card>

  <Card title="Plan a rollout" icon="rocket" href="/docs/sidekick/admin/rollout-plan">
    Bring Sidekick to a team or the whole company with a staged plan.
  </Card>
</Columns>

## Read the concepts first

These pages set the mental model for everything else in the documentation.

<CardGroup cols={2}>
  <Card title="Terminology" icon="book-open" href="/docs/sidekick/concepts/terminology">
    The core vocabulary: thread, project, artifact, skill, connector, harness, placement, and more.
  </Card>

  <Card title="How work runs" icon="workflow" href="/docs/sidekick/concepts/how-work-runs">
    Harnesses, placements, and why the thread stays the record wherever work executes.
  </Card>

  <Card title="How models are chosen" icon="cpu" href="/docs/sidekick/concepts/how-models-are-chosen">
    Auto Route, approved catalogs, admin defaults, and bring-your-own providers.
  </Card>

  <Card title="Surfaces" icon="layout-grid" href="/docs/sidekick/concepts/surfaces">
    One product across web, desktop, Slack, and Teams, with the same ledger everywhere.
  </Card>
</CardGroup>
