# Intro

- [Welcome](https://modern-cfml.ortusbooks.com/intro/intro.md): CFML is vibrant, modern and strong!
- [Author](https://modern-cfml.ortusbooks.com/intro/intro/author.md): Information about the author
- [About This Book](https://modern-cfml.ortusbooks.com/intro/intro/about-this-book.md)
- [What is ColdFusion (CFML)](https://modern-cfml.ortusbooks.com/intro/history.md): ColdFusion Markup Language \<CFML> is a dynamic web programming language.
- [CommandBox CLI](https://modern-cfml.ortusbooks.com/intro/intro-to-commandbox.md): CommandBox is the de facto standard for CFML development and execution
- [Instructions & Interpreters](https://modern-cfml.ortusbooks.com/intro/instructions-and-interpreters.md): CFML is a dynamic language that runs on the JVM


---

# 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://modern-cfml.ortusbooks.com/intro.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.
