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

# Introduction

> Welcome to the ChatCSV docs

## What is ChatCSV?

ChatCSV is like having a team of Data Scientists right in your pocket.

Upload any spreadsheet and get bar charts, line charts, histograms, scatter plots and more.

## Ready to get started?

<CardGroup cols={2}>
  <Card title="Authenticate your requests" icon="lock" href="https://chatcsv.mintlify.app/api-reference/authentication">
    Create an API key to start using our API.
  </Card>

  <Card title="Create a chat completiton" icon="code" href="https://chatcsv.mintlify.app/api-reference/endpoint/create">
    Use our chat completions API to build your own integrations.
  </Card>
</CardGroup>

<CardGroup cols={1}>
  <Card title="Example App" icon="github" href="https://github.com/sambarrowclough/chatcsv-example">
    Visit an example of this API in action. Built with nextjs app dir.
  </Card>
</CardGroup>

<CardGroup cols={1}>
  <Card title="Postman Collection" icon="code" href="https://www.postman.com/lunar-module-cosmologist-42646432/workspace/chatcsv-api/request/28703813-1c41d28f-5905-406c-a0ba-606d22fb782e">
    View the Postman Collection to create a chat completion
  </Card>
</CardGroup>

<CardGroup cols={1}>
  <Card title="Express App Example" icon="code" href="https://replit.com/@eekkoo/chatcsv-api-example">
    View an example of the ChatCSV API with express on replit
  </Card>
</CardGroup>
