# Technical Overview

{% hint style="warning" %}
This section assumes you have already completed the steps listed in either the [oracle setup](/ratifier-tutorials/sql-sanity-check/oracle-setup.md) or [sql server setup](/ratifier-tutorials/sql-simulator/sql-server-setup.md) guides.
{% endhint %}

{% hint style="info" %}
The term "Simulated Database" just means the blank or empty schema you created during the setup process.
{% endhint %}

This section covers the technical overview for how the SQL Simulator works starting when you click on the "Simulate SQL" button.


---

# 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://docs.tribalknowledge.tech/ratifier-tutorials/sql-simulator/technical-overview.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.
