# Cross Tabulation

## 🔢 What is cross tabulation ?

Cross tabulation allows you to cross the results from two different questions.&#x20;

Suppose that we have following two questions.

![](/files/-MBZbck-m0-8thXtmEF8)

Using a cross tabulation of the questions you can see the relation between both questions answers.

![](/files/-MBZbq66Op6dZZk9nuDb)

Using the heatmap you can generate a heatmap that will display the results in a more visual appealing way as heat map.

<figure><img src="/files/cvEgBNIaMyfML72j4HLp" alt=""><figcaption></figcaption></figure>


---

# 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://docs.ngsurvey.com/form-management/reports/report-builder/report-items/cross-tabulation.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.
