# Communicators

Dropzone uses Communicator sources to ask questions of your employee base and use their responses when performing Investigations to improve the quality of analysis.

For example, if Dropzone sees someone logging in from geographically diverse IPs within a short period of time (an "impossible travel" alert), this may indicate that their credentials have been compromised. Alternatively, it could simply mean the user is utilizing a VPN. The Dropzone Communicator can ask the individual whether this was a legitimate login and use their response as part of the investigation data.


---

# 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.dropzone.ai/integrations/communicator.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.
