# Build API Endpoint From Single Dataset

To see how to enable an API endpoint for a dataset, please see the [API Documentation](/the-basics/api-documentation.md).

Phiona supports many no-code app building tools via the REST API endpoint- see the documentation for each to integrate.

### No Code App Builders

Adalo - <https://help.adalo.com/integrations/external-collections-with-apis>

AppGuyver - <https://docs.appgyver.com/data/rest-api-direct-integration>

Bubble - <https://manual.bubble.io/core-resources/bubble-made-plugins/api-connector>

Draftbit - <https://docs.draftbit.com/docs/fetching-data>

UIBakery - <https://docs.uibakery.io/http>

Wappler - <https://docs.wappler.io/t/using-api-data-source/3670>


---

# 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.phiona.com/sharing-data/share-via-api-endpoint.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.
