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

# Extractbase API Reference

> Welcome to the Extractbase documentation

<Note>
  **Full documentation and guides are coming soon.** In the meantime, please
  have a look at our API reference docs, try out the [live
  demo](https://extractbase.com/#demo), and [sign up to the beta
  list](https://extractbase.com/#signup) for early access.
</Note>

<img src="https://mintcdn.com/extractbase/tx1oZcR7dCwwva3b/images/hero.png?fit=max&auto=format&n=tx1oZcR7dCwwva3b&q=85&s=ff585f67c5d63c4c0da0732e4aac096f" alt="Extractbase – Query the web like it's an API" className="rounded-xl" noZoom width="1260" height="630" data-path="images/hero.png" />

## Queries

<CardGroup cols={3}>
  <Card title="Page" icon="file-lines" href="/reference/graphql/queries/page">
    Navigate to a URL, load HTML content, or access the current page.
  </Card>

  <Card title="Content" icon="file-code" href="/reference/graphql/queries/page/content">
    Retrieve the fully rendered HTML content of pages.
  </Card>

  <Card title="Markdown" icon="markdown" href="/reference/graphql/queries/page/markdown">
    Convert pages to clean markdown for LLMs.
  </Card>

  <Card title="Screenshot" icon="camera" href="/reference/graphql/queries/page/screenshot">
    Captures screenshots of rendered pages.
  </Card>

  <Card title="PDF" icon="file-pdf" href="/reference/graphql/queries/page/pdf">
    Generate PDF files from pages.
  </Card>
</CardGroup>

## AI Mutations

<CardGroup cols={3}>
  <Card title="Act" icon="hand" href="/reference/graphql/mutations/act">
    Instruct the browser to take an action in natural language.
  </Card>

  <Card title="Extract" icon="circle-down" href="/reference/graphql/mutations/extract">
    Extract data from the page with a description and a JSON schema.
  </Card>

  <Card title="Observe" icon="eye" href="/reference/graphql/mutations/observe">
    Identify relevant page content and interactive elements.
  </Card>
</CardGroup>
