> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usebruno.com/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/AOj2m048GXo9TVHU/v2/images/screenshots/get-started/bruno-basics/run_collection/run_collection.webp?fit=max&auto=format&n=AOj2m048GXo9TVHU&q=85&s=7db342bb5e09108140a635b3e50f030b" 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/AOj2m048GXo9TVHU/v2/images/screenshots/get-started/bruno-basics/run_collection/runnericon.webp?fit=max&auto=format&n=AOj2m048GXo9TVHU&q=85&s=8232632822f0e3509e76edb0a2539ccf" 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/AOj2m048GXo9TVHU/v2/images/screenshots/get-started/bruno-basics/run_collection/runner.webp?fit=max&auto=format&n=AOj2m048GXo9TVHU&q=85&s=afae582e9172dd488b7241c758731550" 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)
