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

# Introduction

> Verifiable context engine for AI.

Worlds is an open-source verifiable context engine for edge knowledge graphs.

It gives agents a deterministic context graph with source provenance and
explainability. Reasoning is traceable, with none of the opacity of vector-only
memory.

## Core surfaces

<CardGroup cols={2}>
  <Card title="Getting started" icon="rocket" href="/getting-started">
    Onboarding from invite to first query.
  </Card>

  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Connect and run queries in 2 minutes.
  </Card>

  <Card title="Platform API" icon="waypoints" href="/platform/api">
    Manage Worlds, tokens, usage, and billing.
  </Card>

  <Card title="TypeScript SDK" icon="https://mintcdn.com/wazoo/cc07Litf9kgJUEHE/images/icons/typescript.svg?fit=max&auto=format&n=cc07Litf9kgJUEHE&q=85&s=554ecd4cb78440e1fe29fcec41fa89ea" href="/platform/typescript-sdk" width="24" height="24" data-path="images/icons/typescript.svg">
    Use `@wazoo/client` for platform management.
  </Card>

  <Card title="Wazoo Console" icon="app-window" href="https://console.wazoo.dev">
    Visual platform for graph management.
  </Card>
</CardGroup>

## Core capabilities

<CardGroup cols={2}>
  <Card title="Verifiable provenance" icon="shield-check" href="/projects/worlds">
    Deterministic graph logic and decision traces.
  </Card>

  <Card title="Hybrid search" icon="search" href="/worlds/search">
    Vectors fused with full-text and RDF traversal.
  </Card>

  <Card title="Provider agnostic" icon="plug" href="/integrations/ai-sdk">
    Connect your own LLMs and embeddings.
  </Card>

  <Card title="Edge native" icon="cpu" href="/contribute/self-host">
    Low-latency graph architecture for edge runtimes.
  </Card>
</CardGroup>

## Next steps

* [Getting started](/getting-started) - Onboarding from invite to first query.
* [Quickstart](/quickstart) - Execute your first query.
* [Console overview](/console/overview) - Manage your worlds in the browser.
* [Projects](/projects) - Browse ecosystem libraries.
