# Infobar

![](/files/-MJZpYfW3ZhN2snbp1hr)

The information section, or `infobar`, can be used to provide additional information to users, and also serves as another opportunity to direct users to pages of interest. The infobar does not support images - if you require images, use [`infopic`](https://app.gitbook.com/configuration/home/infopic/) instead.

The infobar consists of the following options:

* `title`: the title that will be displayed in large font in the infobar
* `subtitle`: the subtitle that will be displayed in small font and all caps. *Optional*
* `description`: a brief write up you can add to provide the user with more information. *Optional*&#x20;
* `button`: the text on the link that will appear on the bottom on the infobar. *Optional together with `url`*
* `url`: the URL the link points to. *Optional together with `button`*

Sample configuration for infobar:

```
- infobar:
    title: Work for the public good
    subtitle: Careers
    description: Start a fulfulling and rewarding career with the Ministry of ABC!
    button: Join Us
    url: /careers/
```

## **Bonus tip!**

If you'd like to insert a video on your infobar, you can paste the iframe snipped under the description fiel&#x64;**.**&#x20;

**And you will yield a result as seen below.**

![](/files/-MQp_j7a5ncsBkzsFoVX)


---

# 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://v2.isomer.gov.sg/configurations/homepage/infobar.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.
