# API Connector

The API Connector allows you to set up a RESTful API Connection with any compatible external system.

* For the quick reference detailing the technical specifics of the API Connector, see [this article](https://manual.bubble.io/core-resources/api/the-api-connector).
* For the long-form article on how to use the API Connector see [this article](https://manual.bubble.io/help-guides/integrations/api/the-api-connector).


---

# 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://manual.bubble.io/core-resources/bubble-made-plugins/api-connector.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.
