Welcome to the Confluence Basic Training page, designed to help you quickly get up to speed with Confluence Data Center Environment.
Confluence is a collaboration wiki tool used to help teams to collaborate and share knowledge efficiently. Dynamic pages gives a team a place to create, capture, and collaborate on any project or idea.
This page will serve as your starting point for:
Learning the basics of page creation, formatting, and structuring
Navigating spaces and content hierarchies efficiently
Applying permissions and restrictions appropriately
Leveraging collaboration features such as comments, mentions, and inline discussions
Whether you’re a new contributor, a space administrator, or part of the technical team, this training reference will help you work productively and maintain the quality and consistency of our knowledge base.
Training documentation can be found on: Atlassian Confluence Data Center documentation
Training material can be found under:
Use the site navigation menu to find people, pages, and apps no matter where you are in your Confluence site:
In addition, you can:
Starred spaces appear at the top of your Home dashboard for easy access. To star a space, go to the Spaces >Space Directory and tap Star this space in the top right.
Use the space sidebar to navigate within a space. The space sidebar appears to the left of the page you’re viewing. It has three parts, each specific to the space you’re in.
The name of the space appears at the top of the space sidebar, followed by links to the space overview, blog, and space settings, plus dashboards for any apps you have installed.
Below these items, you’ll find your space shortcuts. These are links to important pages or websites that people who use the space need to be able to find easily. You can add shortcuts to pages in the space, in other spaces, or even on external websites.
Finally, there’s the content in the space.
Pages are organized and displayed hierarchically in the page tree. To see the children of any page in the space, tap > next to the page name. Confluence automatically displays the children of the page you’re viewing.
Tap [ to show or hide the sidebar while you’re viewing a page.
To reorder pages within a space, just drag and drop; this should only be done by Confluence administrators and Space admins to prevent pages getting lost and links not working anymore.
Home makes it easy to explore your recent spaces and pages and stay updated on what’s happening in your organization.
To the right of your dashboard, you’ll find site-wide announcements, calendars, and your site’s activity feed.
The activity feed is a treasure trove of recent and popular content across your site. These are pages and blog posts that other people in your company have liked or commented on. These updates can help you keep tabs on what’s going on across your company and gauge how your company culture is doing.
The more likes and comments a page gets in a short period of time, the higher it will rank in the popular activity feed.
Wherever your travels take you in Confluence , you should be able to find what you need.
Use the search bar in the upper right to look for pages, blog posts, spaces, and even people. Results will begin to show up as soon as you start typing.
If you get to many results you can filter them by space, contributors, content type, and more.
If you cannot find your page by using the search bar and or applying filters use then advanced search
To find a page that contains an exact phrase, use double quotes around your search phase.
For example, searching for "product manager" in double quotes will show search results with that exact match. Results will not contain pages that have only 'product' or only 'manager.'
If you don't know the exact phrase you're looking for, enter keywords and operators in the search field. The available operators are OR, AND, NOT, and Group.
A wildcard is a character like ? or * that can be used to replace characters in your search. To replace a single character, use ?. To replace multiple characters, use *.
Here's something valuable to know: You can combine exact matches, operators, and wildcards in one search query. For example, you can search manag* AND past? AND ("article" OR "post")
So searching on *amaha wont find Yamaha…. But searching on yamah* will find Yamaha.
There is a workaround however if you use /.*amaha.*/ it will find Yamaha.
Within Confluence, you can access the complete list of keyboard shortcuts. There are three ways to access this list:
Use the keyboard command: When viewing a page, press shift and ? together?
Use the main navigation bar: At the top right of your screen, select the ? icon, then Keyboard shortcuts
Scroll to the bottom of any page: In edit mode, scroll to the bottom and select the ? icon
The Code Block macro is an essential tool for presenting technical content clearly and consistently.
It allows you to display code, configuration snippets, or command-line examples in a way that preserves formatting, improves readability, and prevents accidental formatting changes by Confluence’s rich-text editor.
Add a Code Block macro to your page to display code examples with syntax highlighting.
This is great for sharing code snippets such as:
To add the Code Block macro to a page:
From the editor toolbar, choose Insert > Other Macros.
You can then publish your page to see the macro in action.
More information can be found on the following Atlassian page; Code Block Macro