# Depths AI Documentation ## Docs - [Architecture](https://docs.depthsai.com/architecture.md): Bird’s-eye view of signal flow, components, and storage model. - [CLI options](https://docs.depthsai.com/guides/cli-options.md): Deep dive into each depths CLI command with flags and OS-specific examples. - [Customizing Depths](https://docs.depthsai.com/guides/customize-depths.md): Configure DepthsLoggerOptions with LogProducerConfig and LogAggregatorConfig, verify persistence, and reload. - [Depths from scratch](https://docs.depthsai.com/guides/depths-from-scratch.md): Create a DepthsLogger, ingest a small dataset, and run a basic query end to end. - [Querying possibilities with Depths](https://docs.depthsai.com/guides/depths-querying.md): Explore read_logs as LazyFrame or dicts, apply predicates, project columns, and group results. - [S3 backups from scratch](https://docs.depthsai.com/guides/s3-backups.md): Load S3 config from env, ingest to a past day, seal and ship, and query back from S3. - [Quickstart - Experience depths in 100 seconds](https://docs.depthsai.com/quickstart.md): Start an OTLP/HTTP server with the CLI and send your first signal. - [S3 Configuration](https://docs.depthsai.com/s3-configuration.md): Configure S3 with environment variables, start the server, and query sealed days from S3 using the CLI. ## OpenAPI Specs - [openapi](https://docs.depthsai.com/openapi.json)