# pgDash

## pgDash

- [pgDash Documentation](https://docs.pgdash.io/master.md): Below is an overview of pgDash followed by a set of articles to help you get up and running with pgDash quickly. If you have any questions, feel free to contact us at hello@rapidloop.com.
- [Getting Started](https://docs.pgdash.io/getting-started.md)
- [AWS Getting Started](https://docs.pgdash.io/aws-rds-getting-started.md): Getting Started with AWS RDS PostgreSQL and AWS Aurora
- [Automation](https://docs.pgdash.io/automation.md)
- [Teams](https://docs.pgdash.io/teams.md)
- [Integrations](https://docs.pgdash.io/integrations.md)
- [Alerts](https://docs.pgdash.io/alerts.md)
- [Change Alerts](https://docs.pgdash.io/change-alerts.md)
- [Self-hosted](https://docs.pgdash.io/self-hosted.md)
- [Self-hosted FAQ](https://docs.pgdash.io/self-hosted-faq.md)
- [AI Integration for Self-Hosted](https://docs.pgdash.io/ai.md)
- [Webhooks](https://docs.pgdash.io/webhooks.md)
- [Working With Queries](https://docs.pgdash.io/queries.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.pgdash.io/master.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.
