> For the complete documentation index, see [llms.txt](https://docs.relevat.hu/supabase.js-bubble-plugin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.relevat.hu/supabase.js-bubble-plugin/setup/supabase-edge-functions/bubble-setup.md).

# Bubble Setup

Running the Edge Function from the element is super simple after you made all the setup.&#x20;

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

* The plugin support custom body, and header values, which will be sent after parsing them.&#x20;
* The Authorization Header will be sent automatically, and it's the same as for the Data element, meaning if you query the DB in the Edge Function RLS will be applied.&#x20;
* Once we get a 200 or 201 response the event "edge function finished" will be fired, so you can safely reference the reponse.&#x20;
* The plugin also uses AJV validation just like in the Data element, which is optional but highly recommended.&#x20;
