# Weather

You can access live weather data for most locations on Earth:

```
weather in sydney                      | 19 °C (mostly cloudy)
temperature in batumi                  | 9 °C
feels like in tokyo                    | 14 °C
```

Lines with weather queries will automatically update during the day.

{% hint style="info" %}
Weather queries work for all places built into Soulver, including airport codes.

You can also add additional places in Soulver's settings (Settings > Calculator > Additional Places).
{% endhint %}

### Supported Weather Metrics

| Name                 | Aliases                   |
| -------------------- | ------------------------- |
| weather conditions   | weather                   |
| temperature          | temp                      |
| apparent temperature | feels like, apparent temp |
| high temperature     | high temp, high           |
| low temperature      | low temp, low             |

## Advanced weather metrics

We offer an optional subscription ($26/year) that gives you access to the following 12 additional weather metrics:

| Metric name        | Aliases             |
| ------------------ | ------------------- |
| rainfall           | rain, precipitation |
| chance of rain     |                     |
| snowfall           | snow                |
| humidity           |                     |
| cloud cover        |                     |
| visibility         |                     |
| wind speed         |                     |
| wind direction     | wind                |
| dew point          |                     |
| UV index           |                     |
| pressure           |                     |
| pressure direction |                     |

And the following 6 astrological metrics:

| Metric name | Aliases |
| ----------- | ------- |
| sunrise     |         |
| sunset      |         |
| moonrise    |         |
| moonset     |         |
| moon phase  | moon    |

{% hint style="success" %}
The "Knowledge Assistant, Live Stocks & Advanced Weather" subscription is available in the [**Mac App Store**](https://apps.apple.com/us/app/soulver-3/id1508732804?ls=1) and is complimentary for our [**Setapp**](https://soulver.app/setapp) users\*\*.\*\*

By offering these costly data services as an optional subscription to just the users who need them, we're able to continue offering Soulver as a single purchase.
{% 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.soulver.app/documentation/live-data/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.
