# CFML Language

- [Syntax](https://modern-cfml.ortusbooks.com/cfml-language/syntax.md): Script or Tags? Choose wisely!
- [Comments](https://modern-cfml.ortusbooks.com/cfml-language/comments.md): You shall comment ALL your code!
- [Variables](https://modern-cfml.ortusbooks.com/cfml-language/variables.md): name = "Amazing Programmer"
- [Variable Scopes](https://modern-cfml.ortusbooks.com/cfml-language/variable-scopes.md): They gotta exist somewhere!
- [Operators](https://modern-cfml.ortusbooks.com/cfml-language/operators.md): Operate all things++--==!^%/\\
- [Null & Nothingness](https://modern-cfml.ortusbooks.com/cfml-language/null-and-nothingness.md): null does mean something!
- [Strings](https://modern-cfml.ortusbooks.com/cfml-language/strings.md): Strings in CFML/Java are immutable! Remember that well!
- [JSON](https://modern-cfml.ortusbooks.com/cfml-language/json.md): JSON all things!
- [Numbers](https://modern-cfml.ortusbooks.com/cfml-language/numbers.md): Integers and floats to rule the world!
- [Arrays](https://modern-cfml.ortusbooks.com/cfml-language/arrays.md): An array is a data structure consisting of a collection of elements.
- [Structures](https://modern-cfml.ortusbooks.com/cfml-language/structures.md): Collection of key-value pairs; a data dictionary
- [Database Queries](https://modern-cfml.ortusbooks.com/cfml-language/queries.md): CFML provides the easiest way to query a database
- [Conditionals](https://modern-cfml.ortusbooks.com/cfml-language/conditionals.md)
- [Exception Management](https://modern-cfml.ortusbooks.com/cfml-language/exception-management.md)
- [Components](https://modern-cfml.ortusbooks.com/cfml-language/components.md)
- [Properties](https://modern-cfml.ortusbooks.com/cfml-language/components/properties.md)
- [Functions](https://modern-cfml.ortusbooks.com/cfml-language/components/functions.md)
- [Static Constructs](https://modern-cfml.ortusbooks.com/cfml-language/components/static-constructs.md)
- [Final Constructs](https://modern-cfml.ortusbooks.com/cfml-language/components/final-constructs.md)
- [Abstract Constructs](https://modern-cfml.ortusbooks.com/cfml-language/components/abstract-constructs.md)
- [Interfaces](https://modern-cfml.ortusbooks.com/cfml-language/components/interfaces.md)
- [Closures](https://modern-cfml.ortusbooks.com/cfml-language/closures.md)
- [Code Locking](https://modern-cfml.ortusbooks.com/cfml-language/locking.md)
- [Threading](https://modern-cfml.ortusbooks.com/cfml-language/threading.md)
- [Includes](https://modern-cfml.ortusbooks.com/cfml-language/includes.md)
- [Java Integration](https://modern-cfml.ortusbooks.com/cfml-language/java-integration.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://modern-cfml.ortusbooks.com/cfml-language.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.
