# Helix Dependency Validation

In version 1.1.0 of SitecoreDXG, Helix Dependency Validation is introduced to help development teams validate their template dependencies against the Helix guidelines. This is especially valuable when SitecoreDXG is [integrated into the team's CI/CD pipeline](/sitecoredxg/how-to/cicd.md), as it means that validation run automatically each commit. The value is further compounded when [Slack and/or Microsoft Teams notifications](/sitecoredxg/how-to/slack-and-ms-teams-integration.md) are configured to be sent on generation completion, as they will include a report of any validation errors that were detected.

{% content-ref url="/pages/-LX-wokgNEnpL8iclACU" %}
[Viewing Helix Validation Errors](/sitecoredxg/how-to/viewing-helix-validation-errors.md)
{% endcontent-ref %}


---

# 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/overview/helix-validation.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.
