# Self Healing

### :fast\_forward:Performance: High        :closed\_lock\_with\_key:Potency: Low            :brain:Resilience: High

## Understanding the protection

Self Healing relies on redundancy to ensure the integrity of your application.

The code marked to be protected will be cloned in multiple regions of your application, if tampering is found, our runtime agents will redirect the flow of your program to any of the non-tampered solutions.&#x20;

In the event of all functions being compromised, the RASP checks will take over mitigating all active threats.

{% hint style="warning" %}
:up: Due to the nature of this protection, **we strongly advise using** [**Attributes**](/.net-code-obfuscation/advanced-obfuscation/attribute-based-obfuscation.md) on the methods or types you want to be protected.
{% endhint %}

***This protection is currently in BETA*** :shield: ***stage, if you wish to enable it in your account, contact your account manager to have it activated.***


---

# 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.cyphor.net/.net-code-obfuscation/code-obfuscation/self-healing.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.
