> ## 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.

# Console

> Manage worlds, tokens, and graph data from the Wazoo Console.

The [Wazoo Console](https://console.wazoo.dev) is the web interface for managing
your worlds, tokens, and graph data.

## Features

<CardGroup cols={2}>
  <Card title="SPARQL editor" icon="terminal" href="/console/sparql">
    Run SPARQL queries against your worlds.
  </Card>

  <Card title="Import" icon="upload" href="/console/import">
    Load RDF data into your worlds.
  </Card>

  <Card title="Search" icon="search" href="/console/search">
    Browse and find items in your worlds.
  </Card>

  <Card title="Tokens" icon="key" href="/console/tokens">
    Manage world-scoped API tokens.
  </Card>

  <Card title="Export" icon="download" href="/console/export">
    Download graph data in standard RDF formats.
  </Card>

  <Card title="Reindex" icon="rotate-cw" href="/console/reindex">
    Rebuild the search index for a world.
  </Card>
</CardGroup>

## Next steps

* [Getting started](/getting-started): create your first world
