# 4.1 Success & Failure Examples

This chapter highlights **common pitfalls** and **fraud-related warnings**.\
Make sure you understand **Chapter 2 (Rules of Operation)** and **Chapter 3 (Import Specifications)** before reviewing these examples.

***

### **4.1 Success vs. Failure Examples**

✅ **Success Example**

* 12:00 Check-in → 12:15 Payment → Data Import → BIND successful

❌ **Failure Example (Wrong Order)**

* 10:00 Payment → 12:00 Check-in → Manual Import → BIND not allowed (later flagged as invalid)

❌ **Failure Example (Interval Violation)**

* Re-check-in at the same store within 4 hours → Not allowed due to time restriction

👉 The keys to success are: **follow the correct order** and **respect the 4-hour rule**.


---

# 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.syfu.io/checkin-bind/success-failure.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.
