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

# Tutorials

> Follow practical paths for learning 0mcp.

Start with the path that matches your goal.

<CardGroup cols={2}>
  <Card title="Create your first server" icon="rocket" href="/get-started/quick-start">Import, publish, try, and connect an API.</Card>
  <Card title="Prepare an OpenAPI document" icon="file-code" href="/api-sources/openapi">Learn what makes an import clear and useful.</Card>
  <Card title="Build a safe tool list" icon="wrench" href="/capabilities/tools">Choose operations and improve tool details.</Card>
  <Card title="Publish without surprises" icon="history" href="/guides/versioning">Use saved versions and return to a known setup.</Card>
</CardGroup>

For your first project, use a small API with one or two read-only operations. Add write operations only after you are comfortable with authentication, logs, and versioning.

<Tip>
  A small read-only API is the easiest way to learn the full import, publish, test, and connect workflow safely.
</Tip>
