# Installation

## How to use ?

## Creating Normal Zone (Only Client)

```lua
Put this on top of your client side and you don't need to do anything else. This is for classic cordinates

CreateThread(function()
    exports['0r-textui']:AddClassic(vector3(x, y, z), 'Key (E)', 'Text (Talk with Trevor)', distance: 2.5)
end)

Also you can add for peds on cfg.lua, but you should know this script is creating peds by own!
```


---

# 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.0resmon.org/0resmon/0r-resources/0r-textui/installation.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.
