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

# Introduction

> Welcome to the Chatledger documentation

<img className="block dark:hidden" src="https://mintcdn.com/blackcatit/BeIHapV9HWRGpM1d/logo/chatledger-light.svg?fit=max&auto=format&n=BeIHapV9HWRGpM1d&q=85&s=3034ce294864040d2ed6201c5d389113" alt="Chatledger Hero Light" style={{ width: "auto", height: "100px" }} width="1870" height="558" data-path="logo/chatledger-light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/blackcatit/BeIHapV9HWRGpM1d/logo/chatledger-dark.svg?fit=max&auto=format&n=BeIHapV9HWRGpM1d&q=85&s=e9bb3ec276e71d5372968a37e3b30ee0" alt="Chatledger Hero Dark" style={{ width: "auto", height: "100px" }} width="1870" height="558" data-path="logo/chatledger-dark.svg" />

**Chatledger for Antigravity** is a specialized VS Code extension designed to automatically export your AI conversation trajectories from the Antigravity IDE. It bridges the gap between ephemeral AI interactions and permanent version control, allowing you to treat your AI conversations as first-class artifacts in your development process.

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/getting-started/installation">
    Get up and running in minutes with our installation guide.
  </Card>

  <Card title="Configuration" icon="sliders" href="/getting-started/configuration">
    Customize polling intervals, export paths, and more.
  </Card>
</CardGroup>

## Why Chatledger?

As AI becomes integral to coding, the context and reasoning within your AI conversations become as valuable as the code itself. However, these conversations often get lost or remain trapped within the IDE.

Chatledger solves this by:

* **Preserving Context**: Automatically saving conversation history to your workspace.
* **Enabling Version Control**: Exporting as markdown allows you to commit conversations to Git.
* **Facilitating Sharing**: Share complex reasoning paths with teammates via standard files.
* **Enhancing Security**: Detecting and alerting you about sensitive content like API keys before they leave your IDE.

## Key Features

<CardGroup cols={2}>
  <Card title="Automatic Export" icon="rotate">
    Seamlessly captures conversation updates in the background without manual
    intervention.
  </Card>

  <Card title="Sensitive Content Detection" icon="shield-check">
    Built-in scanners detect API keys and secrets, offering options to censor
    them.
  </Card>

  <Card title="Trajectory Management" icon="list-tree">
    Organizes conversations by workspace and tracks changes efficiently.
  </Card>

  <Card title="Markdown Output" icon="file-markdown">
    Produces clean, readable markdown files compatible with any viewer.
  </Card>
</CardGroup>
