# Introduction

To help you harness the full power of Singular, the Singular developer portal contains the following sections on composition scripting:

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><a href="overview"><strong>Overview</strong></a></td><td>Understand key concepts about composition scripting and get a deeper idea of how it works.</td><td><a href="broken-reference">Broken link</a></td><td></td></tr><tr><td><a href="quick-start"><strong>Quick starts</strong></a></td><td>Learn essential composition scripts that perform common yet powerful tasks.</td><td><a href="broken-reference">Broken link</a></td><td></td></tr><tr><td><a href="cheat-sheets"><strong>Cheat sheets</strong></a></td><td>Get essential reference for composition scripts for a variety of use cases from basic to advanced</td><td></td><td></td></tr><tr><td><a href="use-cases"><strong>Use cases</strong></a></td><td>Learn to read control node content and update widget properties</td><td></td><td></td></tr><tr><td><a href="composition-script-editor-reference"><strong>Composition script editor</strong> </a></td><td>Learn the layout of the composition script editor, where you'll write and edit composition scripts.</td><td></td><td></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/introduction.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.
