# Cheat sheets

In this section of the composition scripting documentation, you'll find cheat sheets for:

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><a href="/pages/ER8mHXgveMi1cwrEt6q3"><strong>Fundamentals</strong></a></td><td>Basic concepts and fundamental composition scripts</td></tr><tr><td><a href="/pages/vlBPuog3BkdPyvqmRJdj"><strong>Best practices</strong></a></td><td>Best practices in common scripting tasks</td></tr><tr><td><a href="/pages/sEiEdJN94EM6jOQ96gW1"><strong>Interactive</strong></a></td><td>Interactive overlays and user interaction</td></tr><tr><td><a href="/pages/hHoA1OeVhFqZ3ik8SPKe"><strong>Adaptive overlays</strong></a></td><td>Device agnostic overlays</td></tr><tr><td><a href="/pages/QmxcYjOK1cTDAqtLjoVR"><strong>Overlay SDK</strong></a></td><td>Integration with web pages, video players, and native apps</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/cheat-sheets.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.
