# Trajectory > Turn your traces and telemetry into Trajectories — the primitive for Continual Learning. ## Docs - [Core Concepts](https://docs.trajectory.ai/concepts.md): Trajectories, Steps, Turns, Messages, and how they fit together. - [Introduction](https://docs.trajectory.ai/introduction.md): Turn your traces and telemetry into Trajectories - the core primitive for Continual Learning. - [Platform](https://docs.trajectory.ai/platform.md): A web UI for browsing and managing imported traces. - [Quickstart](https://docs.trajectory.ai/quickstart.md): Install the SDK and export your first trajectories in under 5 minutes. - [API Reference](https://docs.trajectory.ai/sdk/api-reference.md): Complete reference for all Trajectory SDK functions, primitives, and helpers. - [Bring Your Own Data](https://docs.trajectory.ai/sdk/bring-your-own-data.md): Build trajectories from CSV, JSONL, OpenAI, Anthropic, or any custom format — no provider required. - [Bulk Export](https://docs.trajectory.ai/sdk/bulk-import.md): Export all conversations from a LangSmith project, convert to Trajectories, and upload to the Trajectory platform. - [Import Traces](https://docs.trajectory.ai/sdk/import-traces.md): Standard workflow: connect to a provider, list conversations, and import them as Trajectories. - [Linking Events to Trajectories](https://docs.trajectory.ai/sdk/linking-events-to-trajectories.md): How TraceContext and trace_id correlate telemetry events with uploaded trajectories. - [PII Redaction](https://docs.trajectory.ai/sdk/pii-redaction.md): Strip sensitive data from trajectories before they leave your environment. - [Streaming Traces](https://docs.trajectory.ai/sdk/streaming.md): Capture traces from live agent runs in real time. - [Telemetry Events](https://docs.trajectory.ai/sdk/telemetry-events.md): Push product telemetry events from your app into Trajectory. ## OpenAPI Specs - [openapi](https://docs.trajectory.ai/api-reference/openapi.json)