> ## Documentation Index
> Fetch the complete documentation index at: https://bruno-a6972042-mintlify-c74cb75a.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Run a Collection

Running your Bruno Collection allows you to interact with, and test, an API. We allow you to run your Collections a few different ways:

### Collection Runner

We have a built-in Collection Runner that allows for **unlimited** runs.

Run your Collection by either clicking the `...` button next to your Collection in the sidebar then select `Run`

<img src="https://mintcdn.com/bruno-a6972042-mintlify-c74cb75a/4oqtK1XUVPIkhMq3/v2/images/screenshots/get-started/bruno-basics/run_collection/run_collection.webp?fit=max&auto=format&n=4oqtK1XUVPIkhMq3&q=85&s=d65606b58e9f2844153e6193a050479d" alt="Click Run" width="2716" height="1232" data-path="v2/images/screenshots/get-started/bruno-basics/run_collection/run_collection.webp" />

or click the Collection Runner icon in the top bar of the application.

<img src="https://mintcdn.com/bruno-a6972042-mintlify-c74cb75a/4oqtK1XUVPIkhMq3/v2/images/screenshots/get-started/bruno-basics/run_collection/runnericon.webp?fit=max&auto=format&n=4oqtK1XUVPIkhMq3&q=85&s=3303072e02df00fa9b7af718d1e1969a" alt="Collection Runner" width="522" height="53" data-path="v2/images/screenshots/get-started/bruno-basics/run_collection/runnericon.webp" />

You'll now have access to run the collection, add parameters, or set a delay between requests.

> *Data-driven testing by using a .CSV file is available in our Golden and Ultimate Edition*

<img src="https://mintcdn.com/bruno-a6972042-mintlify-c74cb75a/4oqtK1XUVPIkhMq3/v2/images/screenshots/get-started/bruno-basics/run_collection/runner.webp?fit=max&auto=format&n=4oqtK1XUVPIkhMq3&q=85&s=fbfa76d389e66a391c7b983ad09a372f" alt="Collection Runner" width="2716" height="1274" data-path="v2/images/screenshots/get-started/bruno-basics/run_collection/runner.webp" />

### Automating Runs in CI/CD

Bruno offers a command-line utility to run Collections. This allows you to integrate your tests into a CI and build process.

For more information, head to the page for [Bruno CLI <strong><sup>↗</sup></strong>](https://docs.usebruno.com/bru-cli/overview)
