# Customer Screen Integration Guide

## Customer Screen Integration Methods

Easypay offers two ways to connect its functionalities to your application. Each method is designed for specific use cases to ensure ease of use and flexibility.

### **1- WiFi** Integratio&#x6E;**:**

This method is used when your application runs on a separate device from Easypay. It creates a real-time connection between your application and Easypay, allowing for instant communication and automation.

**Use Cases:**

* Integrating payment terminals.
* Integrate with the Easypay customer screen.

### **1- In-App** Integratio&#x6E;**:**

This method is used when your systme is running inside the Easypay app. It uses Easypay’s built-in webview to handle Easypay functionalities.

**Use Cases:**

* When want to complete sales and payment operations on a single device.


---

# 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.easypay.sa/easypay/customer-screen-integration-guide.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.
