> For the complete documentation index, see [llms.txt](https://docs.prutopia.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prutopia.io/core-concepts/interoperability.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.prutopia.io/core-concepts/interoperability.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
