# Introduction

import { Aside, LinkCard, CardGrid } from '@astrojs/starlight/components';

Welcome. **[Your product]** helps teams [one-sentence value proposition — what problem you solve and for whom].

Use these docs to set up your account, explore the API, and integrate with your stack.

<Aside type="tip" title="Replace this page">
	Open `src/content/docs/get-started/introduction.mdx` and rewrite this page
	with your own positioning, audience, and key use cases. Keep it short —
	customers usually skim it on the way to **Quickstart**.
</Aside>

## What you can do

- Build, test, and ship [the thing your product does best].
- Manage [the primary resource — users, projects, events, transactions, …].
- Integrate with [the tools your customers already use].

## Where to go next

<CardGrid>
	<LinkCard
		title="Quickstart"
		href="/get-started/quickstart/"
		description="Send your first request in under five minutes."
	/>
	<LinkCard
		title="How it works"
		href="/concepts/how-it-works/"
		description="The mental model behind the product."
	/>
	<LinkCard
		title="API reference"
		href="/reference/overview/"
		description="Endpoints, schemas, and errors."
	/>
	<LinkCard
		title="Guides"
		href="/guides/example/"
		description="Task-oriented walkthroughs."
	/>
</CardGrid>