# Environment

<figure><img src="/files/6evUZSz39RrmsVu0FHIc" alt=""><figcaption><p>Sonoran CMS - VMenu Game Panel Promotional Image</p></figcaption></figure>

## Manage Weather

Here you can set the current weather on your server. Open the dropdown menu and choose from 15 different weather options! You can also toggle `Freeze` and `Blackout` on the side.

`Freeze` forces the weather to stay as what you set it to, if toggled, it will not change on its own.

`Blackout` simulates a power outage, and all buildings will show as if they don't have electricity.

<figure><img src="/files/zNdJPstKd2O8OZ0WQxeI" alt="" width="375"><figcaption><p>Sonoran CMS - VMenu Game Panel - Weather</p></figcaption></figure>

<figure><img src="/files/xBuqMsxpD3QKWPtfNvJC" alt="" width="275"><figcaption><p>Sonoran CMS - VMenu Game Panel - Weather Options</p></figcaption></figure>

## Manage Time

You can also set the time to any time of day using the time selector. You can also toggle `Freeze` which locks the time to whatever you've set it to.

<figure><img src="/files/lteHFQmvYVb4N3b4OENk" alt="" width="375"><figcaption><p>Sonoran CMS - VMenu Game Panel - Time</p></figcaption></figure>

## Weather Flickering Issue

Sometimes, having CMS installed can cause an issue where the weather and time in the server seem to rapidly "flicker". This occurs when another resource is also trying to manage weather.

If you are encountering this issue and would like to disable CMS's weather management, then please set `Config.EnableWeatherSync` to `false` in the resource's `config.lua`.


---

# 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.sonoransoftware.com/cms/integration-capabilities/fivem-game-panel/vmenu-panel/environment.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.
