# 6.1 Integration Use Cases

* Games adopting PETs as companions or NPCs
* AR overlays that allow pets to appear in the physical environment
* Social apps enabling mood-sharing or ambient presence
* Productivity apps incorporating quiet, focus-friendly modes
* Virtual worlds that require persistent digital citizens

Each integration benefits from the identity layer’s deterministic guarantees. A pet will behave consistently in any world that adheres to the model interface.


---

# 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.petverse.vip/6.-api-and-developer-ecosystem/6.1-integration-use-cases.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.
