> ## Documentation Index
> Fetch the complete documentation index at: https://bruno-a6972042-mintlify-71caebff.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-71caebff/CHP37XdxOf5nqjR6/v2/images/screenshots/get-started/bruno-basics/run_collection/run_collection.webp?fit=max&auto=format&n=CHP37XdxOf5nqjR6&q=85&s=73f884e6a9078830d2e6cb920e1a64dc" 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-71caebff/CHP37XdxOf5nqjR6/v2/images/screenshots/get-started/bruno-basics/run_collection/runnericon.webp?fit=max&auto=format&n=CHP37XdxOf5nqjR6&q=85&s=0e40b9fe5dade8bfb2b2dc18eb11838f" 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-71caebff/CHP37XdxOf5nqjR6/v2/images/screenshots/get-started/bruno-basics/run_collection/runner.webp?fit=max&auto=format&n=CHP37XdxOf5nqjR6&q=85&s=e28bee448fa64be9d068d3050f623f63" 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)
