Add a See Index Reference
A see index reference is a combination of a primary element for the main term and a see element for the link to the additional term.
![]() |
The index topic will look like this with see index references.
Note
It is also possible to use a see element for a secondary term, but these entries can become complicated. It is usually better to keep your index entries as simple as possible, so that your readers can find the information they need quickly.
If you use a see index reference, the index topic will show the main terms in alphabetical order without page numbers with a link in brackets to another term. It might be that you want to include terms that could be used for the same thing and refer the reader to the preferred term instead.
To add a see index reference:
Select the topic or component in the Content Manager to open it in the Editor.

Alternatively, you can Create a Topic and edit that.
Position the cursor immediately before the text for the term that you want to use.
Press Alt + Enter ⏎ (Windows) or Command ⌘ + Enter ⏎ (Mac) to display the Element Context Menu.

Enter
indextermand select it from the menu.Paligo adds an
indextermelement with anprimaryelement inside it.Enter the main term inside the
primaryelement to make it appear in the index.
Note
You should now have a structure like that shown in the example below. Here, we have used "temperature" as an example of a primary term.
<para>If the sensor detects that the room is too hot or too cold, the system will raise a <indexterm><primary>temperature</primary></indexterm> temperature alarm.</para>
Position the cursor after the
primaryreference, but before the end of theindexterm.
Tip
Move the cursor with the keyboard arrows to easier position it between the chevrons.
Press Alt + Enter ⏎ (Windows) or Command ⌘ + Enter ⏎ (Mac) to display the Element Context Menu.

Enter
seeand select it from the menu.Enter the term inside the
seeelement that is to appear as link within brackets in the index.The entered term must be an existing index term.

Note
You should now have a structure like that shown below, where we have used "Temperature" as the "see" index entry.
<para>If the sensor detects that the room is too hot or too cold, the system will raise a <indexterm><primary>Thermal</primary><see>Temperature</see></indexterm>temperature alarm.</para>
Select Save.
When you publish, Paligo will automatically add your index entries to your index topic. If you do not have an index topic, see Create an Index Topic.
