# Perform a Deep CSV Analysis

Before diving into formal code labeling and Code Scope rules, consider the power of CSV files in SeaLights' Test Gaps Analysis (TGA) reports. This method-level analysis tool helps you **organize and prioritize** your entire app's methods, setting the stage for **efficient Code Scope rule creation**.

#### **Benefits at a Glance:**

* **Pre-Labeling Clarity:** Gain a comprehensive understanding of your app's methods before formal labeling.
* **Informed Decisions:** Label and categorize methods confidently, based on granular insights.
* **Streamlined Code Scope:** Simplify creating Code Scope rules with pre-organized method data.

Don't just label, organize first! Take control of your methods with TGA report CSVs.

<details>

<summary>Follow these steps for mastering your methods with CSV in TGA Reports</summary>

1. **Navigate:** Head to the TGA Report page and find the report for your target app.
2. **Download:** Click to download the corresponding CSV file.
3. **Analyze & Label:** Utilize the CSV as a springboard for deep analysis.
   * Mark important methods.
   * Document their significance.
   * Assign ownership for clarity.
   * Include crucial details for focused analysis.
   * Identify areas for exclusion.

</details>


---

# 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.sealights.io/knowledgebase/guides/quality-improvement/quality-improvement-solution-overview/release-quality-improvement-guide/step-3-prioritize-code-areas/perform-a-deep-csv-analysis.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.
