# Obfuscator

## Obfuscation schemes

An obfuscation scheme is a collection of obfuscation features that you can either enable or disable according to your requirements.\
Schemes aren't tied to files or projects. You can learn more about schemes here: [Obfuscation Schemes](/cli-tool/obfuscator/obfuscation-schemes.md)

## Obfuscation Templates

Obfuscation Templates are a set of rules that determine how a project is obfuscated. They specify which files within the project are subjected to obfuscation, merging (or both), along with other obfuscation related settings. You can learn more about templates here: [Task templates](/cli-tool/obfuscator/task-templates.md)

## Protecting files

You can apply predefined obfuscation schemes, use templates, or directly define obfuscation settings to meet your specific needs. For an in-depth guide on file protection, see [Protecting files](/cli-tool/obfuscator/protecting-files.md)

##


---

# 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/cli-tool/obfuscator.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.
