# Report view

### Overview

*Report* is a simplified view of your notebook that automatically hides code cells. This article provides guidance on how to use Report.

You can find the Report toggle on the top right in your workbook interface.

<figure><img src="/files/7W62iUFr1x2qihAsYCNv" alt=""><figcaption></figcaption></figure>

### How Report View Works

In Report view, code cells are hidden by default, presenting a cleaner view focused on the notebook's text content and outputs. However, the code is not removed or altered, and you can access any hidden code cell at any time by clicking on *View code* next to the cell, when hovering over it.

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

Remember that changing the reader mode status does not alter the notebook contents—it only changes the way it is displayed.


---

# 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://datalab-docs.datacamp.com/work/report-view.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.
