> For the complete documentation index, see [llms.txt](https://docs.satisfilabs.com/resource-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.satisfilabs.com/resource-center/ai-agent-engine/features-and-integrations/features/weather-feature.md).

# Weather Feature

## Overview

The Weather Add-On feature is a handy tool that empowers AI Chat to provide accurate and real-time weather information in response to user inquiries. Users can effortlessly ask about the weather at a specific venue, enabling them to plan their activities based on current and forecasted weather conditions.

The feature is a great fit for outdoor venues/events, and ski resorts.

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

## Feature Benefits

* Users can seamlessly obtain venue-specific weather information, aiding in better planning for their day.
* AI Chat promptly delivers accurate, conversational, and relevant weather details in response to user queries.

## Feature Functionality

* Our integration leverages an API platform to enhance AI Chat's capabilities in responding to weather-related queries.&#x20;
* Users can ask about the seven-day weather forecast at a particular venue or location.&#x20;
* AI Chat interprets date queries in any format, providing information for today, the upcoming week, or specific dates.
* Both "Fahrenheit" and "Celsius" are supported.&#x20;

## How to Install

If you are interested in setting up this feature, use the request portal[ **HERE**](https://satisfi-labs.atlassian.net/servicedesk/customer/portal/10/group/45/create/178), and our Implementation team will connect with you and install the feature.<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.satisfilabs.com/resource-center/ai-agent-engine/features-and-integrations/features/weather-feature.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
