# Module Diagrams

The *Module Diagrams* provide high-level views of the dependencies that the context module has on other modules and the dependent modules that depend on the context module. The Module Diagrams are only generated for solutions for which you have configured the Helix settings so that more granular diagrams can be shown.

There are two different types of Module Diagrams, as shown below.

### Module Dependencies Diagrams

Module Dependencies Diagrams are high-level diagrams that show the modules (and their containing layers) that the context module depends on. These diagrams are very useful as a quick reference and as a fast way to validate all dependencies of a module, as shown below.

![Feature.Multisite Module Dependencies Diagram from Habitat](/files/-LXuF-fH8p5I8CKMoXpF)

### Module Dependents Diagrams

Module Dependents Diagrams are high-level diagrams that show the modules (and their layers) that depend on the context module. These diagrams are also very useful as a quick reference and for validating dependencies on the context module, as shown below.

![Foundation.Multisite Module Dependents Diagram from Habitat](/files/-LXuFLTl65gi4VEy4Luh)


---

# 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://sitecoreuml.gitbook.io/sitecoredxg/about-the-generated-documentation/diagrams/module-diagrams.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.
