# Exercise 1.6: Configure the related links menu block

The last step is to configure the new menu block.

1. Go to *Structure* → *Block layout* and find the **Related Links** block. Click **Configure**.
2. Configure the **Title.** We’ll leave it at the default, but this is where you can:
   * Enter a new title.
   * Unselect the **Display title** checkbox to remove the block title.
3. In the *Visibility settings* you’ll notice options for:
   * **Pages** - show or hide the block on specific pages.
   * **Content Types** – display the block alongside specific content types.
   * **Roles** – display the block to specific roles.

You’ll often need to alter a block’s *Pages visibility* settings. For this exercise, we want the **Related Links** menu to appear *only* on the *About us* page we created earlier, and the *homepage* of our site.

1. Under **Pages** → **Show for the listed pages**, enter the URL paths of the pages that we want to display the block, e.g. /about-us-0
2. On a new line in the **Pages** *text area*, enter *\<front>*. This will ensure your Related Links menu block is displayed on the front (home) page of your site.
3. Click **Save block**.

![Image of Block Visibility settings](/files/hzHWEIOTDgsLvqLYDzh1)

The **Related Links** menu will only be displayed on the front and About us pages.

![Image of Block Visibility settings](/files/vkzh81laKWkIZyJeUUJR)


---

# 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://salsa-digital.gitbook.io/govcms-site-builder/unit-1-functional-analysis/footers/exercise-1-6-configure-the-related-links-menu-block.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.
