> ## Documentation Index
> Fetch the complete documentation index at: https://bruno-a6972042-mintlify-e71a9da4.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-e71a9da4/hGIjL4lTnWcO9ANt/v2/images/screenshots/get-started/bruno-basics/run_collection/run_collection.webp?fit=max&auto=format&n=hGIjL4lTnWcO9ANt&q=85&s=a23be64a8d5de365660281f03e060e52" 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-e71a9da4/hGIjL4lTnWcO9ANt/v2/images/screenshots/get-started/bruno-basics/run_collection/runnericon.webp?fit=max&auto=format&n=hGIjL4lTnWcO9ANt&q=85&s=b52d7b4453bbca4cf9b00cfe54c0bf5e" 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-e71a9da4/hGIjL4lTnWcO9ANt/v2/images/screenshots/get-started/bruno-basics/run_collection/runner.webp?fit=max&auto=format&n=hGIjL4lTnWcO9ANt&q=85&s=f0d93d110a2f9e069513377acbcc7b19" 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)
