> For the complete documentation index, see [llms.txt](https://rosea.gitbook.io/monocolor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rosea.gitbook.io/monocolor/ui-kit/course-layout.md).

# Course Layout

## Available layouts

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><em>Layout #1</em></td><td><a href="/pages/3HBXDiZOxH0hPZFT5gAV"><strong>Standard View</strong></a></td></tr><tr><td><em>Layout #2</em></td><td><a href="/pages/tWcqUllppqdp4kgqjsj3"><strong>Tab Layout</strong></a></td></tr></tbody></table>

## Available options

### Hide Course Index Navigation

<figure><img src="/files/Otaow6bbS8PxDIQmV435" alt=""><figcaption></figcaption></figure>

### Display teachers section

Display the teachers' section **on the main course page.**

<figure><img src="/files/fdztDdE2ZUuknplthgGj" alt=""><figcaption></figcaption></figure>

### Display course summary (Course Index Page)

1. Custom width of the Course Description Wrapper (First Tab)\
   -> *If empty then the container will be full width.*
2. Custom width of the Course Description Wrapper (Course subpages)\
   -> *If empty then the container will be full width.*

<figure><img src="/files/i5FRJMHLUzeOtqGb2OGR" alt=""><figcaption></figcaption></figure>

### Display course details (Course Index Page)

<figure><img src="/files/ja4yfKm3q13Qce0kucXp" alt=""><figcaption></figcaption></figure>

### Display course image (Course Index Page)

<figure><img src="/files/kYziuL6hDZ2LXNZ9DYXO" alt=""><figcaption></figcaption></figure>

### Display Course Progress Bar

Course progress bar displays on the course index sidebar

<figure><img src="/files/1CZq4f1UpXtTiSwcrXci" alt=""><figcaption></figcaption></figure>

### Activity Icons

Customize activity icon colors.\
Add a custom CSS (Advanced - Raw SCSS) to change the icon color from black to white.

{% code overflow="wrap" lineNumbers="true" %}

```css
.activityiconcontainer .activityicon,
.activityiconcontainer .icon {
    filter: invert(1);
}
```

{% endcode %}

<figure><img src="/files/IgFjGf4ChacKo1a5Br0w" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://rosea.gitbook.io/monocolor/ui-kit/course-layout.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
