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

# PokéAPI

> Access Pokémon data and information

PokéAPI provides comprehensive data about Pokémon, including stats, abilities, and evolution chains.

<Tip>
  PokéAPI is free and does not require an API key.
</Tip>

## Overview

<CardGroup cols={2}>
  <Card title="Create Account" icon="user">
    No account needed
  </Card>

  <Card title="Copy into Anything" icon="plug">
    Ready to use immediately
  </Card>
</CardGroup>

## Add to Anything project

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

  <Step title="Start using">
    You can now use prompts with the integration to access Pokémon data.

    Example prompts:

    * `Get details about Pikachu using /PokeAPI`
    * `Build a Pokédex app with /PokeAPI`
    * `List all fire-type Pokemon using /PokeAPI`

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

    Example prompt for optimization:

    ```
    When using /PokeAPI, save the Pokemon details so they load faster next time
    ```
  </Step>
</Steps>

<Tip>
  Your PokéAPI integration is ready! Use `/PokeAPI` in chat to access Pokémon data.
</Tip>
