> ## Documentation Index
> Fetch the complete documentation index at: https://to11.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Frequently Asked Questions

> Common questions about using to11.

## Getting started

**How do I send my first request?**
Follow the [Quickstart](/docs/get-started/quickstart) — it takes you from sign-up to a traced LLM call.

**What's the difference between an organization, a workspace, and a project?**
Everything nests into Organization → Workspace → Project. See [Core Concepts](/docs/get-started/concepts).

**Do I need to change my application code?**
No. Point your SDK's base URL at the gateway and authenticate to to11 with the `x-to11-authorization` header — your application logic stays the same. See [Integrations](/docs/integrations/overview).

## Providers & integrations

**Which SDKs are supported?**
The OpenAI, Anthropic, and Vercel AI SDKs. See [Integrations](/docs/integrations/overview).

**Which model providers can I use?**
OpenAI, Anthropic, and Cohere have native adapters. Many more work through the gateway as OpenAI-compatible providers (such as xAI, Mistral, and Groq) or as cloud platforms with their own auth (Azure OpenAI, Google Gemini, and AWS Bedrock). See [Supported providers](/docs/reference/providers) for the full list.

**Can I send a request in one format and route it to a different provider?**
Yes. The gateway translates between wire formats, so you can send an OpenAI-format request and route it to Anthropic (and back). See [Deploy](/docs/deploy/overview).

## Observability & data

**Where do I see my traces?**
Open your project and go to **Traces**. Every call through the gateway becomes an OpenTelemetry-native trace. See [Observe](/docs/observe/overview).

**Does to11 record my prompts and completions?**
Yes. Content capture is on by default, and prompt and completion text is recorded verbatim on your spans. It's a gateway-level setting managed by to11 — there's no per-request header or dashboard toggle to turn it off. If your data-handling requirements mean this content must not be stored, contact to11. See [Content capture](/docs/instrument/content-capture).

**Is evaluation available?**
Not yet — it's coming soon. See [Evaluate](/docs/evaluate/overview).

## Access & security

**How do I invite a teammate?**
See [Team](/docs/platform/team).

**How do I control who can do what?**
See [Roles & permissions](/docs/platform/roles-and-permissions).

**How do I create or rotate an API key?**
See [API keys](/docs/platform/api-keys).

## Still stuck?

**Where do I report a bug or ask a question?**
The [to11 community on GitHub](https://github.com/to11ai/community) is the place to ask questions, report bugs, and request features. See [Getting help](/docs/help/support).
