---
description: Learn how to get up and running with Aidbox through step-by-step tutorials.
---

# Getting Started

## Quickstarts

Discover how to start with Aidbox in just a few minutes.

{% cards %}
{% card icon="cloud" title="Run Aidbox in Sandbox" href="run-aidbox-in-sandbox.md" %}
Create a free hosted FHIR server instance with a development license.
{% endcard %}
{% card icon="assets/brand-icons/docker.svg" title="Run Aidbox locally" href="run-aidbox-locally.md" %}
Launch Aidbox on your machine using Docker.
{% endcard %}
{% card icon="assets/brand-icons/react.svg" title="Use Aidbox with React" href="../developer-experience/use-aidbox-with-react.md" %}
Build a React app that queries FHIR data from Aidbox.
{% endcard %}
{% endcards %}

## Tutorials

{% cards %}
{% card icon="database" title="Run on managed PostgreSQL" href="../deployment-and-maintenance/deploy-aidbox/run-aidbox-on-managed-postgresql.md" %}
Deploy on AWS Aurora, Azure Database, GCP Cloud SQL, or Databricks Lakebase.
{% endcard %}
{% card icon="assets/brand-icons/kubernetes.svg" title="Run on Kubernetes" href="../deployment-and-maintenance/deploy-aidbox/run-aidbox-in-kubernetes/" %}
Production deployments with Helm charts, HA setup, and SSL.
{% endcard %}
{% card icon="assets/brand-icons/csharp.svg" title="Use Aidbox with C#" href="csharp.md" %}
Set up a C# project that talks to Aidbox.
{% endcard %}
{% card icon="assets/brand-icons/java.svg" title="Use Aidbox with Java" href="java.md" %}
Set up a Java project that talks to Aidbox.
{% endcard %}
{% card icon="assets/brand-icons/python.svg" title="Use Aidbox with Python" href="python.md" %}
Set up a Python project that talks to Aidbox.
{% endcard %}
{% card icon="assets/brand-icons/typescript.svg" title="Use Aidbox with TypeScript" href="typescript.md" %}
Create a TypeScript project that talks to Aidbox.
{% endcard %}
{% card icon="download" title="Upload sample data" href="upload-sample-data.md" %}
Load synthetic FHIR data into your Aidbox instance.
{% endcard %}
{% endcards %}

## Need help?

{% cards %}
{% card icon="book" title="FAQ" href="../overview/faq.md" %}
Answers to common questions about the FHIR API, authentication, validation, and deployment.
{% endcard %}
{% endcards %}
