# Codelessly CloudUI™

- [3-Minute Quick Start](https://docs.codelessly.com/codelessly-cloudui/3-minute-quick-start.md): Learn how to publish a canvas and embed it in your app.
- [Connecting Data](https://docs.codelessly.com/codelessly-cloudui/connecting-data.md): Learn how to connect data to the layouts and make them dynamic.
- [Calling Functions](https://docs.codelessly.com/codelessly-cloudui/calling-functions.md): Learn how to call custom functions in the SDK.


---

# 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.codelessly.com/codelessly-cloudui.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.
