Search in the Documentation:

Nodes are stored in workspaces, organized in trees

The second important point to notice is that, following the JCR standard (JSR-283) content is stored in a hierarchical tree structure called a workspace.

In fact, content is not stored in a single tree, but in two trees (two workspaces).

The staging workspace, named default, is where content is stored when editors enters data using Jahia GUI. The public workspace, named Live, contains the content that has been published. When visitors (authenticated or not) browse a web site or an application built with Jahia, the content is served from the live workspace only. As a consequence, a publication process is similar to a copy of (duplicate) content nodes from the default workspace to the live workspace.

[image]