Skip to content

Commit 6a05b2f

Browse files
introduction note about Cypher 25 (#1320)
1 parent 0c0caa3 commit 6a05b2f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

modules/ROOT/pages/introduction/index.adoc

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@ ifndef::backend-pdf[]
77
:description: This section provides an introduction to the Cypher query language.
88
endif::[]
99

10-
Welcome to the Neo4j Cypher Manual.
10+
Welcome to the Neo4j Cypher Manual.
1111

12-
Cypher is Neo4j’s declarative query language, allowing users to unlock the full potential of property graph databases.
12+
Cypher is Neo4j’s declarative query language, allowing users to unlock the full potential of property graph databases.
1313

14-
The Cypher Manual aims to be as instructive as possible to readers from a variety of backgrounds and professions, such as developers, administrators, and academic researchers.
14+
[NOTE]
15+
This manual covers Cypher 25.
16+
As of Neo4j 2025.06, all new Cypher features are exclusively added to Cypher 25, while Cypher 5 is frozen.
17+
For information about how to how to use Cypher 25, see xref:queries/select-version.adoc[].
18+
For information about new features added to Cypher 25, see xref:deprecations-additions-removals-compatibility.adoc[].
19+
20+
The Cypher Manual aims to be as instructive as possible to readers from a variety of backgrounds and professions, such as developers, administrators, and academic researchers.
1521

1622
If you are new to Cypher and Neo4j, you can visit the link:{neo4j-docs-base-uri}/getting-started/current/cypher-intro/[Getting Started Guide -> Introduction to Cypher] chapter.
1723
Additionally, https://graphacademy.neo4j.com/[Neo4j GraphAcademy] has a variety of free courses tailored for all levels of experience.

0 commit comments

Comments
 (0)