> For the complete documentation index, see [llms.txt](https://lewe.gitbook.io/bootstrap-visuals-for-confluence/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lewe.gitbook.io/bootstrap-visuals-for-confluence/user-guide/jumbotron.md).

# Jumbotron

## Screenshot

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

## Description

The Jumbotron places a large gray block on your page that you can fill with a title and some text, separated by a horizontal line.

The Jumbotron will occupy the width of the parent object. If you don’t place it in a smaller layout section or div block, it will span across the whole content area.

## Adding the Macro

Edit your page.

Select “+” => Other macros

Type in “Bootstrap” in the Search box

Select the “Bootstrap Jumbotron” macro

## Macro Options

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

### **Header**

Enter the header of the Jumbotron.

### **Header Style**

Select the size of the header.

### Body

This macro supports a body. The content that you place in the content will be displayed as regular text below the header.

After you save the macro while editing the page, put any text or another macro in the body:

<figure><img src="/files/0VLAJ7OICEyT6C5pHUqR" 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://lewe.gitbook.io/bootstrap-visuals-for-confluence/user-guide/jumbotron.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.
