# Installation

{% hint style="warning" %}
Please make sure to delete from your server files any other weather script, for example: qb-weathersync, cd\_easytime, vsync, etc.
{% endhint %}

<details>

<summary>Dependencies</summary>

* **ox\_lib**: Make sure to download and install **ox\_lib.zip** and NOT the source code files from here: <https://github.com/overextended/ox_lib/releases>

</details>

> If you are switching from **qb-weathersync** make sure to remove it as dependency from your qb resources:
>
> * qb-houses/fxmanifest.lua
> * qb-apartments/fxmanifest.lua

### Permissions

> The script uses the server's ACE permissions, and by default, it uses `group.admin`. In your `server.cfg`, add the users you want to have access to the weather menu to `group.admin` (or the group you set in `Config.AdminLevel`

<figure><img src="/files/Bxc4vMyI3AotFOWtZIo1" alt=""><figcaption><p>This is just a example on how it looks like, don't use my identifiers -.-</p></figcaption></figure>


---

# 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.av-scripts.com/guides/weather-script/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.
