diff --git a/modules/cypher-workbench/pages/index.adoc b/modules/cypher-workbench/pages/index.adoc index ef1d107..10cfb29 100644 --- a/modules/cypher-workbench/pages/index.adoc +++ b/modules/cypher-workbench/pages/index.adoc @@ -19,11 +19,12 @@ Cypher Workbench (also known as Solutions Workbench) is a cloud based tool that == Functionality Includes -* *Business Scenarios*. Used to capture questions and business problems. Provides the ability to start modeling based on your scenarios, and later link completed Cypher queries to the scenarios. -* *Model*. Used to create and edit graph models. Includes the ability to reverse engineer models from existing Neo4j databases and Cypher statements. Provides the ability for limited collaboration.  -* *Cypher Suite*. Used to capture sets of related Cypher Statements. Statements can be validated against models. A rudimentary execution and debugging feature is also provided. -* *Cypher Builder*. Used to build Cypher statements graphically. MATCH statements can be built by clicking on nodes and relationships in the graph model. A rudimentary execution and debugging feature is also provided. -* *Databases*. Provides the ability to configure connections to Neo4j databases. +* *Business Scenarios*. Capture questions and business problems. Start modeling based on your scenarios, and link completed Cypher queries to the scenarios. +* *Model*. Create and edit graph models. Reverse engineer models from existing Neo4j databases and Cypher statements. Supports limited collaboration.  +* *Cypher Suite*. Capture sets of related Cypher Statements. Statements can be validated against models and databases. +* *Reveal*. Run, debug, and explain Cypher execution visually. +* *Cypher Builder*. Build Cypher statements graphically. MATCH statements can be built by clicking on nodes and relationships in the graph model. +* *Databases*. Configure connections to Neo4j databases. == Documentation Documentation for this library is available link:https://help.neo4j.solutions/neo4j-solutions/cypher-workbench/[here].