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

# DataLinks Docs and API/SDK Resources

> Access the tools and guides you need to build and explore connected data using DataLinks.

## Learn by doing with the DataLinks QuickStart guides

<Columns cols={2}>
  <Card title="Web QuickStart Guide" icon="globe" iconType="regular" horizontal href="/get-started/quickstart">
    Get started using just the DataLinks web platform.
  </Card>

  <Card title="API/SDK QuickStart Guide" icon="python" iconType="regular" horizontal href="/get-started/quickstart-api">
    Get started using both the web platform and the API/SDK.
  </Card>
</Columns>

## DataLinks explained: how it works

DataLinks turns scattered, messy data into structured, connected knowledge that both humans and AI can use with confidence through three core stages: *Ingest*, *Interconnect*, and *Inquire*.

<Columns cols={3}>
  <Card title="Clean and Ingest" icon="database" iconType="regular" href="/concepts/ingest-clean">
    Bring data in from any source and make it clean, consistent, and ready to use.
  </Card>

  <Card title="Interconnect" icon="folder-tree" iconType="regular" href="/concepts/interconnection">
    Automatically discover and build links between related records across your datasets.
  </Card>

  <Card title="Query and Insights" icon="magnifying-glass" iconType="regular" href="/concepts/query-insights">
    Turn connected data into clear answers using SQL, natural language, or AI.
  </Card>
</Columns>

## Essential how-to guides

Follow these step-by-step guides to complete common tasks and start getting value from your data right away.

<Columns cols={4}>
  <Card title="How To Create a Dataset" icon="table" iconType="regular" href="/how-to/create-dataset">
    Add a new dataset to a namespace using the web platform or API.
  </Card>

  <Card title="How To Create a Namespace" icon="folder-plus" iconType="regular" href="/how-to/create-namespace">
    Set up a workspace to organize related datasets.
  </Card>

  <Card title="How To Manage Connections" icon="folder-tree" iconType="regular" href="/how-to/manage-connections">
    Review, curate, and rebuild the links between your datasets.
  </Card>

  <Card title="How To Query Your Data" icon="magnifying-glass" iconType="regular" href="/how-to/query-data">
    Run queries with SQL, commands, or natural language.
  </Card>
</Columns>

## Find API and SDK reference info

Use the tabs in the top navigation menu or click the links below to view the DataLinks API and SDK info.

<Columns cols={2}>
  <Card title="API Reference" icon="globe" iconType="regular" horizontal href="/api-reference/datasets/fetch-datasets">
    Browse every DataLinks HTTP endpoint with request and response examples.
  </Card>

  <Card title="SDK Kit" icon="python" iconType="regular" horizontal href="/pythonsdk/index">
    Install and use the Python SDK to automate DataLinks workflows.
  </Card>
</Columns>

## Looking for platform access?

DataLinks is currently available to select partners and early users. To request access or join the waitlist, [sign up for the waitlist](https://datalinks.com/newsletter).
