# Using Momentum

- [Underlying API structure](https://docs.momentum.sh/using-momentum/underlying-api-structure.md)
- [Auth](https://docs.momentum.sh/using-momentum/auth.md)
- [Logging in](https://docs.momentum.sh/using-momentum/logging-in.md)
- [User Registration](https://docs.momentum.sh/using-momentum/user-registration.md)
- [Parsing codebase](https://docs.momentum.sh/using-momentum/parsing-codebase.md)
- [Getting list of all parsed projects](https://docs.momentum.sh/using-momentum/getting-list-of-all-parsed-projects.md)
- [Getting list of all branches in a project](https://docs.momentum.sh/using-momentum/getting-list-of-all-branches-in-a-project.md)
- [Listing all endpoints of a branch](https://docs.momentum.sh/using-momentum/listing-all-endpoints-of-a-branch.md)
- [Understanding Changes & Impacts](https://docs.momentum.sh/using-momentum/understanding-changes-and-impacts.md)
- [Generating Blast Radius](https://docs.momentum.sh/using-momentum/generating-blast-radius.md)
- [Get Flow Graph](https://docs.momentum.sh/using-momentum/get-flow-graph.md)
- [Get Dependencies](https://docs.momentum.sh/using-momentum/get-dependencies.md)
- [Get More Dependencies (AI)](https://docs.momentum.sh/using-momentum/get-more-dependencies-ai.md)
- [Getting code of a specific node](https://docs.momentum.sh/using-momentum/getting-code-of-a-specific-node.md)
- [Testing your code](https://docs.momentum.sh/using-momentum/testing-your-code.md)
- [Generating a test plan](https://docs.momentum.sh/using-momentum/generating-a-test-plan.md)
- [Setting up the test plan](https://docs.momentum.sh/using-momentum/setting-up-the-test-plan.md)
- [Preferences](https://docs.momentum.sh/using-momentum/preferences.md)
- [Setting preferences of a specific endpoint](https://docs.momentum.sh/using-momentum/preferences/setting-preferences-of-a-specific-endpoint.md)
- [Getting preferences for specific endpoint](https://docs.momentum.sh/using-momentum/preferences/getting-preferences-for-specific-endpoint.md)
- [Generating tests](https://docs.momentum.sh/using-momentum/generating-tests.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.momentum.sh/using-momentum.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.
