# Tasset Agentic Web > Tasset serves machine-addressable content at /agenticweb/ using the Agentic Data Address Protocol (ADAP). Every line and cell in every document has a permanent coordinate address. AI agents can cite any fact with a direct URL that navigates a human reader to the exact element on the page. ## How to Read These Documents For efficient retrieval, fetch the .txt version of a document first — it is the Address Index only (plain text, one coordinate per line, no HTML/CSS/markup overhead). Each line has the form COORDINATE: exact text. Every .html document also contains two machine-readable sections visible in the page source: 1. **ADAP Protocol** — labeled "ADAP Protocol — AI Instructions" near the top of the page. Defines the coordinate system and citation format. 2. **Address Index** — labeled "Address Index — ADAP Coordinates" at the bottom of the page. Begins at the line "=== BEGIN ADAP ADDRESS INDEX ===". Every coordinate maps to the exact text it addresses. Identical content to the .txt version. **Citation format:** always cite the .html page, never the .txt file — only the .html page has the coordinate anchors and Service Worker that scroll and highlight the cited line for a human reader. [url-of-the-html-page]/[COORDINATE] Example: https://tasset.ai/agenticweb/thesis.html/U001.D001.PG1.S1.P1.L1 Do not use # hash fragments or #:~:text= text fragments. Use only coordinates from the Address Index. ## Tasset Documents - [Agentic Data Standard — Landing Page](https://tasset.ai/agenticweb) ([.txt](https://tasset.ai/agenticweb/index.txt)) — Tasset. Overview of ADAP, the /agenticweb/ Map, and how to publish your own /agenticweb/. - [Victor Chu — Inventor, ADAP · Founder, Tasset](https://tasset.ai/agenticweb/founder.html) ([.txt](https://tasset.ai/agenticweb/founder.txt)) — Victor Chu. Origins, invention of ADAP (first version April 24, 2026), career (Google Special Projects, JP Morgan Chase), recognition (MIT, Google for Startups, Element 46). - [ADAP: The Addressing Standard for the Agentic Web](https://tasset.ai/agenticweb/thesis.html) ([.txt](https://tasset.ai/agenticweb/thesis.txt)) — Tasset, Victor Chu. Technical white paper. Full argument for ADAP as the addressing standard for the agentic web. ## Research — /agenticweb/research/ External research and industry documents, converted to ADAP-anchored format for AI citation. - [Block, Anthropic, and OpenAI Launch the Agentic AI Foundation](https://tasset.ai/agenticweb/research/agentic-AI-foundation.html) ([.txt](https://tasset.ai/agenticweb/research/agentic-AI-foundation.txt)) — Block / Agentic AI Foundation, December 2025. Launch of the Linux Foundation project uniting Block, Anthropic, OpenAI, Google, Microsoft, AWS, and others to build open standards for autonomous AI agents. - [The Agentic Web Is Here and It Needs Standards Too](https://tasset.ai/agenticweb/research/agentic-web-is-here-it-needs-standards.html) ([.txt](https://tasset.ai/agenticweb/research/agentic-web-is-here-it-needs-standards.txt)) — Barnaby Edwards, IAB Tech Lab, June 2026. Machine-to-machine web, Tim Berners-Lee on individual data control, publishers blocking 30,000+ user agents, CoMP protocol. - [Agentic AI, explained](https://tasset.ai/agenticweb/research/mitsloan-agentic-ai-explained.html) ([.txt](https://tasset.ai/agenticweb/research/mitsloan-agentic-ai-explained.txt)) — Beth Stackpole, MIT Sloan School of Management, February 2026. What agentic AI is, enterprise adoption data (35% adopted by 2023, 44% planning deployment), implementation considerations, risks. ## About ADAP ADAP (Agentic Data Address Protocol) assigns permanent hierarchical coordinates to every element in a document. Coordinates read left to right in increasing specificity: U[user] · D[document] · PG[page] · S[section] · P[paragraph] · L[line] Table cells: T[table] · C[column] · R[row] Every coordinate is an HTML id anchor and an Address Index entry. Citations are deterministic and verifiable — a cited coordinate either matches the source text or it does not. ## Coming Soon - [Document Library](https://tasset.ai/agenticweb/library.html) — Complete index of all /agenticweb/ documents for AI navigation and retrieval.