# SAP Inspector

To examine the structure of the SAP Front End interface, Astro Studio includes the SAP Inspector panel. To start working, you should click the "Update the Tree" button ![](/files/CPXcTlvRIRF18B6db460). After clicking the button, the inspector will start examining the active application window and display its structure. The left part of the panel shows the control tree.

![](/files/YMn32FSz2DNPq7RS3HdN)

When a controller is selected, its attributes will be displayed on the right side of the screen.

![](/files/1NkHpxvwuQ4YREUygspX)

This information is convenient to use when building SAP Front End element search templates.


---

# 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://astro-rpa.gitbook.io/astro-rpa-user-guide/astro-studio/sapexplorer.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.
