# Report Sections

<figure><img src="/files/FKxgD9yEO80SWqn4QDdQ" alt="" width="563"><figcaption></figcaption></figure>

The AppReview Code Review has the following sections shown in the left menu

#### App Settings

Top level information about the app and its settings

#### Components

List of every component byt screnn bad type

#### Variables

List of following variable type showing name, type, set count and used count

* Global
* Local
* Collections
* Formula

#### Code Block

Lists all Power FX code in one page (impacted by the 'On' check box when importing export).&#x20;

#### Solution

Lisrts the below solution components

* Connection References
* Environment Variables
* Tests
* Missing Dependencies
* Flows
* Dataverse Tables

#### Connections

Lists connections used in the app

#### Data Sources

Lists data sources used in the app

#### Diagram

Simple screen diagram showing navigatable links.

#### Flags

Solution/App checker results.


---

# 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.powerdevbox.com/appreview/appreview-chromium-extension/report-sections.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.
