# FalkorDB Docs: FalkorDB Cloud

> Official FalkorDB documentation — the high-performance graph database for GraphRAG, Cypher queries, and knowledge graphs powering accurate GenAI applications.

> ## Agent Instructions
> FalkorDB is a graph database that speaks the Redis protocol. Queries are issued as OpenCypher through the GRAPH.QUERY and GRAPH.RO_QUERY commands, not over Bolt or a SQL connection.
> FalkorDB implements a subset of OpenCypher with proprietary extensions. Do not assume Neo4j-only syntax or procedures are available — check /cypher/cypher-support and /cypher/known-limitations before using a clause.
> FalkorDB is the successor to RedisGraph, but they are separate products. Do not present RedisGraph commands, versions, or limitations as current FalkorDB behavior.
> Use the official clients listed in /getting-started/clients rather than generic Redis or Neo4j drivers, and prefer the language the user is already working in.
> Configuration parameters are set with GRAPH.CONFIG SET or at startup; cite the exact parameter name from /getting-started/configuration rather than inventing one.
> This site covers four products: FalkorDB (core), FalkorDB Cloud, FalkorDB Enterprise, and the GraphRAG SDK. Name which one an answer applies to, since setup and operations differ.

## FalkorDB Cloud

- [FalkorDB Cloud / API Reference (209 pages)](https://docs.falkordb.com/_llms/falkor-db-cloud/api-reference.md): Documentation for FalkorDB Cloud / API Reference.

### Guides

#### Getting Started

- [FalkorDB Cloud](https://docs.falkordb.com/cloud/index.md): Provision and manage FalkorDB instances with the FalkorDB Cloud API
- [Quickstart](https://docs.falkordb.com/cloud/quickstart.md): Create your first FalkorDB Cloud instance with the API
- [Features](https://docs.falkordb.com/cloud/features.md): FalkorDB DBaaS Features

#### Service tiers

- [Free Tier](https://docs.falkordb.com/cloud/tiers/free.md): FalkorDB DBaaS Free Tier
- [Startup Tier](https://docs.falkordb.com/cloud/tiers/startup.md): FalkorDB DBaaS Startup Tier
- [Pro Tier](https://docs.falkordb.com/cloud/tiers/pro.md): FalkorDB Cloud Pro Tier starting at $350/month with high availability, multi-zone deployment, cluster support, continuous persistence, and 24/7 dedicated support for production workloads.
- [Enterprise Tier](https://docs.falkordb.com/cloud/tiers/enterprise.md): FalkorDB DBaaS Enterprise Tier

#### Operations

- [Export and Import](https://docs.falkordb.com/cloud/operations/export-import.md): Export and import a FalkorDB Cloud instance using RDB. Export to a download link, Google Cloud Storage, or Amazon S3. Import from a file, URL, cloud storage, or another instance. Schedule recurring exports on Pro and Enterprise.
- [Upgrading Instances](https://docs.falkordb.com/cloud/operations/upgrading-instances.md): Change the database size of a Startup, Pro, or Enterprise instance with the edit button. Deployment type and tier changes require creating a new instance and importing your data.
- [User Management](https://docs.falkordb.com/cloud/operations/user-management.md): Guide to managing database users on a FalkorDB Cloud instance. Learn how to create, update, and delete users, assign ACL presets, and apply custom Redis ACL rules.
- [Monitoring Dashboard](https://docs.falkordb.com/cloud/operations/monitoring-dashboard.md): Guide to the FalkorDB Cloud Grafana monitoring dashboard. Learn what each panel shows and how to read it, including memory, commands, latency, system, and client metrics.
- [Maintenance Windows](https://docs.falkordb.com/cloud/operations/maintenance-windows.md): FalkorDB Cloud maintenance windows for Enterprise deployments. Learn when maintenance happens, what to expect during it, and how to coordinate a window with our team.
