# Denigma

{% embed url="<https://denigma.app/>" %}

Denigma is an AI tool that explains code in conversational English[\[1\]](https://denigma.app/)[\[2\]](https://www.reddit.com/r/programming/comments/q07z0v/denigma_is_an_ai_tool_that_explains_code_in). It supports almost all mainstream programming languages and complex code[\[4\]](https://twitter.com/denigmaai), and goes beyond a literal line by line explanation to explain programming concepts and deduce the business logic and goal of code[\[5\]](https://news.ycombinator.com/item?id=29410192). Denigma is powered by machine learning[\[1\]](https://denigma.app/), and does not store, log, or use code as training data[\[1\]](https://denigma.app/). It can be used without sign-up required[\[1\]](https://denigma.app/), and is used by 50,000+ software professionals at organizations like Microsoft Visual Studio Marketplace[\[3\]](https://marketplace.visualstudio.com/items?itemName=denigmaapp.denigma) and WmgLab Records[\[1\]](https://denigma.app/).


---

# 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://luminary-cult.gitbook.io/luminary-cult/ai/solver/denigma.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.
