# Detail view

### Overview

Quilter's "Detail View" lets you take a closer look at specific board layers and object classes within your layout candidate.&#x20;

You can access the full-screen "Detail View" by clicking the "Detail View" button in the top-right corner of the board preview component.

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

### Supported controls

Quilter's board viewer includes the following controls to help with inspecting and reviewing Quilter-generated layout candidates:

<table><thead><tr><th width="158.82421875">Control</th><th>Description</th></tr></thead><tbody><tr><td>2D mode</td><td>The default viewing style displays your design in a locked birds-eye view without three-dimensional features.</td></tr><tr><td>3D mode</td><td>Displays a 3D perspective of your board with a materials-based visual theme. Enables free rotation.</td></tr><tr><td>Flip icon</td><td>Quickly flip your board from front to back</td></tr><tr><td>Quick find</td><td>Locate and switch to a specific camera angle for a particular component or pin within your design. </td></tr></tbody></table>

### Layer/object navigation

Quilter's tag tree picker provides access to all board object classes through two different organizational views:<br>

1. **Control object visibility by layer**\
   The first set of controls lets you toggle the visibility of all objects on a specific layer or expand the nested tree structure to toggle the visibility of individual objects on that layer. These toggles are always available, even if there are no objects on that layer – for example, if there are no pours on `LAYER_1`.

   \
   Layer-level toggles are helpful for inspecting individual layers of your PCB at a time.<br>
2. **Control global object visibility**\
   The second set of controls lets you toggle the global visibility of specific object classes across all layers. These toggles are always available, even if there are no instances of that object in your design – for example, if there are no placement regions defined for your layout job.\
   \
   Global-level toggles are useful for inspecting trace paths that span multiple layers of your board.


---

# 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.quilter.ai/candidate-review/detail-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.
