# Element Repository

Use this section to learn tips and tricks for working with the Element Repository. These help you to create, manage, reuse, and update elements to support stable and maintainable test automation.

* **Scenario**: Test steps fail when the application User Interface (UI) elements have attributes that change frequently.\ <i class="fa-lightbulb-on" style="color:yellow;">:lightbulb-on:</i> **Tip & Trick**: Open element **Details** and enable the **Self-Healing** feature along with **Custom** attributes. This allows **Avo Assure** to identify elements even when some attributes change, which improves the stability of your tests.
* **Scenario**: When default element attributes are not enough to uniquely identify an element.

  <i class="fa-lightbulb-on" style="color:yellow;">:lightbulb-on:</i>**Tip & Trick**: Use [Custom Properties](/avo-assure/working-with-the-avo-assure-platform/create-and-execute-tests-with-design-studio/working-with-element-repository-section/custom-property.md) to define additional attributes for element identification.\
  This helps create more reliable element identification when standard attributes do not provide enough uniqueness.


---

# 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.avoautomation.com/avo-assure/support-resources/tips-and-tricks/design-studio/element-repository.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.
