# MSV Protocol Tech Book

- [SUMMARY](https://techdoc.msvprotocol.com/msv-protocol-tech-book/summary.md)
- [01 platform overview](https://techdoc.msvprotocol.com/msv-protocol-tech-book/01-platform-overview.md)
- [02 architecture design](https://techdoc.msvprotocol.com/msv-protocol-tech-book/02-architecture-design.md)
- [03 personas roles](https://techdoc.msvprotocol.com/msv-protocol-tech-book/03-personas-roles.md)
- [04 core objects data model](https://techdoc.msvprotocol.com/msv-protocol-tech-book/04-core-objects-data-model.md)
- [05 semi fungible tokens](https://techdoc.msvprotocol.com/msv-protocol-tech-book/05-semi-fungible-tokens.md)
- [06 poai system](https://techdoc.msvprotocol.com/msv-protocol-tech-book/06-poai-system.md)
- [07 project onboarding flow](https://techdoc.msvprotocol.com/msv-protocol-tech-book/07-project-onboarding-flow.md)
- [08 retail user journey](https://techdoc.msvprotocol.com/msv-protocol-tech-book/08-retail-user-journey.md)
- [09 enterprise journey](https://techdoc.msvprotocol.com/msv-protocol-tech-book/09-enterprise-journey.md)
- [10 governance flow](https://techdoc.msvprotocol.com/msv-protocol-tech-book/10-governance-flow.md)
- [11 frontend modules](https://techdoc.msvprotocol.com/msv-protocol-tech-book/11-frontend-modules.md)
- [12 backend modules](https://techdoc.msvprotocol.com/msv-protocol-tech-book/12-backend-modules.md)
- [13 smart contract modules](https://techdoc.msvprotocol.com/msv-protocol-tech-book/13-smart-contract-modules.md)
- [14 apis reference](https://techdoc.msvprotocol.com/msv-protocol-tech-book/14-apis-reference.md)
- [15 contract architecture](https://techdoc.msvprotocol.com/msv-protocol-tech-book/15-contract-architecture.md)
- [16 token id strategy](https://techdoc.msvprotocol.com/msv-protocol-tech-book/16-token-id-strategy.md)
- [17 units decimals](https://techdoc.msvprotocol.com/msv-protocol-tech-book/17-units-decimals.md)
- [18 on chain flow](https://techdoc.msvprotocol.com/msv-protocol-tech-book/18-on-chain-flow.md)
- [19 platform positioning](https://techdoc.msvprotocol.com/msv-protocol-tech-book/19-platform-positioning.md)
- [20 functional pillars](https://techdoc.msvprotocol.com/msv-protocol-tech-book/20-functional-pillars.md)
- [21 retail features](https://techdoc.msvprotocol.com/msv-protocol-tech-book/21-retail-features.md)
- [22 enterprise features](https://techdoc.msvprotocol.com/msv-protocol-tech-book/22-enterprise-features.md)
- [23 feature comparison](https://techdoc.msvprotocol.com/msv-protocol-tech-book/23-feature-comparison.md)
- [24 developer checklist](https://techdoc.msvprotocol.com/msv-protocol-tech-book/24-developer-checklist.md)
- [25 acceptance criteria](https://techdoc.msvprotocol.com/msv-protocol-tech-book/25-acceptance-criteria.md)
- [26 example walkthrough](https://techdoc.msvprotocol.com/msv-protocol-tech-book/26-example-walkthrough.md)


---

# 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://techdoc.msvprotocol.com/msv-protocol-tech-book.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.
