# Getting Started

- [About SQL Simulator(beta)](https://sql-simulator.tribalknowledge.tech/getting-started/about-sql-simulator-beta.md): Why did I create SQL Simulator
- [Features](https://sql-simulator.tribalknowledge.tech/getting-started/features.md)
- [Benefits](https://sql-simulator.tribalknowledge.tech/getting-started/benefits.md)
- [Platform List](https://sql-simulator.tribalknowledge.tech/getting-started/platform-list.md)
- [Supported Databases](https://sql-simulator.tribalknowledge.tech/getting-started/supported-databases.md)
- [Technical Overview](https://sql-simulator.tribalknowledge.tech/getting-started/technical-overview.md)
- [PostView Merge](https://sql-simulator.tribalknowledge.tech/getting-started/technical-overview/postview-merge.md)
- [Step 1](https://sql-simulator.tribalknowledge.tech/getting-started/technical-overview/postview-merge/step-1.md): Static Code Analysis
- [Step 2](https://sql-simulator.tribalknowledge.tech/getting-started/technical-overview/postview-merge/step-2.md): Get Table DDLs
- [Step 3](https://sql-simulator.tribalknowledge.tech/getting-started/technical-overview/postview-merge/step-3.md): Create Tables
- [Step 4](https://sql-simulator.tribalknowledge.tech/getting-started/technical-overview/postview-merge/step-4.md): Copy Data
- [Step 5](https://sql-simulator.tribalknowledge.tech/getting-started/technical-overview/postview-merge/step-5.md): Execute SQL Script
- [PreView Merge](https://sql-simulator.tribalknowledge.tech/getting-started/technical-overview/preview-merge.md)
- [Step 1](https://sql-simulator.tribalknowledge.tech/getting-started/technical-overview/preview-merge/step-1.md): Static Code Analysis
- [Step 2](https://sql-simulator.tribalknowledge.tech/getting-started/technical-overview/preview-merge/step-2.md): Get Table DDLs
- [Step 3](https://sql-simulator.tribalknowledge.tech/getting-started/technical-overview/preview-merge/step-3.md): Create Tables
- [Step 4](https://sql-simulator.tribalknowledge.tech/getting-started/technical-overview/preview-merge/step-4.md): Copy Data
- [Dry Run](https://sql-simulator.tribalknowledge.tech/getting-started/technical-overview/dry-run.md)
- [Step 1](https://sql-simulator.tribalknowledge.tech/getting-started/technical-overview/dry-run/step-1.md): Static Code Analysis
- [Step 2](https://sql-simulator.tribalknowledge.tech/getting-started/technical-overview/dry-run/step-2.md): Get Table DDLs
- [Step 3](https://sql-simulator.tribalknowledge.tech/getting-started/technical-overview/dry-run/step-3.md): Create Tables
- [Step 4](https://sql-simulator.tribalknowledge.tech/getting-started/technical-overview/dry-run/step-4.md): Copy Data
- [Step 5](https://sql-simulator.tribalknowledge.tech/getting-started/technical-overview/dry-run/step-5.md): Execute SQL Script
- [Step 6](https://sql-simulator.tribalknowledge.tech/getting-started/technical-overview/dry-run/step-6.md): Destroy All Objects in the database
- [Self Destruct Events](https://sql-simulator.tribalknowledge.tech/getting-started/self-destruct-events.md)
- [K8s Install Guide](https://sql-simulator.tribalknowledge.tech/getting-started/k8s-install-guide.md)
- [Azure Marketplace](https://sql-simulator.tribalknowledge.tech/getting-started/k8s-install-guide/azure-marketplace.md)
- [Azure AKS](https://sql-simulator.tribalknowledge.tech/getting-started/k8s-install-guide/azure-aks.md)
- [Google GKE](https://sql-simulator.tribalknowledge.tech/getting-started/k8s-install-guide/google-gke.md)
- [Amazon EKS](https://sql-simulator.tribalknowledge.tech/getting-started/k8s-install-guide/amazon-eks.md)
- [Other Cloud Provider](https://sql-simulator.tribalknowledge.tech/getting-started/k8s-install-guide/other-cloud-provider.md)
- [On Prem K8s](https://sql-simulator.tribalknowledge.tech/getting-started/k8s-install-guide/on-prem-k8s.md)
- [Limitations](https://sql-simulator.tribalknowledge.tech/getting-started/limitations.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sql-simulator.tribalknowledge.tech/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
