# Quick start

Follow along with these quick starts to learn the most common and fundamental composition scripts in real-world situations.

Once you're familiar with these scripts, you'll be able to streamline your overlay workflows. You'll also be able to use our [cheat sheets](/composition-scripting/cheat-sheets.md) to create powerful composition scripts and get the most out of Singular overlays for your specific use cases.

<table data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td><a href="/pages/Uzvvi2q4Jov1QOHFy61t"><strong>Find sub-compositions and widgets</strong></a></td></tr><tr><td><a href="/pages/cdyIAp9fT2QPLa1t1nJa"><strong>Read and update control nodes</strong></a></td></tr><tr><td><a href="/pages/UbNX7DStn9hBEdLgBSEs"><strong>Read and update widget properties</strong></a></td></tr><tr><td><a href="/pages/zdLyFiLD3BO8q3trHhgj"><strong>Read control nodes and update widget properties</strong></a></td></tr><tr><td><a href="/pages/cd8AXpqciCcHoLxIKiTI"><strong>Set text widget text property</strong></a></td></tr><tr><td><a href="/pages/PCvyHgqLdSeuMf8qwaxf"><strong>Set image widget URL property</strong></a></td></tr><tr><td><a href="/pages/qAvj58Pvn5XLNIFX5FWA"><strong>Set table widget content property</strong></a></td></tr></tbody></table>


---

# 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://developer.singular.live/composition-scripting/quick-start.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.
