# Weather

<figure><img src="/files/6SUAXf8gV7hZzNrZaVGn" alt=""><figcaption></figcaption></figure>

The [Weather](https://dashboard.botghost.com/dashboard/module/e09631dc-4f8f-4bf7-a02c-27ea0187d78f/weather) module is a simple way to get the weather of any location in the world directly to your bot.

## Settings

### Measurement Scales

<figure><img src="/files/5A7ZRKNihddAWXJl2zbX" alt=""><figcaption></figcaption></figure>

#### Temperature Scale

The unit of temperature to display the weather temperatures in. Can be set to Celsius or Fahrenheit.

#### Wind Scale

The unit of speed to display the wind speeds in. You are able to display the speeds in miles per hour (MPH) or kilometers per hour (KPH).

### Embed Configuration

<figure><img src="/files/lauY9MafUEY4thneeIb9" alt=""><figcaption></figcaption></figure>

#### Display Images

The option to display weather related images in the command's embed.

#### Embed Color

The embed color for all outputs in the weather command.

***

## Commands

In this area, you can view and modify the command of the Weather module. Below you may find some information on the command of the module.

<details>

<summary>/weather</summary>

Obtain the current and future weather information for any location in the world by providing a base location.

![](/files/LhhCXRVseGa97vJLGEy8)

</details>

***

{% hint style="danger" %}
It's advised that you do not edit the command unless you have a good understanding of BotGhost and its Command Builder. If you encounter any issues, you might want to reset the module for it to work again as intended.

Additionally, a copy of the edited command will be created if you update the module.
{% endhint %}


---

# 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://documentation.botghost.com/utility/weather.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.
