Chat Agent helps you operate Hybrid Manager (HM) in plain language, grouped by HM area. Available capabilities depend on the configured model's strength tier — see Model strength tiers. All capabilities respect your HM permissions and project scope — see Security and data handling.
HM documentation Q&A
Answer conceptual or how-to questions about HM, including model serving, Lakehouse Analytics, and migrations. Answers come from a snapshot of the official HM documentation that ships with each HM release. Chat Agent cites the pages it read. If Chat Agent can't find an answer in the bundled snapshot, it says so and points you to the official EDB Hybrid Manager documentation site, where you can check for content added after this release.
Try:
- How does Distributed HA differ from Advanced HA?
- What's the recommended retention setting for backups in production?
Manage estate, projects, users, and roles
Browse and manage the HM estate, projects, organization and project users, role assignments, and activity feeds. You can't delete users or configure identity providers with Chat Agent — use Configuring IdPs in the HM console for IdP setup.
Try:
- Show me my projects.
- Add
alice@example.comtomarketing-sandboxas a Project Editor.
Postgres cluster lifecycle management
List, inspect, create, delete, and restore Postgres clusters in any HM-supported topology: single node, primary/standby HA, advanced HA (AHA), distributed HA (DHA), and Lakehouse. Restore supports point-in-time recovery (PITR) and targeted-database restore. Chat Agent inspects backups and lists supported Postgres image versions. Long-running actions run as background tasks — Chat Agent returns a task reference and can check progress.
Try:
- Create a Single Node Postgres 17 cluster in
marketing-sandbox, locationaws-eu-west-1, 4 vCPU, 16 GB memory. - Restore
customers-prodto 12:00 UTC yesterday into a new cluster calledcustomers-restored.
Cluster monitoring, alerts, and observability
Get current or historical values of standard cluster metrics. Available metrics cover CPU, memory, storage, I/O, throughput, network, connections, transactions, query rate and latency, buffer cache hit ratio, top databases, write-ahead logs, and checkpoints. Render metrics over time as charts. View active alerts per cluster or per project. Chat Agent mirrors the Cluster Monitoring page in the HM console. It doesn't create or modify dashboards, acknowledge alerts, or silence alerts — use the HM console for those.
Try:
- Plot CPU usage on
customers-prodover the past 24 hours. - Compare query latency on
orders-prodbetween yesterday and today.
Recommendations and advisories
Get configuration, indexing, statistics, and security recommendations for a cluster, plus aggregated health scores across a project. Apply an index recommendation directly — Chat Agent asks for confirmation, then runs the work as a background task.
Try:
- Are there any pending index recommendations on
orders-prod? - Apply the recommended index on
orders.line_items.customer_id.
Cluster health reports
List, fetch, analyze, and compare cluster health reports. HM generates one report per cluster per day — newly created clusters have no reports for the day of creation.
Try:
- Compare yesterday's and today's health reports for
customers-prodand tell me what changed.
Schema design recommendations
Get table-level recommendations for data types, normalization, indexing, partitioning, and constraints. Chat Agent reads the table's structure and the top queries running against it (last 6 hours by default, configurable in the question), then applies a Postgres and EDB best-practices catalog. With no workload in the window, recommendations fall back to schema-only fixes from the table definition.
Try:
- Suggest schema improvements for table
public.ordersoncustomers-prod, databaseapp.
Manage Lakehouse analytics catalogs
List, inspect, create, update, and delete Iceberg catalogs.
Try:
- List the Iceberg catalogs in project
analytics-shared.
Data Migration Service (read-only)
View existing migrations, sources, destinations, table mappings, error history, and assessment reports. To start, pause, resume, or delete migrations, use the HM console — Chat Agent points you to the right page.
Try:
- Show me the failing migrations in project
migrations-prodand the most recent error for each.
Oracle-to-Postgres SQL translation
Translate Oracle SQL to EDB Postgres-compatible SQL. Useful when preparing queries or schema definitions ahead of a migration from Oracle.
Try:
- Translate this Oracle SQL:
SELECT NVL(name, 'unknown') FROM customers …
General constraints
These rules apply to every capability:
- HM-only scope. Off-topic questions (general knowledge, math, other products) are out of scope.
- Confirmation gates. Create, update, delete, drop, DDL, and DML operations require an explicit yes before execution.
- Permission-honest. On a permission-denied error, Chat Agent stops and reports the error rather than retrying or routing around it.
- Status comes from a status check. Listing a resource doesn't imply it's healthy or active — Chat Agent calls a status endpoint when needed.
For the security model behind these guarantees, see Security and data handling.
See also
- Configure the Chat Agent — model configuration, supported providers, and tier selection.
- Security and data handling — the authorization model, audit, and data handling behind these capabilities.
- Troubleshooting — common issues and how to resolve them.