# Weather

The **Weather** tool provides current, historical weather data, and future weather.

{% hint style="info" %}
Weather is a Premium app. There is a limit to the number of Premium actions we provide for free. [Learn more](https://docs.getmesa.com/going-further/plans-and-billing#premium-steps)
{% endhint %}

### Actions <a href="#action" id="action"></a>

The **Weather** tool includes a number of defined actions to quickly get you started with common weather requests like:

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

After the **Weather** step in your workflow, you can use [Variables](/workflow-builder/fields/variables.md) to reference the data retrieved from these steps.

### Technical Notes <a href="#limitations" id="limitations"></a>

Please read the descriptions under each **Weather** action. Certain actions provide information for a X number of day(s).

* **Retrieve Weather Forecast:** Grab weather details of the next 3 days
* **Retrieve History Forecast:** Grab weather details of the past 7 days
* **Retrieve Marine Weather:** Grab marine weather for 1 day


---

# 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.getmesa.com/tools/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.
