# Overview

Cubelyzer is a free platform to analyze MS Office documents (e.g. Word, Excel). Also can be detect obfuscated VBA Macros, suspicious VBA keywords, IP addresses, URLs, executable filenames, etc.

This documentation contains everything you need to know about using the platform.

## Get Started

Any user can share MS Office files and hunt (search) for free through the [web interface](https://cubelyzer.com). A programmatic interface for more automated sharing and searching is available with the [API](https://documenter.getpostman.com/view/10804369/Tzef92vD).&#x20;

* [Sign up](https://cubelyzer.com/signup) for the Cubelyzer.
* [Searching](https://docs.cubelyzer.com/hunter) for submissions.


---

# 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://cubelyzer.sedatozdemir.com.tr/master.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.
