# Device Protection Plan 💻

The Device Protection Plan is device insurance that covers a wide range of damages including the broken screen, liquid spills, electrical surges, keyboard, battery, accessories, OS updates etc.&#x20;

Device protection plans can be created or fetched through the plans module. The plan module is detailed below.

{% content-ref url="/pages/7kgY1OQSVcCDgp70ltyY" %}
[Plans 🛒](/reference/api-reference/endpoints/plans.md)
{% endcontent-ref %}

All you need to create and fetch device protection plans is to specify the appropriate parameters for *product* and *planType* in your requests.

<table data-header-hidden><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td>Product</td><td>device_<em>protection</em>_plan</td><td></td></tr><tr><td>Plan Types</td><td>"basic" , "premium" &#x26; "custom"</td><td></td></tr></tbody></table>

### Introducing Custom Plans

{% content-ref url="/pages/NdJHo3wUZp0mo3FvApoh" %}
[Custom Plan](/api-doc/products/device-protection-plan/custom-plan.md)
{% endcontent-ref %}

After a customer has bought a plan and the customer's device has been linked, the customer can claim the plan for the device when the device gets damaged. We process the claim and make a decision to fix or replace the damaged component of the device. Claims can be made and managed through the endpoints on the page shown below.

{% content-ref url="/pages/A3LI95Vb82MIBQokUrJw" %}
[Claims👨🏽‍🔧](/reference/api-reference/endpoints/claims.md)
{% endcontent-ref %}


---

# 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/products/device-protection-plan.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.
