# How-to guides

The guides in this section describe most of the common tasks involved in updating overlays using the Singular data stream API.

<table data-view="cards"><thead><tr><th></th></tr></thead><tbody><tr><td><a href="how-to-guides/create-a-data-stream">How to create a data stream</a></td></tr><tr><td><a href="how-to-guides/link-a-data-stream-to-a-composition">How to link a data stream to a composition</a></td></tr><tr><td><a href="how-to-guides/send-data-to-an-app-using-the-data-stream-api">How to send data to a data stream</a></td></tr></tbody></table>

{% hint style="info" %}
These how-to guides require a Singular account, which you can get [here](https://app.singular.live/users/login).
{% 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/data-stream-api/how-to-guides.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.
