> For the complete documentation index, see [llms.txt](https://superfluid.gitbook.io/superfluid/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://superfluid.gitbook.io/superfluid/developers/automations.md).

# Automations

Use these tools to augment your Superfluid applications

<table data-view="cards"><thead><tr><th align="center"></th><th align="center"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><mark style="color:green;"><strong>Auto-Wrap</strong></mark><br>Automatically wrap when Super Token balances get low</td><td align="center"></td><td><a href="/files/HIAviWnKDb1Nt0luL3fA">/files/HIAviWnKDb1Nt0luL3fA</a></td><td><a href="/pages/IuAuK5xVNcJrTBm9PJRj">/pages/IuAuK5xVNcJrTBm9PJRj</a></td></tr><tr><td align="center"><mark style="color:green;"><strong>Stream Scheduler</strong></mark><br>Schedule the automatic starting/stopping of streams</td><td align="center"></td><td><a href="/files/abHJh0vBu2VmGN4xQPoJ">/files/abHJh0vBu2VmGN4xQPoJ</a></td><td><a href="/pages/8msserw9DtiojoPjmkOm">/pages/8msserw9DtiojoPjmkOm</a></td></tr><tr><td align="center"><mark style="color:green;"><strong>Vesting Scheduler</strong></mark><br>Schedule the automatic vesting of tokens in streams</td><td align="center"></td><td><a href="/files/zLjxCKqw3871Apggdj4d">/files/zLjxCKqw3871Apggdj4d</a></td><td><a href="/pages/8tS9lLCuLYh54fFDnruN">/pages/8tS9lLCuLYh54fFDnruN</a></td></tr><tr><td align="center"><mark style="color:green;"><strong>Stream Accounting API</strong></mark><br>Get data on streams that's digestible for your accounting </td><td align="center"></td><td><a href="/files/rZvccLMoqoxh7znwSPUJ">/files/rZvccLMoqoxh7znwSPUJ</a></td><td><a href="/pages/fuJyMX3TXtb5hzeehgH9">/pages/fuJyMX3TXtb5hzeehgH9</a></td></tr><tr><td align="center"><mark style="color:green;"><strong>Automation Subgraphs</strong></mark></td><td align="center">Query the on-chain results/status of Superfluid's public automation tooling</td><td><a href="/files/WcgIOIyXcMBLXFmPfjUV">/files/WcgIOIyXcMBLXFmPfjUV</a></td><td></td></tr></tbody></table>

Each page comes with a developer guide on getting started with the service.


---

# 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://superfluid.gitbook.io/superfluid/developers/automations.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.
