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

# Beer & Brewery Data

> Access comprehensive beer and brewery data

Beer API provides detailed information about beers, breweries, and brewing processes through RapidAPI.

## Overview

<CardGroup cols={2}>
  <Card title="Create Account" icon="user">
    Sign up for a RapidAPI account
  </Card>

  <Card title="Get API Key" icon="key">
    Subscribe to Beer API and get your key
  </Card>

  <Card title="Copy into Anything" icon="plug">
    Add your API key to Anything's secrets
  </Card>
</CardGroup>

## Account Creation

<Steps>
  <Step title="Visit RapidAPI Website">
    Go to [rapidapi.com](https://rapidapi.com/) and click "Sign Up"

    <img src="https://mintcdn.com/create/FQ38N__i9RkapQvc/images/beerapi/homepage.png?fit=max&auto=format&n=FQ38N__i9RkapQvc&q=85&s=949a7b5134f7b8e150fef980c9a28484" style={{ borderRadius: '0.5rem', width: '624px', height: '303px' }} width="2332" height="1288" data-path="images/beerapi/homepage.png" />
  </Step>

  <Step title="Subscribe to Beer API">
    * Go to [https://rapidapi.com/winevybe/api/beer9/pricing](https://rapidapi.com/winevybe/api/beer9/pricing)
    * Select a subscription plan
    * Complete the subscription process
  </Step>
</Steps>

## Generate API Key

<Steps>
  <Step title="Access Your Dashboard">
    1. Log in to your RapidAPI account
    2. Navigate to the Beer API page

    <img src="https://mintcdn.com/create/FQ38N__i9RkapQvc/images/beerapi/dashboard.png?fit=max&auto=format&n=FQ38N__i9RkapQvc&q=85&s=2fe5378c501c8fb764990952fe317284" style={{ borderRadius: '0.5rem' }} width="2702" height="1296" data-path="images/beerapi/dashboard.png" />
  </Step>

  <Step title="Get Your API Key">
    1. Subscribe to the API if you haven't already
    2. Copy your RapidAPI key from the endpoint examples

    <img src="https://mintcdn.com/create/FQ38N__i9RkapQvc/images/beerapi/apigen.png?fit=max&auto=format&n=FQ38N__i9RkapQvc&q=85&s=850d6a1ffa74de3c171ffd58f4418322" style={{ borderRadius: '0.5rem' }} width="1616" height="790" data-path="images/beerapi/apigen.png" />
  </Step>

  <Step title="Secure Your API Key">
    1. Store your API key safely

    <Warning>
      Keep your API key secure - it grants access to all your RapidAPI subscriptions
    </Warning>
  </Step>
</Steps>

## Add to Anything project

<Steps>
  <Step title="Add the integration">
    1. In your Anything project, type `/` in the chat
    2. Select "Beer API" from the menu
  </Step>

  <Step title="Add your API key">
    1. Paste your RapidAPI key into the "RAPID\_API\_KEY" field

    <Tip>
      Need a new key? Find it in your RapidAPI dashboard.
    </Tip>
  </Step>

  <Step title="Use it">
    You can now use prompts with the integration to access beer data.

    Some examples:

    * `Search for beers by name using /BeerAPI`
    * `Get brewery information with /BeerAPI`
    * `Build a beer recommendation app using /BeerAPI`

    <Warning>
      The API has rate limits based on your plan. Avoid making too many requests in a short time.
    </Warning>

    Example prompt for optimization:

    ```
    When using /BeerAPI, save the beer data so it loads faster next time
    ```
  </Step>
</Steps>

<Tip>
  Your Beer API integration is now ready! Use the `/BeerAPI` command in chat to access beer and brewery data.
</Tip>
