> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/create-and-execute-tests-with-design-studio/working-with-element-repository-section/features-in-element-repository/understanding-self-healing/applying-self-healing.md).

# Applying Self Healing

To apply self healing, perform the following actions:

1. On the **Home** page, from **Projects** list, select required project.
2. Select **Design Studio**.
3. In the **Element Repository** page, select the required element repository for which you want to apply self healing.
4. Select **Tools** > **Self Heal**. The **Self Heal** dialog opens.

<img src="/files/18gn2vyxRfu7GsmCDq9I" alt="" height="306" width="686">

3. In the **Self Heal** dialog, choose one of the following options:
   1. **Enable Self Heal**
      1. Select **Adjust the broken elements attributes** to update the attributes of elements that were not detected during execution.
      2. Select **Preserve the properties of reprioritized items** for subsequent execution to prioritize the most stable properties for future runs.
   2. **Disable Self Heal**
      1. Select this option to disable self heal.
4. Select one of the following actions:
   1. **Apply for all repositories** to apply the selected option across all repositories.
   2. **Apply to current repository** to apply the selected option only to the current repository.

{% hint style="info" %}
**Note**: Select **Cancel** to close the dialog without making changes.
{% endhint %}

5. After you apply self healing to the repositories, the **Self Heal** icon appears.

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

{% hint style="info" %}
**Note**:&#x20;

* Self-healing is only applicable to elements captured through the Avo Assure Client. It does not work for manually created elements.
* Successful element recovery in Self Heal does not necessarily update the visible properties in the Element Repository. This is expected behaviour, as self healing relies on more than just the displayed locators to identify elements.
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.avoautomation.com/avo-assure/create-and-execute-tests-with-design-studio/working-with-element-repository-section/features-in-element-repository/understanding-self-healing/applying-self-healing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
