# Set up with API wizard & importer

Bravo offers several methods to speed up setting up API requests with API wizards and importers:

* **Airtable wizard:** connect to your [Airtable](https://airtable.com/) base and create sample requests in an easy way.
* **Xano wizard**: create all the requests needed to target your [Xano](https://xano.com/) API endpoints.
* **OpenAPI import**: import a JSON file including API information with the [OpenAPI specification](https://www.openapis.org/).
* **Postman import**: import a [Postman collection](https://www.postman.com/) in JSON format.
* **Swagger import**: import a [Swagger API](https://swagger.io/) in JSON format.

To create a new API collection with one of these methods, go to the Data Collections section and click on `Create a new collection`.

<figure><img src="/files/nwVK9QsC5PWbAELLHeFt" alt=""><figcaption></figcaption></figure>

In case you use the OpenAPI, Postman or Swagger import, you'll get to choose which API requests you want to generate, from the ones available in the uploaded file.

![](/files/-MlERyEedlC-w82scCtU)

After creating your API collection, you can further modify each request and select data paths. &#x20;

## API wizards & importer tutorials

{% content-ref url="/pages/-MflweVcfY\_ZbSf9hMtz" %}
[Using the Airtable API Wizard](/connect-api/set-up-api-requests/api-wizard-importer/airtable-using-the-airtable-api-wizard.md)
{% endcontent-ref %}

More coming soon!


---

# 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/api-wizard-importer.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.
