# ScopeDB documentation > Official documentation for ScopeDB Cloud, a serverless database for event > analytics. Use the guides for tasks, the developer docs for clients and APIs, > and the reference for exact query syntax and functions. ## Get started - [Quickstart](https://docs.scopedb.io/guides/quickstart): Create a table and run your first queries in ScopeDB Console. - [Cloud concepts](https://docs.scopedb.io/guides/cloud-concepts): Understand workspaces, the Console, API addresses, and the data catalog. - [Connect an application](https://docs.scopedb.io/guides/connect-to-scopedb): Configure a workspace endpoint and API key. ## Work with data - [Ingest data](https://docs.scopedb.io/guides/ingest-events): Load application events and transform incoming rows. - [Query data](https://docs.scopedb.io/guides/query-events): Filter, search, aggregate, and join event data. - [Model semi-structured data](https://docs.scopedb.io/guides/model-flexible-events): Choose typed and flexible fields. - [Authentication and API keys](https://docs.scopedb.io/guides/authentication): Create, store, rotate, and revoke workspace keys. ## Build with ScopeDB - [SDK overview](https://docs.scopedb.io/developer/sdks): Choose a supported SDK. - [Node.js SDK](https://docs.scopedb.io/developer/nodejs): Use the JavaScript and TypeScript client. - [Go SDK](https://docs.scopedb.io/developer/go): Use the Go client. - [Rust SDK](https://docs.scopedb.io/developer/rust): Use the async Rust client. - [HTTP API](https://docs.scopedb.io/developer/http-api): Request, response, statement lifecycle, and error contracts. - [ScopeDB CLI](https://docs.scopedb.io/developer/scopedb-cli): Install the CLI and query from a terminal or script. ## Reference - [Query syntax](https://docs.scopedb.io/reference/commands/stmt-query): Query pipeline syntax and examples. - [Statements](https://docs.scopedb.io/reference/commands/statements): Data definition and manipulation statements. - [Data types](https://docs.scopedb.io/reference/data-types): Scalar, temporal, and semi-structured types. - [Functions](https://docs.scopedb.io/reference/functions): Aggregate, scalar, window, and system functions. ## Optional - [Sitemap](https://docs.scopedb.io/sitemap.xml): Complete documentation URL index.