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

# Adding Libraries

> Add a public library to Context7 so AI coding assistants get up-to-date docs for it

Context7 indexes public libraries from their source repositories so developers get current, version-specific documentation inside their coding tools. Anyone can add a public library — you don't need to own it.

## Add a Library

The fastest way to add a library is through the web interface:

**[Add a Library →](https://context7.com/add-library)**

<Steps>
  <Step title="Open the Add Library page">
    Go to [context7.com/add-library](https://context7.com/add-library) and select the **GitHub** tab.
  </Step>

  <Step title="Paste the repository URL">
    Paste the public GitHub repository URL for the library you want to add.
  </Step>

  <Step title="Adjust parsing (optional)">
    Optionally narrow what gets indexed by setting included folders and exclusions. For finer control — committed to the repository itself — add a `context7.json` file (see [Library Owners](/library-owners)).
  </Step>

  <Step title="Submit">
    Submit the repository. Context7 parses and indexes the documentation, then makes it available by its [library ID](/api-guide) (format: `/org/project`).
  </Step>
</Steps>

<Note>
  This page is for **public** libraries. To add internal or private documentation, see the [Private Sources](/howto/private-sources) guide (requires a Pro or Enterprise plan).
</Note>

## Maintain the Library?

If you own or maintain the library, you can take control of how it appears in Context7 — configure parsing with `context7.json`, manage versions through a web admin panel, and get higher refresh limits.

<CardGroup cols={2}>
  <Card title="Library Owners" icon="gear" href="/library-owners">
    Control parsing and presentation with `context7.json`
  </Card>

  <Card title="Claim Your Library" icon="circle-check" href="/howto/claiming-libraries">
    Verify ownership and unlock the admin panel
  </Card>
</CardGroup>

## Keeping Docs Fresh

Once a library is added, Context7 [refreshes its documentation automatically](/library-updates) based on popularity, so developers keep receiving up-to-date docs without any manual work.

For tighter control, add the [Context7 GitHub Action](/integrations/github-actions) to trigger a refresh on every push to your default branch — so a new release's docs are indexed as soon as you ship it.

## Need Help?

If you encounter issues or need assistance adding a library, please [open an issue](https://github.com/upstash/context7/issues/new/choose) or reach out to our community.
