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

# Chat

> Natural language interface for exploring, querying and visualizing datasets with rich context and tool use.

## Overview

<img style={{ borderRadius:"0.5rem" }} src="https://mintcdn.com/cipher42/snE_Z4N-kJOMTzaI/images/autocomplete.png?fit=max&auto=format&n=snE_Z4N-kJOMTzaI&q=85&s=d61b53adb4c06a1980c4e30d17bea3de" width="2256" height="1246" data-path="images/autocomplete.png" />

### Context

The chat has deep context to your schema (which is indexed for fast retrival once you add a datasource), previous run queries and other key metadata.

### Tool Use

The chat hass access to various tools to be able to gather the right information and visualize it.

<Card title="Table Search" icon="sparkles">
  Search for relevant tables by name, by datasource or by schemas.
</Card>

<Card title="Run Query" icon="sparkles">
  Run a query with the right SQL flavour and context to gather additional information or perform the analysis requested by the user.
</Card>

<Card title="React ReCharts" icon="sparkles">
  Visualize results with React ReCharts
</Card>
