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

# Getting Started

> Turn on CI data collection for a repository

Setting up CI is two things: telling Trunk which repositories to collect data for, and configuring ingestion from all your CI providers.

#### Prerequisites

* GitHub repositories install the Trunk app and Trunk CI app. [See Integrating with GitHub](/setup/integrations/github).
* If you are already using a trunk merge queue or uploading test data data ingestion will auto-start. Otherwise navigate to app.trunk.io/settings/repositories and enable 'CI Intelligence'

<Columns cols={2}>
  <Column>
    <Card title="GitHub Actions" icon="github" href="/ci/get-started/github-actions" cta="configure" />
  </Column>

  <Column>
    <Card title="BuildKite Pipelines" icon="https://mintcdn.com/trunk-4cab4936/I-5KiU2UEwbzi3fj/assets/icons/buildkite.svg?fit=max&auto=format&n=I-5KiU2UEwbzi3fj&q=85&s=b8cd4bdf067af9a69682317ccd00c42b" href="/ci/get-started/buildkite" cta="configure" width="256" height="256" data-path="assets/icons/buildkite.svg" />
  </Column>
</Columns>
