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

# OpenLibrary

> Access books and library data

OpenLibrary provides access to millions of books, their metadata, and library information.

<Tip>
  OpenLibrary does not require an API key.
</Tip>

## Overview

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

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

## Account Creation

<Steps>
  <Step title="Visit OpenLibrary Website">
    Go to [openlibrary.org](https://openlibrary.org/) and click "Sign Up" in the top right corner

    <img src="https://mintcdn.com/create/VE4G9m6I567_bcO7/images/openlibrary/homepage.png?fit=max&auto=format&n=VE4G9m6I567_bcO7&q=85&s=1d8f3aa93e929f20e3167c1f5401ef08" style={{ borderRadius: '0.5rem' }} width="2178" height="1364" data-path="images/openlibrary/homepage.png" />
  </Step>

  <Step title="Choose Signup Method">
    * Sign up with email/password
  </Step>
</Steps>

## Add to Anything project

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

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

    Example prompts:

    * `Search for books about AI with /OpenLibrary`
    * `Get details about this book using /OpenLibrary`
    * `Create a reading list app with /OpenLibrary`

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

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