Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This Confluence training material offers clear guidance on creating, organizing, and sharing content effectively.

Explore the following pages for detailed instructions, tips, and best practices.

Children Display

Introduction

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:

...

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.

Confluence Training

...

Children Display

Confluence Site navigation

Use the site navigation menu to find people, pages, and apps no matter where you are in your Confluence site:  
Image Removed

  • Tap Home or the Confluence logo (  ) to return to your Confluence  dashboard. Tap Recent to see a list of pages and blog posts you’ve visited or worked on, plus drafts and starred content.
  • Tap Spaces to move between your starred or recently visited spaces, or to access the space directory.
  • Tap People to visit the people directory, where you can find information about the people you work with and create teams.
  • Tap Apps to see a list of the apps that are installed on your site or visit an app’s dashboard.
  • Tap Create to create a new page from anywhere on your site.

In addition, you can:

...

Tip

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.

Navigating within a space

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.

Image Removed

...

Exploring your Home dashboard

Home Application switcher iconImage Removed 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.

Image Removed

Tip

The more likes and comments a page gets in a short period of time, the higher it will rank in the popular activity feed.

Search

Wherever your travels take you in Confluence , you should be able to find what you need. 
Use the search bar in the upper right  Image Removedto 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

  1. Click the search bar at the top right of the screen
  2. Select 'Confluence advanced search'
    Image Removed

Search for exact matches

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.'

Search with operators

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.

  • OR search: searching for 'marketing' OR 'digital' will show results that contain one of these terms.
  • AND search: searching for 'marketing' AND 'digital' will show results that contain both of these terms.
  • NOT search: searching for 'marketing' NOT 'digital' will show results that only contain 'marketing' and do not contain 'digital.'
  • Group search: searching for (marketing OR digital) AND content will show results that can contain either 'marketing' or 'digital,' but must contain 'content.'

Search with wildcards

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 *.

...

Info

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.

Keyboard shortcuts

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 

Code Block Macro

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:

  • sample code
  • terminal commands
  • excerpts from application logs.

Add the Code Block macro to your page

To add the Code Block macro to a page:

  1. From the editor toolbar, choose Insert Image Removed > Other Macros.

  2. Choose Code Block from the Formatting category.
  3. Choose a language for syntax highlighting.
  4. Use the parameters below to customise how the code block should appear on your page. 
  5. Choose Insert
  6. Type or paste your code into the macro placeholder. 

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