# DATAFY

## Datafy - user docs

- [Say Hello to Cloud Storage Savings](https://docs.datafy.io/readme.md)
- [Datafy Installation](https://docs.datafy.io/set-up-and-installation/datafy-installation.md)
- [Permissions Configuration](https://docs.datafy.io/set-up-and-installation/datafy-installation/permissions-configuration.md)
- [Network Access](https://docs.datafy.io/set-up-and-installation/datafy-installation/network-access.md)
- [Token Generation](https://docs.datafy.io/set-up-and-installation/datafy-installation/token-generation.md)
- [Installation](https://docs.datafy.io/set-up-and-installation/datafy-installation/installation.md)
- [Supported Infrastructure](https://docs.datafy.io/set-up-and-installation/supported-infrastructure.md)
- [Upgrading Datafy](https://docs.datafy.io/set-up-and-installation/upgrading-datafy.md)
- [Uninstalling Datafy](https://docs.datafy.io/set-up-and-installation/uninstalling-datafy.md)
- [IaC Reconciliation](https://docs.datafy.io/set-up-and-installation/iac-reconciliation.md)
- [AutoScaling Configurations](https://docs.datafy.io/set-up-and-installation/autoscaling-configurations.md)
- [Account and User Management](https://docs.datafy.io/set-up-and-installation/account-management.md)
- [Managing Autoscaling Volumes](https://docs.datafy.io/volume-lifecycle/managing-autoscaling-volumes.md): Identify eligible volumes, activate and deactivate autoscaling, and monitor grow and shrink actions in the Datafy app.
- [Datafy Snapshots](https://docs.datafy.io/volume-lifecycle/datafy-snapshots.md)
- [Offline Restoration - Autoscaling](https://docs.datafy.io/volume-lifecycle/datafy-snapshots/offline-restoration-autoscaling.md): Locally create a new autoscaling volume from Datafy snapshots
- [Offline Restoration - Non Autoscaling](https://docs.datafy.io/volume-lifecycle/datafy-snapshots/offline-restoration-non-autoscaling.md): Locally convert Datafy snapshots to a regular non-autoscaling volume
- [Autoscaling Rules](https://docs.datafy.io/volume-lifecycle/autoscaling-rules.md)
- [Modifying Autoscaling Volumes](https://docs.datafy.io/volume-lifecycle/modify-a-volumes-parameters.md)
- [API](https://docs.datafy.io/resources/api.md)
- [Datafy Metrics Exporter](https://docs.datafy.io/resources/datafy-metrics-exporter.md)
- [Deployment Examples](https://docs.datafy.io/resources/deployment-examples.md): Examples for deploying Datafy in your environment using common deployment tools
- [How AutoScaler Works](https://docs.datafy.io/how-it-works/how-autoscaler-works.md): Learn what happens to your data when Datafy autoscales your EBS volumes - from activation through growing, shrinking, and deactivation
- [AutoScaler on Kubernetes](https://docs.datafy.io/how-it-works/autoscaler-on-kubernetes.md): Learn how Datafy AutoScaler integrates with the AWS EBS CSI driver — what gets installed, how volume requests are translated, and what happens after uninstall
- [Sensor FAQ](https://docs.datafy.io/sensor-faq.md)
- [AutoScaler FAQ](https://docs.datafy.io/autoscaler-faq.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.datafy.io/readme.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.
