# Profile.io User Docs

## Profile.io User Docs

- [What is Profile.io?](https://docs.profile.io/introduction/what-is-profile.io.md)
- [Profile Product Roadmap](https://docs.profile.io/introduction/profile-product-roadmap.md)
- [Design Direction](https://docs.profile.io/introduction/design-direction.md): request access to figma.
- [Motivation & Values](https://docs.profile.io/introduction/motivation-and-values.md): In no particular order:
- [SSI Basics & Concepts](https://docs.profile.io/introduction/ssi-basics-and-concepts.md)
- [Profile.io Architecture](https://docs.profile.io/system-overview/profile.io-architecture.md)
- [User Profile ID Data](https://docs.profile.io/system-overview/profile.io-architecture/user-profile-id-data.md)
- [Profile Structure](https://docs.profile.io/system-overview/profile.io-architecture/profile-structure.md)
- [Themes](https://docs.profile.io/system-overview/profile.io-architecture/themes.md)
- [Issuer (Organisation) ID](https://docs.profile.io/system-overview/profile.io-architecture/issuer-organisation-id.md)
- [Badges (VCs SB NFTs)](https://docs.profile.io/system-overview/profile.io-architecture/badges-vcs-sb-nfts.md)
- [Data Registries](https://docs.profile.io/system-overview/profile.io-architecture/data-registries.md)
- [Schema Registry](https://docs.profile.io/system-overview/profile.io-architecture/data-registries/schema-registry.md)
- [Trusted Registry](https://docs.profile.io/system-overview/profile.io-architecture/data-registries/trusted-registry.md)
- [DID Registry](https://docs.profile.io/system-overview/profile.io-architecture/data-registries/did-registry.md)
- [Profile Verification](https://docs.profile.io/system-overview/profile-verification.md)
- [P2P Payments](https://docs.profile.io/system-overview/p2p-payments.md)
- [App/Dapp Marketplace](https://docs.profile.io/system-overview/app-dapp-marketplace.md): Consisting of open marketplace and pre-configured out-the-box solutions.
- [Account Abstraction](https://docs.profile.io/system-overview/account-abstraction.md)
- [Social / Content Growth Vectors](https://docs.profile.io/system-overview/social-content-growth-vectors.md)
- [Decentralisation, OpenSource Overview and Compatability](https://docs.profile.io/system-overview/decentralisation-opensource-overview-and-compatability.md): Overview of approach rather than execution. Links to Values
- [Proof of Personhood (POP) Algorithm](https://docs.profile.io/system-overview/proof-of-personhood-pop-algorithm.md)
- [Current live platform status](https://docs.profile.io/profile-implementation/current-live-platform-status.md): Status: Basic landing page live
- [User Flows](https://docs.profile.io/profile-implementation/user-flows.md)
- [Use Cases](https://docs.profile.io/profile-implementation/use-cases.md)
- [About / Contact](https://docs.profile.io/profile-implementation/about-contact.md)
- [External Resources](https://docs.profile.io/profile-implementation/external-resources.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.profile.io/introduction/what-is-profile.io.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.
