> For the complete documentation index, see [llms.txt](https://docs.seemoredata.io/external-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.seemoredata.io/external-docs/fundamentals/our-features/automations.md).

# Automations

Seemore's automation features actively manage your Snowflake warehouses in real time — suspending idle resources, scaling multi-cluster capacity based on load, right-sizing on a schedule, and protecting against sudden query spikes.

{% hint style="success" %}
All automations are production-safe — no active queries are ever interrupted.
{% endhint %}

***

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><img src="/files/8wn8hsxhr3RtgANDpumi" alt="" data-size="line"> <strong>Auto Shutdown</strong></td><td>Instantly suspends idle warehouses and eliminates unnecessary idle spend.</td><td><a href="/pages/L2st5Dj3SMHzv9WXz1fn">/pages/L2st5Dj3SMHzv9WXz1fn</a></td></tr><tr><td><img src="/files/cDxtPdWqCSxrCMA7hGXB" alt="" data-size="line"> <strong>Auto Scaler</strong></td><td>Scales multi-cluster warehouses in based on real-time query load.</td><td><a href="/pages/nfbtHj1XhjLLQhUzcybR">/pages/nfbtHj1XhjLLQhUzcybR</a></td></tr><tr><td><img src="/files/oVIJ4qiDpmLQkpciGOxW" alt="" data-size="line"> <strong>Smart Pulse</strong></td><td>Builds an hourly schedule to right-size warehouse capacity across the week.</td><td><a href="/pages/deBERnUM2DIT8uM5oXbu">/pages/deBERnUM2DIT8uM5oXbu</a></td></tr><tr><td><strong>Live Tuning</strong></td><td>Temporarily override warehouse configuration for high query load, with automatic revert.</td><td><a href="/pages/rlcd0nhuNflffpGckok1">/pages/rlcd0nhuNflffpGckok1</a></td></tr></tbody></table>


---

# 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://docs.seemoredata.io/external-docs/fundamentals/our-features/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.
