# Troubleshooting

- [Browser Compatibility](https://docs.rep.ai/troubleshooting/browser-compatibility.md)
- [Notifications](https://docs.rep.ai/troubleshooting/notifications.md): Make sure you're being alerted right when your visitors are ready to talk
- [Content-Security-Policy (CSP)](https://docs.rep.ai/troubleshooting/content-security-policy-csp.md)
- [Firewalls and VPNs](https://docs.rep.ai/troubleshooting/firewalls-and-vpns.md): Add Rep.ai domains and ports to your organization's network security to ensure you can connect with visitors.
- [Support](https://docs.rep.ai/troubleshooting/support.md): If you are still having issues after reviewing the troubleshooting documentation please reach out to our support team.
- [Scheduler](https://docs.rep.ai/troubleshooting/scheduler.md): Full setup guide coming soon.


---

# 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.rep.ai/troubleshooting.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.
