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

# Introduction

> Integrate PriceEdge with your applications and data pipelines. Learn how to authenticate, read and update table data, and receive real-time updates through webhooks. 

## Key Concepts

Connect to the PriceEdge API, manage table data, and subscribe to change events in real time.

<Columns cols={2}>
  <Card title="Get started" icon="pen-to-square" href="/api-reference/introduction">
    Make your first authenticated request.
  </Card>

  <Card title="Work with data" icon="terminal" href="/api-reference/endpoint/GET-DATA">
    Retrieve, filter, create, and update records in PriceEdge tables.
  </Card>

  <Card title="Use webhooks" icon="webhook" href="/api-reference/webhooks/webhook">
    Subscribe to PriceEdge events and securely process change notifications.
  </Card>

  <Card title="Extract prices" icon="sparkles" href="/api-reference/price-extraction/overview">
    Retrieve pricing results from PriceEdge for use in downstream systems, reports, and automated workflows.
  </Card>
</Columns>
