> ## 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.

# Yelp

> Access business data and reviews

Yelp provides access to millions of business listings, reviews, and ratings through their Fusion API.

## Overview

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

  <Card title="Get API Key" icon="key">
    Generate your Yelp API 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 Yelp Developers">
    Go to [yelp.com/developers](https://www.yelp.com/developers) and click "Log In"

    <img src="https://mintcdn.com/create/gRjeYBLWcrADikTp/images/yelp/homepage.png?fit=max&auto=format&n=gRjeYBLWcrADikTp&q=85&s=8ca73f39af39e49e54e4e696e1f5bfc2" style={{ borderRadius: '0.5rem' }} width="2794" height="1262" data-path="images/yelp/homepage.png" />
  </Step>

  <Step title="Create Developer Account">
    * Sign up using the link sent to your email

    <img src="https://mintcdn.com/create/A7ioX6mFf_fZCMaa/images/yelp/signin.png?fit=max&auto=format&n=A7ioX6mFf_fZCMaa&q=85&s=735279c905c3495b334a8d4571381496" style={{ borderRadius: '0.5rem' }} width="1052" height="938" data-path="images/yelp/signin.png" />
  </Step>
</Steps>

## Generate API Key

<Steps>
  <Step title="Create New App">
    1. Go to the Yelp Fusion dashboard
    2. Click "Create New App"
    3. Fill in your app details

    <img src="https://mintcdn.com/create/gRjeYBLWcrADikTp/images/yelp/manageapi.png?fit=max&auto=format&n=gRjeYBLWcrADikTp&q=85&s=5a089139039db89eccc11624cd8689ef" style={{ borderRadius: '0.5rem' }} width="2790" height="1286" data-path="images/yelp/manageapi.png" />

    <Warning>
      Keep your API key secure - it grants access to your Yelp API quota
    </Warning>
  </Step>

  <Step title="Copy Your Key">
    <img src="https://mintcdn.com/create/gRjeYBLWcrADikTp/images/yelp/apigen.png?fit=max&auto=format&n=gRjeYBLWcrADikTp&q=85&s=b5d609854d5c3cbcdb041bde277714dc" style={{ borderRadius: '0.5rem' }} width="2744" height="1206" data-path="images/yelp/apigen.png" />

    1. Copy the generated API key
    2. Store it securely
  </Step>
</Steps>

## Add to Anything project

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

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

    <Tip>
      Need a new key? Generate one in your Yelp Developers dashboard.
    </Tip>
  </Step>

  <Step title="Start searching">
    You can now use prompts with the integration to access business data.

    Example prompts:

    * `Find restaurants near me using /Yelp`
    * `Get business reviews with /Yelp`
    * `Create a local business directory with /Yelp`

    <Warning>
      The API limits how often your app can fetch data. If your app loads the same data often, ask the agent to save it locally so it doesn't re-fetch every time.
    </Warning>

    Example prompt for optimization:

    ```
    When using /Yelp, save the business details so my app doesn't have to fetch it again
    ```
  </Step>
</Steps>

<Tip>
  Your Yelp integration is ready! Use `/Yelp` in chat to access business data.
</Tip>
