# Introduction

Twosense can be integrated into an IdP using either a deployed browser extension or by embedding it directly in your login page using the Twosense SDK. This documentation provides requirements, guides, and troubleshooting info to make your Twosense deployment as smooth as possible.

If you are just getting started, visit the guide for your preferred method of deployment:

* [Extension + PingFederate Integration Guide](/browser-extension-sdk/browser-extension/ping-integration.md)
* [SDK + PingFederate Integration Guide](/browser-extension-sdk/sdk/ping-integration.md)


---

# 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.twosense.ai/browser-extension-sdk/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.
