# Portal overview

The Singular Developer Portal contains everything you need to know about our REST API, high speed data with Data Streams, Composition Scripting, SDKs and more.

The documentation is organized into the following sections:

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><a href="quick-start"><strong>Quick start</strong></a></td><td>Create your first Singular graphics overlay and control it with the REST API.</td><td>→ <a href="quick-start">Get started</a></td></tr><tr><td><a href="rest-api/introduction"><strong>REST API</strong></a></td><td>Programmatically send and receive data to and from overlays, and animate them In and Out.</td><td>→ <a href="rest-api/introduction">Use the API</a></td></tr><tr><td><a href="data-stream-api/introduction"><strong>Data stream API</strong></a></td><td>Use our low-latency distribution infrastructure to send and receive rapidly changing data.</td><td>→ <a href="data-stream-api/introduction">Send high-speed data</a></td></tr><tr><td><a href="composition-scripting"><strong>Composition scripting</strong></a></td><td>Automate overlay formatting, trigger event-based actions based on logic, and more.</td><td>→ <a href="composition-scripting">Add logic to overlays</a></td></tr><tr><td><a href="software-development-kits"><strong>SDKs</strong></a></td><td>Create and customize graphics, overlays, and widgets with Singular's SDKs.</td><td>→ <a href="software-development-kits">Use the SDKs</a></td></tr><tr><td><a href="singular-basics/overview-of-singular"><strong>Singular basics</strong></a></td><td>Learn essential Singular concepts to help you create, control, and share overlays. </td><td>→ <a href="singular-basics/overview-of-singular">Understand Singular </a></td></tr><tr><td><a href="support/support-resources"><strong>Support</strong></a></td><td>Get resources to help you quickly get what you need to create overlays for your unique situation.</td><td>→ <a href="support/support-resources">Get help</a></td></tr></tbody></table>

{% hint style="success" %}
Can't find what you're looking for? Search the docs for instant results.
{% endhint %}


---

# 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/portal-overview.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.
