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

# Get started

> Welcome to the Super API guide

<img className="block rounded-xl" src="https://storage.googleapis.com/slite-cdn/super-assets/og-image-super-api-documentation.jpg" alt="Hero Light" />

## Grab your API key

Every call to our public API has to be authenticated with a personal API key, generated in your settings.

* Open the menu of your organization, located at the top left of the app
* Click on `Settings` then `API` tab
* You can now generate a new key
  <img src="https://mintcdn.com/super-3cd13bf9/SP3ppCz4uvgMVrRM/assets/api-settings.jpg?fit=max&auto=format&n=SP3ppCz4uvgMVrRM&q=85&s=8bc5815da6b177998537fefea56acd94" alt="api settings" width="1075" height="605" data-path="assets/api-settings.jpg" />

<Warning>
  Each API key is personal and authorizes access to all the user content.
</Warning>

## Make your first request

See our endpoints and use the playground to test your first requests:

<CardGroup cols={2}>
  <Card title="Ask a question" icon="message" href="/api-reference/ask-a-question">
    Ask a question to Super
  </Card>

  <Card title="Index custom content" icon="file-circle-plus" href="/api-reference/index-a-custom-content">
    Add custom content to your Super knowledge base
  </Card>

  <Card title="List custom content" icon="list" href="/api-reference/list-custom-content">
    View all your indexed custom content
  </Card>

  <Card title="Delete custom content" icon="trash" href="/api-reference/delete-custom-content">
    Remove content from your Super knowledge base
  </Card>

  <Card title="Trigger Super Digest" icon="envelope" href="/api-reference/trigger-super-digest">
    Generate and send a digest of your content
  </Card>
</CardGroup>
