# Categories List #2

{% tabs %}
{% tab title="Preview" %}

<figure><img src="https://2934894637-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbCvyqQFWjULWnGrw3L3Z%2Fuploads%2Fvry739HqycKRRUqC9X44%2Fcategories-list-2-block-moodle-theme.png?alt=media&#x26;token=64d8ff6c-350d-4ca5-a990-363b08c8704b" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="HTML Code" %}

```html
<ul class="c-courses-list">
      <li><a href="course/view.php?id=9">Celebrating Cultures</a></li>
      <li><a href="course/view.php?id=8">Introduction to Open Education</a><br><span class="small"><i class="mr-1 far fa-calendar-alt"></i> January - June  <i class="ml-3 mr-1 fas fa-graduation-cap"></i> Teacher: Adam Smith</span></li>
      <li><a href="course/view.php?id=7">Digital Literacy</a></li>
      <li><a href="course/view.php?id=6">Celebrating Cultures</a><br><span class="small"><i class="mr-1 far fa-calendar-alt"></i> January - June  <i class="ml-3 mr-1 fas fa-graduation-cap"></i> Teacher: Adam Smith</span></li>
      <li><a href="course/view.php?id=9">Celebrating Cultures</a><br><span class="small"><i class="mr-1 far fa-calendar-alt"></i> January - June  <i class="ml-3 mr-1 fas fa-graduation-cap"></i> Teacher: Adam Smith</span></li>
      <li><a href="course/view.php?id=8">Introduction to Open Education</a><br><span class="small"><i class="mr-1 far fa-calendar-alt"></i> January - June  <i class="ml-3 mr-1 fas fa-graduation-cap"></i> Teacher: Adam Smith</span></li>
      <li><a href="course/view.php?id=7">Digital Literacy</a></li>
      <li><a href="course/view.php?id=6">Celebrating Cultures</a></li>
</ul>
```

{% endtab %}
{% endtabs %}


---

# 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/space-moodle-theme/theme-settings/front-page-blocks/categories-and-icons-list/categories-list-2.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.
