# Twosense Docs

## Product

- [Introduction](https://docs.twosense.ai/readme.md): The Twosense documentation contains information to help you deploy Twosense to your organization and troubleshoot any issues you may run into.
- [System Requirements](https://docs.twosense.ai/system-requirements.md)
- [FAQ](https://docs.twosense.ai/faq.md)
- [Anti-Virus Configuration](https://docs.twosense.ai/troubleshooting/anti-virus-configuration.md): Learn how to explicitly allow Twosense software in your anti-virus solution to avoid issues.
- [Diagnostic Tool](https://docs.twosense.ai/troubleshooting/diagnostic-tool.md)

## Browser Extension & SDK

- [Introduction](https://docs.twosense.ai/browser-extension-sdk/readme.md)
- [Extension + Delinea Integration Guide](https://docs.twosense.ai/browser-extension-sdk/browser-extension/delinea-integration.md)
- [Extension + OneLogin Integration Guide](https://docs.twosense.ai/browser-extension-sdk/browser-extension/onelogin-integration.md)
- [Extension + Okta Integration Guide](https://docs.twosense.ai/browser-extension-sdk/browser-extension/okta-integration.md)
- [Extension + PingFederate Integration Guide](https://docs.twosense.ai/browser-extension-sdk/browser-extension/ping-integration.md)
- [SDK + PingFederate Integration Guide](https://docs.twosense.ai/browser-extension-sdk/sdk/ping-integration.md)

## Windows Authenticator

- [Introduction](https://docs.twosense.ai/windows-authenticator/readme.md)
- [Windows Installation Guide](https://docs.twosense.ai/windows-authenticator/guides/windows-installation-guide.md)
- [Group Policy Deployment](https://docs.twosense.ai/windows-authenticator/guides/gpo-installation.md)
- [Proxy support](https://docs.twosense.ai/windows-authenticator/guides/proxy-support.md)
- [Upgrade Guide](https://docs.twosense.ai/windows-authenticator/guides/upgrade-guide.md)
- [Emergency Disable Mode](https://docs.twosense.ai/windows-authenticator/guides/emergency-disable-mode.md)

## H2FA

- [Introduction](https://docs.twosense.ai/h2fa/readme.md)
- [Microsoft Teams Deployment](https://docs.twosense.ai/h2fa/guides/microsoft-teams.md)
- [Subscribing MS Teams Channel](https://docs.twosense.ai/h2fa/guides/subscribing-ms-teams-channel.md)
- [Configuring Group-Based Notifications](https://docs.twosense.ai/h2fa/guides/using-groups.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.twosense.ai/readme.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.
