# Page Objects

### **Rename and Delete Page Objects**

Page Objects can now be renamed and deleted directly from the Page Objects view.

**Rename**

* Select the edit option on any Page Object from the Page Objects view.
* Update the name and save.

**Delete**

* Selecting delete opens a confirmation popup that lists all test cases and steps where the Page Object is currently in use.
* If it is referenced in multiple places, deletion is blocked and the popup displays the list of usages, allowing the user to resolve dependencies before proceeding.


---

# 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.qapilot.io/detailed-documentation/test-recording/page-objects.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.
