{scrollbar:icons=false}

h1. Putting a table of contents on a page

{panel:title=Contents}
{toc:minLevel=2}
{panel}

h2. Add a table of contents to a new page

Click *Add Page* and then the link to *Select a page template to start from*. *Select the table of contents template*. When you *save the page* the table of contents is displayed. The page has a table of contents in the left column. You can edit the markup to meet your requirements.

h2. Add a table of contents to an existing page

Add markup like the following at the place on the page where you want the table of contents to appear:

{code}{panel:title=Contents}
{toc:minLevel=2}
{panel}{code}

OR

{code}{panel:title=Contents}
{toc:maxLevel=4}
{panel}{code}

OR

{code}{panel:title=Contents}
{toc:maxLevel=4|minLevel=2}
{panel}{code}

*Save* the text to see the table of contents.

{scrollbar:icons=false}