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

# Tutorials

> Hands-on walkthroughs of the Remyx workflow, from connecting a repo to closing the loop on an experiment.

Tutorials are organized into focused series. Each series covers a specific workflow end-to-end with a real example you can follow along on. Standalone tutorials cover smaller topics: integrations, individual product surfaces, single-task walkthroughs.

If you're new to Remyx, start with the [Get Started series](/tutorials/get-started/overview).

## Series

A series is a multi-part walkthrough where the artifact you produce in one tutorial carries into the next. Read the series in order for the full arc, or skip directly to the part you need.

<CardGroup cols={1}>
  <Card title="Get Started: Build your first project" icon="rocket" href="/tutorials/get-started/overview">
    Seven tutorials covering the full experimentation cycle on a real open-source AI project. Connect a repo, set up shared context, run an experiment, and review the result. About 50 minutes for the full series.
  </Card>
</CardGroup>

More series are in development. As Remyx adds product surfaces (observability hooks, custom integrations, scaled experiment orchestration), each will get its own series in this tab.

## Standalone tutorials

Single-topic walkthroughs that don't fit a longer series.

<CardGroup cols={1}>
  <Card title="Connect Tools to Your Experiments" icon="plug" href="/tutorials/connect-tools-to-experiments">
    Set up GitHub, Linear, Jira, and Slack integrations so experiments link to PRs, tickets, and channels.
  </Card>
</CardGroup>

## Looking for something else?

<CardGroup cols={2}>
  <Card title="ExperimentOps concepts" icon="book" href="/concepts/experimentops">
    The methodology behind the workflow
  </Card>

  <Card title="MCP Server reference" icon="server" href="/resources/mcp-server">
    All Remyx tools available to agents
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/api-reference">
    Endpoint-level reference
  </Card>

  <Card title="Roadmap" icon="map" href="/roadmap">
    What's shipped vs. on the roadmap
  </Card>
</CardGroup>
