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

# INGEST

> Kinetica snippets tagged INGEST

<CardGroup cols={3}>
  <Card title="Creating Credentials" href="/content/snippets/create-credentials" cta="SQL / INGEST / DATA SINK / DATA SOURCE">
    Copy-paste examples of how to create credentials with SQL
  </Card>

  <Card title="Creating Data Sources" href="/content/snippets/create-data-sources" cta="SQL / INGEST / DATA SOURCE / STREAMING">
    Copy-paste examples of how to create data sources with SQL
  </Card>

  <Card title="JSON Ingest" href="/content/snippets/json-ingest" cta="JSON / INGEST">
    Copy-paste examples of ingesting JSON data with the /insert/records/json endpoint
  </Card>

  <Card title="Loading Data" href="/content/snippets/load-data" cta="SQL / INGEST">
    Copy-paste examples of loading data with SQL
  </Card>

  <Card title="Vector Search" href="/content/snippets/vector" cta="SQL / INGEST">
    Copy-paste examples of using & searching vectors in SQL & Python
  </Card>
</CardGroup>
