# Troubleshooting

## Temperature not updating when using the set number instruction

Make sure to set the control method to **native** inside the Climate Module

<figure><img src="/files/vEoNkS7SyS2stcCRhKyM" alt=""><figcaption><p>If you don't want to use climate profiles in your game, you can just set the control method to native inside the climate module on the COZY Weather Sphere.</p></figcaption></figure>

<figure><img src="/files/wize6pXXXxCUkbgxYXTZ" alt=""><figcaption><p>You can also change the control method when you need to set the temperature manually during runtime with the <a href="/pages/8hXDjSfK6Vd8F7kojIQz"><mark style="color:red;">Set Climate</mark> <mark style="color:red;">Control Method</mark></a> instruction.</p></figcaption></figure>

## Snow value decreases after setting it&#x20;

The temperature (32°F/0°C) is too high, melting the snow.&#x20;

Lower the temperature or set the snow melting value to 0.

<figure><img src="/files/EyKz7b5x0sOIBc1sNlcb" alt=""><figcaption><p>Setting the snow melt speed or temperature using <mark style="color:blue;">Set Number</mark> instruction.</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.fullscreen.no/info/game-creator-2-assets/cozy-stylized-weather-integration/troubleshooting.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.
