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

# Extensions

> Seamlessly access popular PostgreSQL ecosystem tools within RelytONE.

Relyt ONE comes pre-configured with a selection of widely-adopted PostgreSQL extensions, enabling you to leverage the broader ecosystem's capabilities with minimal setup. Below is a collection of the extensions currently available.

## Supported Extensions

<CardGroup cols={2}>
  <Card title="PostGIS" icon="map-location-dot" href="/docs/extensions/postgis">
    Spatial database extender for PostgreSQL.
  </Card>

  <Card title="TimescaleDB" icon="chart-line" href="/docs/extensions/timescaledb">
    Time-series database optimized for fast ingest and complex queries.
  </Card>

  <Card title="PGMQ" icon="layer-group" href="/docs/extensions/pgmq">
    A lightweight message queue for PostgreSQL.
  </Card>

  <Card title="uuid-ossp" icon="fingerprint" href="/docs/extensions/uuid-ossp">
    Generate and manage Universally Unique Identifiers (UUIDs).
  </Card>
</CardGroup>
