> For the complete documentation index, see [llms.txt](https://docs.tuplo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tuplo.com/using-tuplo-studio/orders/tracking-fraud.md).

# Tracking Fraud

<figure><img src="/files/CVGi9gRIW69nSah0V26m" alt=""><figcaption><p>Order details are shown in the Fraud Layout of the Order Detail Window.</p></figcaption></figure>

An unfortunate reality for any retailer is the potential for **fraudulent payments**.

Of course, the best solution is always a proactive approach. By following safe business practices and providing your staff with proper training to identify and react accordingly to fraudulent payments, you can limit fraudulent orders and properly document when they occur.

Tuplo Studio accommodates by marking orders as fraudulent. Details related to that order are flagged, and any new orders with similar information receive the Potential Fraud indicator.

***

## Mark Orders as Fraudulent

To **mark** orders as fraudulent:

1. **Open** the order.
2. **Click** the Edit button.
3. **Activate** the fraud checkbox.
4. **Click** the Update button.

***

### Compare Fraudulent Orders

Fraudulent orders with similar information appear in the Fraud tab of the Order Detail Window.

To **access** this tab:

* **Click** the Fraud tab when viewing an order in the Order Detail Window.

Selecting an order from this list will display more information below.

***

## Video Tutorial

{% embed url="<https://iframe.mediadelivery.net/play/231419/e3249c9d-8707-44c6-9f52-e21bfd634f9e>" %}
Discover how our fraud tracking assistance tool complements your existing fraud detection efforts, helping you monitor and manage potential risks according to your unique policies and processes.
{% endembed %}


---

# 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.tuplo.com/using-tuplo-studio/orders/tracking-fraud.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.
