> For the complete documentation index, see [llms.txt](https://docs.verygoodsecurity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verygoodsecurity.com/vault/developer-tools/vgs-collect/fraud-prevention.md).

# Fraud Prevention

We’re constantly extending [VGS Collect](/vault/developer-tools/vgs-collect.md) functionality to bring additional value to our customers. We're happy to provide you with an opportunity to join our Fraud and Analytics Beta. When combined with our secure forms, our fraud and analytics solutions will provide you with a seamless solution for collecting data, analyzing your end-customer behavior and characteristics, and ultimately preventing fraud. We are currently offering this new functionality via product partnerships with Neuro-ID, Sardine.ai, and others.

To get access to our Fraud and Analytics Beta, please email us at <product@verygoodsecurity.com>. We look forward to hearing about your interest in this program and learning about any pain points you’re experiencing with fraud.

## Integration Partners

![Neuro-ID logo](/files/YDuuiasNu2UnDqpD4cZq)  - behavioral analytics solution that uses as inputs user behavior, namely how users fill out onboarding forms/when they hesitate/what shortcuts they use, to help identify fraud (and friction points in customer conversion) via a JavaScript solution. ![Sardine.ai logo](/files/fm5zQjFOenxM11dPuGE1)- full-stack risk and fraud operating system that integrates third-party data sources (email, phone verification, location) with proprietary behavioral analytics to prevent identity/payment fraud and account takeover.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.verygoodsecurity.com/vault/developer-tools/vgs-collect/fraud-prevention.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
