# Interoperability

Interoperability is a key concept within Prutopia. Thanks to web3, each identity (remember that one person can be multiple identities, or multiple people can be one identity) is identified on the internet as a unique address. This enables interactions on multiple sites to identify the same identity.

The professional can interact with different job boards, service marketplaces, and more, using their same Prutopia curriculum. This allows them to gather every reputational data point from all these sites, have them under their control, and connect with a simple one-click experience across different places, ensuring that the data is not partitioned across various platforms but unified under the user's power.

{% hint style="info" %}
For example: a person uses Fiverr and has completed 10 services there. They connect their profile with Prutopia and can then connect with the job board SatoshiJobs to use their Fiverr reputation on that site.
{% endhint %}


---

# 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.prutopia.io/core-concepts/interoperability.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.
