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

# Guides

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><i class="fa-file-pdf" style="color:$primary;">:file-pdf:</i></h4></td><td><strong>Generate, Email, and Schedule PDF Reports</strong></td><td>Produce, email, and schedule PDF snapshots of your workload. Use them as a cheap long-term archive and as the artefact for before/after comparisons.</td><td><a href="/pages/gra9fPpxWzLye9ZEcOeD">/pages/gra9fPpxWzLye9ZEcOeD</a></td><td><a href="/files/5005n8wCBUsqlOL8SaiY">/files/5005n8wCBUsqlOL8SaiY</a></td></tr><tr><td><h4><i class="fa-server" style="color:$primary;">:server:</i></h4></td><td><strong>Install On-Premises and Configure Agentless Connections</strong></td><td>Install the Datasentinel platform on a single Linux server, then register your PostgreSQL instances agentlessly.</td><td><a href="/pages/MjcfkDxCRebodLCSX0X7">/pages/MjcfkDxCRebodLCSX0X7</a></td><td><a href="/files/IaUMODRBBSBL8eUaPX09">/files/IaUMODRBBSBL8eUaPX09</a></td></tr><tr><td><h4><i class="fa-rocket" style="color:$primary;">:rocket:</i></h4></td><td><strong>Onboard Your First PostgreSQL Cluster</strong></td><td>Install the required extension, create the monitoring user, register the connection, and apply a tagging scheme that scales.</td><td><a href="/pages/A9sFriZivMT20vNkYp0w">/pages/A9sFriZivMT20vNkYp0w</a></td><td><a href="/files/itJMOugpvqRWr9Zvdzsx">/files/itJMOugpvqRWr9Zvdzsx</a></td></tr><tr><td><h4><i class="fa-code" style="color:$primary;">:code:</i></h4></td><td><strong>Automate with the API</strong></td><td>Provision instances, manage users and roles, export metrics, schedule reports, and control agents through the REST API.</td><td><a href="/pages/lk2kg8QxwAUbloVoBKDz">/pages/lk2kg8QxwAUbloVoBKDz</a></td><td><a href="/files/ebMoLMpZFyLqpzByuzrk">/files/ebMoLMpZFyLqpzByuzrk</a></td></tr><tr><td><h4><i class="fa-cloud" style="color:$primary;">:cloud:</i></h4></td><td><strong>Monitor Cloud-Managed Instances</strong></td><td>Connect to AWS RDS, Azure, Google Cloud SQL, and other managed PostgreSQL services agentlessly</td><td><a href="/pages/aGpRhzYSyd7klXa01uYC">/pages/aGpRhzYSyd7klXa01uYC</a></td><td><a href="/files/LwEqvopXVMpe9OqUMiS8">/files/LwEqvopXVMpe9OqUMiS8</a></td></tr><tr><td><h4><i class="fa-layer-plus" style="color:$primary;">:layer-plus:</i></h4></td><td><strong>Monitor High-Availability Clusters</strong></td><td>Automatically detect primaries and replicas and analyze consolidated workload across your HA clusters.</td><td><a href="/pages/f0m9FJY4KZgtCtJYermh">/pages/f0m9FJY4KZgtCtJYermh</a></td><td><a href="/files/qiwnfcaqdoZ1PEsuxBhT">/files/qiwnfcaqdoZ1PEsuxBhT</a></td></tr><tr><td><h4><i class="fa-users" style="color:$primary;">:users:</i></h4></td><td><strong>Manage Users and Role-Based Access</strong></td><td>Create users, assign tag-based roles, and grant fine-grained access to specific PostgreSQL instances.</td><td><a href="/pages/M5MUBWa2Y2eRROXypHwm">/pages/M5MUBWa2Y2eRROXypHwm</a></td><td><a href="/files/pdYSJCsLULuwK2dDvSxh">/files/pdYSJCsLULuwK2dDvSxh</a></td></tr><tr><td><h4><i class="fa-tag" style="color:$primary;">:tag:</i></h4></td><td><strong>Organize Content using Tags</strong></td><td>Label instances with custom tags to filter dashboards, consolidate workloads, and scope user access.</td><td><a href="/pages/jdy0zIUnjZHb9XwBGH0Y">/pages/jdy0zIUnjZHb9XwBGH0Y</a></td><td><a href="/files/2fBoSNcUgHCQ4YjJV1Ao">/files/2fBoSNcUgHCQ4YjJV1Ao</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:

```
GET https://docs.datasentinel.io/manual/guides/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.
