# Block #4

{% hint style="info" %}
**Tips:**

1. How to **hide** any element for **non-logged** in **users** or show it only for **logged in** users? [Learn more](https://rosea.gitbook.io/scholastica-moodle-theme/theme-settings/front-page-blocks/show-hide-for-non-logged-in-users)
2. **Title modifications** - [Learn more](https://rosea.gitbook.io/scholastica-moodle-theme/getting-started/global-styles/headings-text)
   {% endhint %}

### Available options

* Turn on
* Show Block Separator (hr)
* Additional Class Name (only for developers)
* Intro Title
* Intro Content
* HTML Content
* Footer Content

### Preview

![](https://content.gitbook.com/content/FXzbdpVhyxdIy0lIThMp/blobs/FvleDjDC095Z0JMWT4k6/Screenshot%202021-11-09%20at%2016.48.56.png)

### Samples

```html
<p>So how did the classical Latin become so incoherent? According to McClintock, a 15th century typesetter likely scrambled part of Cicero's De Finibus in order to provide placeholder text to mockup various fonts for a type specimen book.</p>
<br />
<ul class="list-styled">
    <li>So far he hasn't relocated where he once saw the passage, but the popularity of Cicero in the 15th century supports the theory that the filler text has been used for centuries.</li>
    <li>And anyways, as Cecil Adams reasoned</li>
    <li class="list-icon-x">“[Do you really] think graphic arts supply houses were hiring classics scholars in the 1960s?”</li>
    <li class="list-icon-x">Perhaps. But it seems reasonable to imagine that there was a version in use far before the age of Letraset.</li>
</ul>
```

{% content-ref url="../how-to-add-more-item-to-blocks" %}
[how-to-add-more-item-to-blocks](https://rosea.gitbook.io/scholastica-moodle-theme/theme-settings/front-page-blocks/how-to-add-more-item-to-blocks)
{% endcontent-ref %}


---

# 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://rosea.gitbook.io/scholastica-moodle-theme/theme-settings/front-page-blocks/faq/block-4.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.
