# Intro

This plugin was created by [Estare](https://estare.com.br/en), a Bubble Agency and software development company, that believes no-code/low-code is meant to make your job as a developer easier, faster and more efficient.

This plugins is meant to reduce the Workload Units consumption of Bubble applications, by taking the request from the regular API Connector and making them from the the user's browser.

When a call is made from the browser, it doesn't use Bubble's servers, i.e. no WU are spent.

{% hint style="warning" %}
Thought making API calls from the front-end helps to reduce loads of server-side actions, there might be security concerns involved, specially if you need to use an API Key to make your requests.

Make sure to make the API keys used on the front-end restricted to your domain only, since it will be exposed to possible crackers/hackers.
{% endhint %}

To get started, simply add the API Connector Front-end plugin to your application.

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


---

# 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://estare.gitbook.io/api-connector-front-end-or-bubble-plugin-or-estare/readme.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.
