# CLI Tool

- [Introduction](https://docs.cyphor.net/cli-tool/introduction.md): Our Command Line Interface (CLI) provides a unified method for interacting with all of our product  offerings.
- [Global options](https://docs.cyphor.net/cli-tool/global-options.md): This section details all the Global Options available in our CLI. These options can be applied universally across all commands.
- [Profiles](https://docs.cyphor.net/cli-tool/profiles.md)
- [Projects](https://docs.cyphor.net/cli-tool/projects.md)
- [Obfuscator](https://docs.cyphor.net/cli-tool/obfuscator.md): This section focuses on managing and customizing obfuscation settings using our Command Line Interface (CLI). Here, you'll learn about obfuscation schemes, templates and protecting files.
- [Obfuscation Schemes](https://docs.cyphor.net/cli-tool/obfuscator/obfuscation-schemes.md): Obfuscation schemes are rules that define which obfuscation techniques are enabled or disabled. You can think of schemes as a convenient shortcut to apply the same obfuscation techniques to many files
- [Task templates](https://docs.cyphor.net/cli-tool/obfuscator/task-templates.md): Simplify the process of running obfuscation jobs by creating pre-defined configurations for everything involving the obfuscation process.
- [Protecting files](https://docs.cyphor.net/cli-tool/obfuscator/protecting-files.md): This page is dedicated to guiding you through running obfuscation jobs using our command-line interface (CLI).
- [Global obfuscation flags](https://docs.cyphor.net/cli-tool/obfuscator/protecting-files/global-obfuscation-flags.md)
- [Using templates to obfuscate files](https://docs.cyphor.net/cli-tool/obfuscator/protecting-files/using-templates-to-obfuscate-files.md)
- [Quick obfuscation](https://docs.cyphor.net/cli-tool/obfuscator/protecting-files/quick-obfuscation.md): Quick obfuscation allows you to rapidly iterate through various obfuscation settings before deciding on a template tailored to your specific requirements.
- [Monitoring obfuscation jobs](https://docs.cyphor.net/cli-tool/obfuscator/monitoring-obfuscation-jobs.md)
- [Securing local storage](https://docs.cyphor.net/cli-tool/securing-local-storage.md): Your keys and secrets are securely stored in a local folder automatically managed by the CLI. However, you can tailor the protection mechanisms to fit your specific security needs.


---

# 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.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.
