Skip to content

2.3. Reading answers — tables, charts, diagrams

Working with markdown tables, charts, Mermaid diagrams and tree charts

An answer brings more than text with it, and each part is handled slightly differently.

The parts of an answer

The parts of an answer — reasoning, body, footer line

1. Reasoning — what it was thinking

CogentAI's thoughts sits collapsed above the answer. Expand it and you can see the reasoning that led to the answer.

Expand it whenever you do not trust an answer. It usually shows you where things went off track.

2. Tables

Metric lists and statistics come back as tables. When there are many columns, the table scrolls sideways within itself, so drag it left and right.

3. Charts

Metric trends, forecast bands and the like are drawn for you.

A chart that came with an answer
ActionResult
Hover the mouseThe value at that point
Click a legend entryShows or hides that series
Full screen buttonA larger view (ESC closes it)

When series overlap in a small window, full screen is the answer.

4. Tree charts — execution plans

These are the branching diagrams used for query execution plans. They carry buttons the other charts do not have.

ButtonWhat it does
Zoom in · Zoom outA step at a time
Fit to screenBack to the initial view. Start here if you get lost
Expand allOpens every collapsed branch at once
Full screenA larger view

Besides the buttons you can drag to pan, zoom with the wheel, and click a node to expand or collapse it.

How to read the values and colours on a node is covered in Reading execution plans and ERDs.

5. Diagrams (Mermaid)

These are table relationship diagrams (ERDs) and structure diagrams.

ActionResult
DragPan
WheelZoom in and out around the pointer
ResetBack to a view that fits the screen
Full screenA larger view (ESC closes it)

Turning the wheel over a diagram zooms the diagram instead of scrolling the conversation. To scroll the conversation, put the pointer outside the diagram.

If the diagram is not drawn and you get "Mermaid rendering error", the source is shown below it as it is. Asking again usually produces a normal result.

What sits under an answer

Copying

There are two buttons.

ButtonWhat it copies
Copy to clipboardThe answer only
Copy Q&ABoth — for sharing with someone else

Response time

You get how long it took, and which stage the time went into.

StageWhat was happening
Security checkExamining the question
Document searchSearching the documentation
MCP (Model Context Protocol) tools executionActually querying metrics and databases
Response generationWriting the answer

When something feels slow, this tells you where the time went. If the query was the slow part, narrow the time range and ask again.

Scroll to bottom

If you scrolled up while reading a long answer, the Scroll to bottom button brings you back. While a new answer is arriving, the view does not follow it automatically if you are reading further up.

Next