# Sample configuration

This is a full sample configuration for a home page, integrating every section that has been covered. You may copy this configuration to your home page as a start, and edit the values accordingly.

```
---
layout: homepage
title: Ministry of ABC
description: The Ministry of ABC is the ministry in charge of XYZ
permalink: /
notification: Initiative A will be launching soon! <a href="/register/">Register now</a>
sections:
    - hero:
        title: Ministry of ABC
        subtitle: We provide Singaporeans with XYZ services
        background: /images/banner.png
        url: /contact-us/
        button: Contact
        key_highlights:
            - title: ABC services
              description: Find out what ABC can do for you
              url: /services/
            - title: Our Annual Reports
              url: /annual-reports/
            - title: Join ABC
              description: Unleash your passion and be rewarded with a fulfilling career!
              url: /careers/
    - 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/
    - infopic:
        title: Integrity
        subtitle: Core Values
        description: Integrity drives everything we do at the Ministry of ABC
        button: Learn More
        url: /core-values/
        image: /images/integrity.png
        alt: Members of the Ministry of ABC shaking hands
    - infopic:
        title: Professionalism
        subtitle: Core Values
        description: We strive to deliver work of the highest calibre
        button: Learn More
        url: /core-values/
        image: /images/professionalism.png
        alt: Members of the Ministry of ABC in suits
    - resources:
        title: Media
        subtitle: Learn more
        button: View More
---
```

The above configuration will produce a home page similar to the following:

<div align="left"><img src="/files/-MJZq_NFz-MaCEVvX0ii" alt=""></div>


---

# 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/sample-configuration.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.
