# Configurations

- [Config.yml file](https://v2.isomer.gov.sg/configurations/sitewide-configuration.md): The config.yml file determines your sitewide configurations (except your footer). This file is located in your main folder
- [Site color](https://v2.isomer.gov.sg/configurations/sitewide-configuration/site-color.md)
- [Homepage](https://v2.isomer.gov.sg/configurations/homepage.md)
- [Basics](https://v2.isomer.gov.sg/configurations/homepage/basics.md)
- [Hero Banner](https://v2.isomer.gov.sg/configurations/homepage/hero-banner.md)
- [Infobar](https://v2.isomer.gov.sg/configurations/homepage/infobar.md)
- [Infopic](https://v2.isomer.gov.sg/configurations/homepage/infopic.md)
- [Resources](https://v2.isomer.gov.sg/configurations/homepage/resources.md)
- [Sample configuration](https://v2.isomer.gov.sg/configurations/homepage/sample-configuration.md)
- [Pages](https://v2.isomer.gov.sg/configurations/pages.md)
- [Configuration](https://v2.isomer.gov.sg/configurations/pages/configuration.md)
- [Second and Third Level Navigation Pages](https://v2.isomer.gov.sg/configurations/pages/second-and-third-level-navigation-pages.md)
- [Navigation Bar](https://v2.isomer.gov.sg/configurations/navigation-bar.md)
- [Configuration](https://v2.isomer.gov.sg/configurations/navigation-bar/navigation-bar-configuration.md)
- [Resources](https://v2.isomer.gov.sg/configurations/resources.md)
- [Setup](https://v2.isomer.gov.sg/configurations/resources/setup.md)
- [Posts](https://v2.isomer.gov.sg/configurations/resources/posts.md)
- [Resources with v2 migration](https://v2.isomer.gov.sg/configurations/resources/cms-compatible-sites.md): If your site has been migrated to v2 and has been informed of the resources change, do note the following change if you'd like to create new resource pages on Github.
- [Contact Us](https://v2.isomer.gov.sg/configurations/contact-us.md)
- [Configuration](https://v2.isomer.gov.sg/configurations/contact-us/configuration.md)
- [Footer](https://v2.isomer.gov.sg/configurations/footer.md)


---

# 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.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.
