{#- Copyright (C) 2026 The Qt Company Ltd. SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 -#} {% set ai_prompt = "Read the Qt documentation for " + default(title, "this page") %} {% if exists("genus") and existsIn(genus, "label") %}{% set ai_prompt = ai_prompt + " (" + genus.label + " documentation)" %}{% endif %} {% set ai_prompt = ai_prompt + " at " + default(url, "") + ". Explain the key concepts and typical usage patterns." %}