> For the complete documentation index, see [llms.txt](https://developer.singular.live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.singular.live/composition-scripting/introduction.md).

# 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="/pages/bpQRLtmQy43nfr5HT3Ku"><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="/pages/3RmoGNfWgsrSF7PsDefQ">/pages/3RmoGNfWgsrSF7PsDefQ</a></td><td></td></tr><tr><td><a href="/pages/HSQyv2Q2VKUfyyVbjPUn"><strong>Quick starts</strong></a></td><td>Learn essential composition scripts that perform common yet powerful tasks.</td><td><a href="/pages/BwGznT7Wh7kC04ZVUYnx">/pages/BwGznT7Wh7kC04ZVUYnx</a></td><td></td></tr><tr><td><a href="/pages/9A8YCufvZKLhen8xwBgI"><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="/pages/ysUED03QehknZQdNfNYE"><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="/pages/VR90qrV5rs12JLSuQ3gp"><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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
