---
title: "Datarelix Documentation"
description: "Ask your database in English. This is how it works, where to start, and what to do when something breaks."
canonical: https://docs.datarelix.ai/
---

# Datarelix Documentation

import { CardGrid, LinkCard } from '@astrojs/starlight/components';

<CardGrid>
  <LinkCard
    title="Quick start"
    href="/quickstart/"
    description="Sign in, connect a database, and run your first query."
  />
  <LinkCard
    title="Core concepts"
    href="/concepts/"
    description="Runs, steps, artifacts, and how an answer gets assembled."
  />
  <LinkCard
    title="REST API"
    href="/api/rest/"
    description="Every endpoint, with examples."
  />
</CardGrid>

## By task

- I'm **connecting a database** → [Connections](/guides/connections/)
- I'm **writing better questions** → [Queries](/guides/queries/)
- I want to **automate with the API** → [REST API](/api/rest/)
- I got an **error code** → [Errors](/api/errors/)
