# Common Issues

<details>

<summary>Policies not appearing in Group Policy Management Console</summary>

* Verify ADMX/ADML files are in correct location (see [Windows deployment docs](/deployment/chrome-edge-deployment-instructions/windows.md))
* Ensure files are not blocked (right-click > Properties > Unblock)
* Refresh Group Policy Editor

For complete deployment instructions, see [Domain Deployment guide](/deployment/chrome-edge-deployment-instructions/windows/domain-deployment.md).

</details>

<details>

<summary>Policies not applying to extension</summary>

* Check registry values are present (see [Manual Deployment guide](/deployment/chrome-edge-deployment-instructions/windows/manual-deployment.md))
* Restart browser after policy changes
* Verify extension has necessary permissions

For troubleshooting policy deployment, consult the [Windows deployment documentation](/deployment/chrome-edge-deployment-instructions/windows.md).

</details>

<details>

<summary>Custom branding not working</summary>

* Verify URLs are accessible via HTTPS
* Check image formats are supported (PNG, JPG, SVG)
* Ensure color codes are valid hex format

</details>


---

# 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.check.tech/troubleshooting/common-issues.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.
