diff --git a/docs/integrations/azure-pipelines-graph.md b/docs/integrations/azure-pipelines-graph.md
index d0d9933..8a10193 100644
--- a/docs/integrations/azure-pipelines-graph.md
+++ b/docs/integrations/azure-pipelines-graph.md
@@ -61,6 +61,46 @@ conviso -k $(CONVISO_API_KEY) ast run
12. The resulsts will be sent to Conviso Platform.
## Troubleshooting
+
+### Configuring API Key
+
If authentication is not performed even when loading the ```CONVISO_API_KEY``` variable, make sure it is provided as environment variables for all tasks that use the CLI.
+### Ensuring Git is added to PATH Environment Variable
+
+If you encounter the error below, ensure that the `PATH` environment variable includes `C:\Program Files\Git\bin`:
+
+```
+Unable to locate executable file: 'bash'. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable.
+```
+
+Follow these steps to verify and update it:
+
+1. Access your project in Azure;
+2. Navigate to **Agent pools**:
+
+
+
+![img](../../static/img/azure-pipelines-graph-mode1.png)
+
+
+
+3. In the **Capabilities** tab, search for the **Path** environment variable:
+
+
+
+![img](../../static/img/azure-pipelines-graph-mode2.png)
+
+
+
+4. Add `C:\Program Files\Git\bin` to the environment variable.
+
+
+
+![img](../../static/img/azure-pipelines-graph-mode3.png)
+
+
+
+5. Restart the agent service.
+
[![Discover Conviso Platform!](https://no-cache.hubspot.com/cta/default/5613826/interactive-125788977029.png)](https://cta-service-cms2.hubspot.com/web-interactives/public/v1/track/redirect?encryptedPayload=AVxigLKtcWzoFbzpyImNNQsXC9S54LjJuklwM39zNd7hvSoR%2FVTX%2FXjNdqdcIIDaZwGiNwYii5hXwRR06puch8xINMyL3EXxTMuSG8Le9if9juV3u%2F%2BX%2FCKsCZN1tLpW39gGnNpiLedq%2BrrfmYxgh8G%2BTcRBEWaKasQ%3D&webInteractiveContentId=125788977029&portalId=5613826)
\ No newline at end of file
diff --git a/static/img/azure-pipelines-graph-mode1.png b/static/img/azure-pipelines-graph-mode1.png
new file mode 100644
index 0000000..b2222f4
Binary files /dev/null and b/static/img/azure-pipelines-graph-mode1.png differ
diff --git a/static/img/azure-pipelines-graph-mode2.png b/static/img/azure-pipelines-graph-mode2.png
new file mode 100644
index 0000000..5c3cc70
Binary files /dev/null and b/static/img/azure-pipelines-graph-mode2.png differ
diff --git a/static/img/azure-pipelines-graph-mode3.png b/static/img/azure-pipelines-graph-mode3.png
new file mode 100644
index 0000000..d98e453
Binary files /dev/null and b/static/img/azure-pipelines-graph-mode3.png differ