> For the complete documentation index, see [llms.txt](https://docs.twosense.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.twosense.ai/faq.md).

# FAQ

### Privacy

**What data does the Twosense agent collect?**\
Twosense measures behavioral data such as typing cadence and mouse movements continuously throughout the day.

**Are my keystrokes being logged somewhere?**\
Keystrokes and the resulting characters entered are not collected, with no mechanism for a User, Administrator, or Twosense employee to see what has been typed. Our system collects on the "how" of typing, not the "what" that was typed.

**Does Twosense use my webcam or microphone?**\
No, Twosense does not use a webcam or a microphone, does not collect audio or visual data, nor require the hardware to be present.

**Does Twosense keep track of when I’m at my computer, or any other performance tracking?**\
Twosense is not productivity software. We only report a list of authentication events and whether or not the MFA challenge was successfully automated.

***

### Functionality

**How long does it take to start working?**\
Like any machine-learning system, it takes time before your unique behavior can be effectively modeled. For most users, some behavioral signals will have been learned within a day or two, with all users complete in under two weeks under normal usage.

**Can users be locked out of applications if Twosense goes down?**\
If Twosense’s cloud service is unavailable, all users will be directed to traditional MFA workflows (the same ones they are using today.)

**Does Twosense need sensitive access to the IdP or SSO?**\
No administrative access or keys are required. Twosense functions as a multifactor provider, which an Administrator will need to initially configure. From that point onwards, no further access is needed.

**Can Twosense be rolled out to a specific group of users?**\
Yes. Twosense is configured as an MFA factor that gets added to a policy. That policy can then be applied to any group of users.

**Can Twosense be used for remote employees?**\
Yes. Twosense is designed to be used for both secure facilities and remote agents.


---

# 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 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/faq.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.
