Confluence 5.7 has reached end of life
Check out the [latest version] of the documentation
By default, the Confluence dashboard displays a quick-start guide for administrators under the site welcome message on the left. This section of the dashboard is visible to Confluence administrators and system administrators only. It is not configurable via the web interface, but you can update or remove it by editing the site layout as described below.
You need System Administrator permissions to perform this customisation.
To customise the getting-started guide on the dashboard:
Choose the cog icon , then choose General Configuration under Confluence Administration
Find the following code:
#if($permissionHelper.isConfluenceAdministrator($remoteUser))
<div class="dashboard-item wiki-content">
<h2>$i18n.getText("getstarted.heading")</h2>
<ol id="dashboard-get-started">
<li class="create-space">
<h3><a href="$req.contextPath/spaces/createspace-start.action">$i18n.getText("getstarted.add.space")</a></h3>
<p>$i18n.getText("getstarted.add.space.desc")</p>
</li>
<li class="add-users">
<h3><a href="$req.contextPath/admin/users/browseusers.action">$i18n.getText("getstarted.add.users")</a></h3>
<p>$i18n.getText("getstarted.add.users.desc")</p>
</li>
<li class="user-profile">
<h3><a href="$req.contextPath/users/editmyprofilepicture.action">$i18n.getText("getstarted.choose.profile.picture")</a></h3>
<p>$i18n.getText("getstarted.choose.profile.picture.desc")</p>
</li>
</ol>
</div>
#end
By default, the getting-started guide looks more or less like the screenshot below, starting with the heading 'Get started'.
To restore the default getting-started guide:
Choose the cog icon , then choose General Configuration under Confluence Administration
The information on this page does not apply to Confluence Cloud.
Screenshot: The getting-started guide on the dashboard