From ee4beb3239343a62cba9a49a3a4c5302d256b30c Mon Sep 17 00:00:00 2001
From: Dragos Andriciuc <dragos.andriciuc@percona.com>
Date: Tue, 17 Feb 2026 12:25:03 +0200
Subject: [PATCH] Add introductory paragraph to Getting Started chapter

v3:
- Reword paragraph one to include second paragraph information
---
 doc/src/sgml/start.sgml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml
index 0263a700591..4e28db1b450 100644
--- a/doc/src/sgml/start.sgml
+++ b/doc/src/sgml/start.sgml
@@ -3,6 +3,12 @@
  <chapter id="tutorial-start">
   <title>Getting Started</title>
 
+   <para>
+    This chapter provides a brief introduction to <productname>PostgreSQL</productname>,
+    introducing core concepts and guiding you through installation and the
+    basic steps of creating and accessing a database.
+   </para>
+
   <sect1 id="tutorial-install">
    <title>Installation</title>
 
-- 
2.43.0

