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

# SQL-GPT

> Conversational Queries with Generative AI

## Topics

<CardGroup cols={2}>
  <Card title="Concepts" href="/content/sql-gpt/concepts">
    * [Overview](/content/sql-gpt/concepts#sql-gpt-overview)
    * [Contexts](/content/sql-gpt/concepts#sql-gpt-overview-context)
    * [Best Practices](/content/sql-gpt/concepts#sql-gpt-overview-best-practices)
    * [RAG](/content/sql-gpt/concepts#sql-gpt-overview-rag)
  </Card>

  <Card title="Workbench">
    * [SQL-GPT UI](/content/admin/workbench/ui/explore#wb-explore-ws-sqlgpt)
    * [Using SQL-GPT](/content/admin/workbench/workbooks#wb-sql-gpt)
  </Card>

  <Card title="SQL" href="/content/sql/sqlgpt">
    * [CREATE CONTEXT](/content/sql/sqlgpt#sql-gpt-create-context)
    * [GENERATE SQL](/content/sql/sqlgpt#sql-gpt-generate-sql)
    * [GENERATE TOKENS](/content/sql/sqlgpt#sql-gpt-generate-tokens)
    * [EXECUTE\_AI\_QUERY](/content/sql/sqlgpt#sql-gpt-execute)
  </Card>
</CardGroup>

## Product Highlights

<CardGroup cols={3}>
  <Card title="Fast">
    Quick query generation without extensive data modeling and tuning
  </Card>

  <Card title="Secure">
    Kinetica's native LLM allows inferencing within the customer environment
  </Card>

  <Card title="Integrated">
    Works with an extensive variety of data platforms and processing tools
  </Card>
</CardGroup>

## How-To Guides

<CardGroup cols={2}>
  <Card title="Quick Start Guide" icon="book" href="/content/guides/quickstart-guide/index">
    Get started with Kinetica Workbench

    Length: 15 MIN
  </Card>
</CardGroup>

## Next Steps

Now that you are familiar with Kinetica's SQL-GPT capabilities, here are a few resources to check out next:

* [Loading Data](/content/load_data/index)
* [SQL](/content/sql/index)
* [GAdmin](/content/admin/gadmin/index)
