# How can momentum help you?

**Here's what momentum will tell you at every push**

1. Blast radius detection - this will be a list of endpoints that could potentially be affected by the changes you made in your code. This will also be a starting point to decide what parts of your code need to be tested before shipping to production.
2. Visualization
3. Behaviour identification
4. Code generation to test functionality
5. Debugging (using stack trace)
6. Self-healing (simple cases)

**Coming soon**

1. Debugging (using visualization)
2. Self-healing (complex cases)
3. Test data setup
4. Code fixation


---

# 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.momentum.sh/readme/how-can-momentum-help-you.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.
