> ## Documentation Index
> Fetch the complete documentation index at: https://docs.boostgpt.co/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenWeatherMap

> Weather data and forecasts

## Overview

Connect OpenWeatherMap to get current weather and forecasts.

## Setup

<Steps>
  <Step title="Deploy">
    **Dashboard → Integrations → Connectors** → Find **OpenWeatherMap** → **Deploy**
  </Step>

  <Step title="Add to Agent">
    Agent → **Tools** tab → **Add Tool** → Select **OpenWeatherMap**
  </Step>

  <Step title="Configure">
    Enter your OpenWeatherMap API Key
  </Step>

  <Step title="Test">
    Playground: "What's the weather in San Francisco?"
  </Step>
</Steps>

## Example Usage

```text theme={null}
User: "Get weather for New York City"

Agent: New York weather:
       72°F, Partly cloudy
       Humidity: 65%
```

## Integration Example

**With Slack:**

```text theme={null}
User: "Post daily weather forecast to #general"

Agent: Posted to #general:
       Today: 75°F, Sunny ☀️
```

## Next Steps

<CardGroup cols={2}>
  <Card title="Mapbox" icon="map" href="/integrations/connectors/mapbox">
    Maps and location data
  </Card>

  <Card title="Slack" icon="slack" href="/integrations/connectors/slack">
    Team notifications
  </Card>
</CardGroup>
