# Get Started

First Off let's create a ServerScript in ServerScriptService.<br>

<div align="left"><img src="https://3129080372-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MKNBet9yM9nYvgdhgj3%2F-MKNEHOaXE2AHZO0JyPt%2F-MKNESCAkSCsGc6fyZdO%2Fimage.png?alt=media&#x26;token=f41896e6-64f8-4aeb-aabd-4ebc4c5534eb" alt=""></div>

Now let's edit the script by right clicking on it and pressing "Open"<br>

<div align="left"><img src="https://3129080372-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MKNBet9yM9nYvgdhgj3%2F-MKNEHOaXE2AHZO0JyPt%2F-MKNEfpM5a5QT23hu8PC%2Fimage.png?alt=media&#x26;token=5edcef46-4fd5-4e95-a801-44e69b0b854a" alt=""></div>

Now let's set up BLOXsql

```lua
-- Copyright 2020 RAMPAGE Interactive 
-- Written by: vq9o 
local BLOXsql = require(16229654720) 
local Settings= {
	-- Ensure you whitelist "141.98.74.17" with your database host.
	Username = "rampage_admin",
	Password = "1234567890",
	Host = "localhost",
	Database = "rampage_main"
}
)
```


---

# 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://bloxsql.metatable.dev/get-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.
