# "Ask AI about this diagram" button is described somewhere but never appears **What you are seeing** An "Ask AI about this diagram" button is described somewhere but never appears. --- ## Why it happens The AI chat code is bundled but unreachable in this app. The required websocket provider is never mounted above the button's own check, so the button is always suppressed. --- ## What to do Do not expect AI features in Diagrams for Jira. --- ## Settings involved | **Setting** | **Where** | **What it does** | | ---------------------------------------- | --------- | ---------------- | | Admin / project / site settings | \- | \- | | Diagram (gadget configuration). Diagram | \- | \- | | Diagram (gadget configuration). Language | \- | \- | --- ## Limits that apply here | **Limit** | **Value** | **What happens** | | -------------------------------------------- | --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Diagram title length | \- | The Title input is capped at 50 characters. Titles are used verbatim as attachment filenames with no de-duplication or sanitisation, so two diagrams with the same title produce two identically named a | | Browse page size | \- | Each JQL page requests 12 issues and the list reveals 12 rows at a time; Show more loads the next batch. (The shared hook's own default is 50; the Diagrams page overrides it to 12.). | | Concurrent diagram previews on the browse pa | \- | Diagram content is downloaded one attachment at a time through a throttle, so thumbnails on a busy site fill in progressively rather than all at once. | --- ## Related [Newly added Capable Diagram gadget already shows a flowchart I did not createThe gadget's stored configuration defaults to a sample Mermaid flowchart, so a blank gadge](https://help.gocapable.com/jira-diagrams/newly-added-capable-diagram-gadget-already-shows-a-flowchart-i-did-not-create.html) [Gadget diagram is out of date after someone changed itThe gadget is declared non-refreshable, so Jira does not offer a refresh interval for it.](https://help.gocapable.com/jira-diagrams/gadget-diagram-is-out-of-date-after-someone-changed-it.html) [Everything elseThe rest of this family.](https://help.gocapable.com/jira-diagrams/everything-else.html) --- _Found it? Good._