# Header menus

{% hint style="info" %} <mark style="color:blue;">ath: SBO > Content > Header Menu</mark>
{% endhint %}

* [Definition](#id-1.16.x-headermenus-definition)
* [Create a link](#id-1.16.x-headermenus-createalink)
  * [Additional video](#id-1.16.x-headermenus-createalink)
* [Read a header menu](#id-1.16.x-headermenus-readaheadermenu)
  * [Where users can see this content?](#id-1.16.x-headermenus-whereuserscanseethiscontent)
  * [SBO Part](#id-1.16.x-headermenus-sbopart)
* [Update a header menu](#id-1.16.x-headermenus-updateaheadermenu)
* [Delete a header menu](#id-1.16.x-headermenus-deleteaheadermenu)
* [Related resources](#id-1.16.x-headermenus-relatedresources)

## Definition <a href="#id-1.16.x-headermenus-definition" id="id-1.16.x-headermenus-definition"></a>

The ‘Header Menu’ part is related to the links set on the header of a platform in the front interface.

These links are available for all users of the platform even if they do not have an account. This is considered strategic content for the platform.

<mark style="color:orange;background-color:yellow;">WHO CAN USE THIS FEATURE?</mark>

Logged super-administrator or a logged administrator.

## Create a link <a href="#id-1.16.x-headermenus-createalink" id="id-1.16.x-headermenus-createalink"></a>

Create a link for the Header menu.

First, click “Add a link” (figure1).

<figure><img src="/files/DrBRjj1cQO0EM0ly1mES" alt=""><figcaption><p>FIgure 1</p></figcaption></figure>

It will open a modal to fill in with information:

* The menu name (figure2), keep in mind that it will be seen by every user.

<figure><img src="/files/x6ozdvGOFcth4SjQwxhK" alt=""><figcaption><p>FIgure 2</p></figcaption></figure>

* The “URL” (figure3) which in the link type.
  * Internal page: a manageable page created/set in the [Contents > Pages](/v2.0/front-office/content-page.md) part of the SBO
  * External page: a page that is not saved in the SBO, can come from an external website
  * Predefined route: is a page set in Second’s code. It can not be modified. It only concerns the
    * ‘*Favorites*’ page
    * ‘*Contact Us*’ page

<figure><img src="/files/aRU7DTeWnAv86Y59kexE" alt=""><figcaption><p>FIgure 3</p></figcaption></figure>

* The Pages will change a bit according to the choice set for the “URL” (link type).
  * For the **internal page** and **predefined route** (figure4.1): click the dropdown button “*Select a page*” and choose the page in the list.<br>

    <figure><img src="/files/TYk2P8Ie9asU8Ledx37Z" alt=""><figcaption><p>Figure 4.1</p></figcaption></figure>
  * For the **external page** (figure 4.2): fill the field below, with an external URL.

<figure><img src="/files/FdZ1JrambYpnNkHGAfmm" alt=""><figcaption><p>Figure 4.2</p></figcaption></figure>

Click “*Add a link*” (figure 5) to save it.

<figure><img src="/files/TDCpCdsmSBgeQ37L2Yfi" alt=""><figcaption><p>Figure 5</p></figcaption></figure>

## Read a header menu <a href="#id-1.16.x-headermenus-readaheadermenu" id="id-1.16.x-headermenus-readaheadermenu"></a>

### Where users can see this content? <a href="#id-1.16.x-headermenus-whereuserscanseethiscontent" id="id-1.16.x-headermenus-whereuserscanseethiscontent"></a>

Find the list of header menus (figure 6) added to a platform by clicking the burger menu icon at the top right corner.

<figure><img src="/files/h4TGj0YpXhNEHjVqshX9" alt=""><figcaption><p>FIgure 6</p></figcaption></figure>

### SBO Part <a href="#id-1.16.x-headermenus-sbopart" id="id-1.16.x-headermenus-sbopart"></a>

Each link block (figure 7) is composed of:

* The header menu name
* The drag and drop icon (to reorder the links)
* The edit button
* The trash button

<figure><img src="/files/aS8xzZAIHYDLn3d01Z24" alt=""><figcaption><p>FIgure 7</p></figcaption></figure>

## Update a header menu <a href="#id-1.16.x-headermenus-updateaheadermenu" id="id-1.16.x-headermenus-updateaheadermenu"></a>

To update a link in the header menu click “edit” (figure 8 ).

<figure><img src="/files/Xc91W36YtKoUICnsL6d6" alt=""><figcaption><p>FIgure 8</p></figcaption></figure>

The link will become editable. It works the same as the “Create a link” button described above.

The links have an order, the super-administrator can change the order with the drag-and-drop, by clicking the icon on the left side of each link block.

## Delete a header menu <a href="#id-1.16.x-headermenus-deleteaheadermenu" id="id-1.16.x-headermenus-deleteaheadermenu"></a>

Delete the page by clicking the trash icon (figure 9).

<figure><img src="/files/8FiYVEROR8UXuV7Lw3Ma" alt=""><figcaption><p>FIgure 9</p></figcaption></figure>

The “Favorites” page can not be deleted.

## Related resources <a href="#id-1.16.x-headermenus-relatedresources" id="id-1.16.x-headermenus-relatedresources"></a>

**SBO:**

* [Pages](/v2.0/superadmin/contents/pages.md)

**Front:**

* [Front interface structure](/v2.0/front-office/front-interface-structure.md)

**Dashboard:**

* [User dashboard structure pages](/v2.0/dashboards/user-dashboard-structure-pages.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://features.scnd.com/v2.0/superadmin/contents/header-menus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
