# Set up from scratch

An **API collection** is a group of API requests. Usually, these API requests are targeting the same tool.&#x20;

For instance, inside the same API collection, you could have a GET request listing data from a database table, and a POST request to create a new row in the same table. However, you can also have requests targeting different APIs in the same collection. Bravo allows you to add as many API requests as you wish to a collection.

&#x20;![](/files/pxgxVfVKPCLgrUEsKHS7)

To create a new collection, go to the Data Collections section and click on `Create a new collection`. Choose one of the following options:

* **Start from scratch**: in case you want to set up all your requests from scratch, choose this option.
* **Use an** [**API wizard or importer**](/connect-api/set-up-api-requests/api-wizard-importer.md#api-wizards-and-importer-tutorials)

After creating your API collection, you can go ahead and [set up your first API requests](/connect-api/set-up-api-requests/creating-an-api-collection/airtable/set-up-an-api-get-request-for-list-page-airtable.md).

![](/files/-MlE83PU3jPZ5WjRhqXo)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bravostudio.app/connect-api/set-up-api-requests/creating-an-api-collection.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
