# Telnyx Compute: Overview — Full Documentation > Complete page content for Overview (Compute section) of the Telnyx developer docs (https://developers.telnyx.com). > This file: https://developers.telnyx.com/docs/development/llms/compute-overview-llms-full-txt · Root index: https://developers.telnyx.com/llms.txt ## Overview ### Edge Compute > Source: https://developers.telnyx.com/docs/edge-compute/platform-overview.md Edge Compute is the platform of compute primitives you use to build and deploy applications to the Telnyx edge — serverless functions, stateful actors, KV, object storage, and [SQL databases](/docs/edge-compute/sqldb) *(Beta)*. It's particularly powerful when combined with two other sets of Telnyx primitives to create AI agents that act in the physical world: - **AI** — [inference](/docs/inference/models), [embedding](/docs/inference/embedding-rag), [RAG](/docs/inference/embedding-rag), memory *(coming soon)*, [text-to-speech](/docs/voice/tts/overview), [speech-to-text](/docs/voice/stt/overview), and [voice design](/docs/voice/voice-design-lab) - **Real-world communication** — [calling](/docs/voice/overview), [messaging](/docs/messaging/messages/send-message), and email *(coming soon)* ## Start building - [Functions quickstart](/docs/edge-compute/quickstart) — install the CLI, scaffold, ship, and curl a live URL - [Call the Telnyx API](/docs/edge-compute/telnyx-api/quick-start) — reach calling, messaging, and AI from a function, no keys in your code - [Stateful Actors quick start](/docs/edge-compute/stateful-actors/quick-start) — durable per-entity state and coordination - [KV quick start](/docs/edge-compute/kv/quick-start) — create a namespace, bind it, read and write - [Pricing](/docs/edge-compute/platform/pricing) and [Limits](/docs/edge-compute/platform/limits) ---