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

# GIPHY

> Access GIFs and animated content

GIPHY API provides access to the world's largest library of GIFs, stickers, and animated content.

## Overview

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

  <Card title="Get API Key" icon="key">
    Generate your GIPHY 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 GIPHY Developers">
    Go to [developers.giphy.com](https://developers.giphy.com/) and click "Create an Account"

    <img src="https://mintcdn.com/create/h7brMl8OkFSdcGO6/images/giphy/homepage.png?fit=max&auto=format&n=h7brMl8OkFSdcGO6&q=85&s=77be4069694639fdbeabec383d31017f" style={{ borderRadius: '0.5rem' }} width="2604" height="1366" data-path="images/giphy/homepage.png" />
  </Step>

  <Step title="Create Developer Account">
    * Sign up with email/password
    * Or continue with existing GIPHY account

    <img src="https://mintcdn.com/create/h7brMl8OkFSdcGO6/images/giphy/signup.png?fit=max&auto=format&n=h7brMl8OkFSdcGO6&q=85&s=54b43d681d6a54eb2c40432a9357951e" style={{ borderRadius: '0.5rem' }} width="770" height="1226" data-path="images/giphy/signup.png" />
  </Step>
</Steps>

## Generate API Key

<Steps>
  <Step title="Create an App">
    1. Go to your GIPHY Developer dashboard
    2. Click "Create an API Key"
    3. Select "API" access type

    <img src="https://mintcdn.com/create/h7brMl8OkFSdcGO6/images/giphy/pickapi.png?fit=max&auto=format&n=h7brMl8OkFSdcGO6&q=85&s=0445a8fccb350e84b19dbdded3a731c1" style={{ borderRadius: '0.5rem' }} width="1288" height="1166" data-path="images/giphy/pickapi.png" />

    <Warning>
      Free tier has rate limits - monitor your usage
    </Warning>
  </Step>

  <Step title="Get API Key">
    1. Name your app (e.g., "Anything Integration")
    2. Add a brief description
    3. Copy your API key

    <img src="https://mintcdn.com/create/h7brMl8OkFSdcGO6/images/giphy/apigen.png?fit=max&auto=format&n=h7brMl8OkFSdcGO6&q=85&s=dbf280a21421cf30f73de896fcb21304" style={{ borderRadius: '0.5rem' }} width="2250" height="984" data-path="images/giphy/apigen.png" />
  </Step>
</Steps>

## Add to Anything project

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

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

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

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

    Example prompts:

    * `Find reaction GIFs using /GIPHY`
    * `Add animated stickers with /GIPHY`
    * `Create a GIF picker using /GIPHY`

    <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 /GIPHY, save the GIF URLs so my app doesn't have to fetch them again
    ```
  </Step>
</Steps>

<Tip>
  Your GIPHY integration is ready! Use `/GIPHY` in chat to access GIFs.
</Tip>
