# Definitions 📒

### Plans

A **Plan** is a service contract paid for buy the customer. It serves both as the vehicle for payment processing and the record of the contract between Gamp and the customer. The contract details for different kinds of plans are provided here. Each plan has to be paid for and there is a specified amount of coverage it provides for each linked device depending on the type of the plan.&#x20;

### Protected Devices

A **Protected Device** is the record of a device linked to a plan. This record is verified to confirm it matches the device type specified in the plan and the device is also reviewed. It is also inspected to verify its authenticity and verify there are no existing damages. Once approved, the protected device is active on the plan, until it expires.

If the **unique number( IMEI/serial number)** of a device is specified in the request to create a plan for it, the record for the protected device would be created at the same time. We would then reach out to the customer to verify the device is in a good working condition before approving the request to link the device to the plan.

### Claims

A Claim is a formal request to Gamp for a repair or coverage for a damage to a protected device based on the contract details (of the plan). Each claim needs to be reviewed and verified. The creation of claims is subject to this contract details.

### **Repairs**&#x20;

Customers can request that we fix their devices through the repair module. This service is available for protect devices linked to active and expired plans. It is also available for any device that has not been previously connected to the Gamp ecosystem at all.

### How to Protect a Device

* Buy A Device (Linked automatically if the unique device number is provided)
* We verify the device
* Make a Claim on the Device
* We process the Claim


---

# 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.getgamp.com/api-doc/definitions.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.
