> 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/software-development-kits.md).

# Software development kits

- [Graphics SDK](https://developer.singular.live/software-development-kits/graphics-sdk.md)
- [Getting started](https://developer.singular.live/software-development-kits/graphics-sdk/getting-started.md)
- [Reference](https://developer.singular.live/software-development-kits/graphics-sdk/reference.md)
- [SDK functions](https://developer.singular.live/software-development-kits/graphics-sdk/reference/sdk-functions.md)
- [Composition object](https://developer.singular.live/software-development-kits/graphics-sdk/reference/composition-object.md)
- [Sequencer object](https://developer.singular.live/software-development-kits/graphics-sdk/reference/sequencer-object.md)
- [Guides and examples](https://developer.singular.live/software-development-kits/graphics-sdk/guides-and-examples.md)
- [Load a composition with its token](https://developer.singular.live/software-development-kits/graphics-sdk/guides-and-examples/load-a-composition-with-its-token.md)
- [Load a composition with its URL](https://developer.singular.live/software-development-kits/graphics-sdk/guides-and-examples/load-a-composition-with-its-url.md)
- [Get the composition URL of an app instance](https://developer.singular.live/software-development-kits/graphics-sdk/guides-and-examples/get-the-composition-url-of-an-app-instance.md)
- [Sequencer VOD example](https://developer.singular.live/software-development-kits/graphics-sdk/guides-and-examples/sequencer-vod-example.md)
- [Control local preview of app](https://developer.singular.live/software-development-kits/graphics-sdk/guides-and-examples/control-local-preview-of-app.md)
- [Load app instance output](https://developer.singular.live/software-development-kits/graphics-sdk/guides-and-examples/load-app-instance-output.md)
- [Overlay SDK](https://developer.singular.live/software-development-kits/overlay-sdk.md)
- [Getting started](https://developer.singular.live/software-development-kits/overlay-sdk/getting-started.md)
- [SDK functions](https://developer.singular.live/software-development-kits/overlay-sdk/sdk-functions.md)
- [Use case examples](https://developer.singular.live/software-development-kits/overlay-sdk/use-case-examples.md)
- [Widget SDK](https://developer.singular.live/software-development-kits/widget-sdk.md)
- [Preparing your environment](https://developer.singular.live/software-development-kits/widget-sdk/preparing-your-environment.md)
- [Getting started](https://developer.singular.live/software-development-kits/widget-sdk/getting-started.md)
- [Reference](https://developer.singular.live/software-development-kits/widget-sdk/reference.md)
- [Widget UI definition](https://developer.singular.live/software-development-kits/widget-sdk/reference/widget-ui-definition.md)
- [Widget callback functions](https://developer.singular.live/software-development-kits/widget-sdk/reference/widget-callback-functions.md)
- [Time control object](https://developer.singular.live/software-development-kits/widget-sdk/reference/time-control-object.md)
- [Composition instance](https://developer.singular.live/software-development-kits/widget-sdk/reference/composition-instance.md)
- [Guides and examples](https://developer.singular.live/software-development-kits/widget-sdk/guides-and-examples.md)
- [Widget example: CSS patterns](https://developer.singular.live/software-development-kits/widget-sdk/guides-and-examples/widget-example-css-patterns.md): This example widget lets users choose a pattern from a selection and define colors and spacing.
- [App SDK](https://developer.singular.live/software-development-kits/app-sdk.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://developer.singular.live/software-development-kits.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
