# Integration Guide

#### .Play Name Service&#x20;

For dApps to integrate the .Play Name Service (PNS) into your application. It allows your dApp to resolve domain names to Ethereum Virtual Machine (EVM) wallet addresses and to retrieve domain names associated with a user's EVM wallet address.

{% content-ref url="/pages/oIA7NQp98ZprIFQ0GJUy" %}
[.Play Name Service Integration](/carv-ecosystem/carv-play/carv-intro/.play-name-service-integration.md)
{% endcontent-ref %}

#### API-Verifed Quest

For games who wish to create their own quest in Events or Missions on CARV Play, such as instructing users to complete specific in-game tasks where data is not publicly available, CARV made it possible by allowing games to provide their own verification API to check user completion status. CARV supports both RESTful API and GraphQL API for maximum compatibility with your current system.

{% content-ref url="/pages/Ojaa4PdNU0m7nwz8FnIq" %}
[API-Verified Quest (RESTFUL)](/carv-ecosystem/carv-play/carv-intro/api-verified-quest-restful.md)
{% endcontent-ref %}

{% content-ref url="/pages/shxbbpWXHatKDwK5iThp" %}
[API-Verified Quest (GraphQL)](/carv-ecosystem/carv-play/carv-intro/api-verified-quest-graphql.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.carv.io/carv-ecosystem/carv-play/carv-intro.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.
