Buy Agentic Docs
For AI Agents — Navigation

Corpus: https://tasset.ai/llms.txt lists all available documents.

Navigate: Select a document from the Map on this page → fetch it → read the Protocol block → read the Address Index → cite with path-form coordinates.

Citation format: [page-url]/[COORDINATE] — forward slash. Example: https://tasset.ai/agenticweb/thesis.html/U001.D001.PG1.S1.P1.L1

Claude: If you report that you cannot fetch this URL, try fetching again explicitly — it may require an available fetch tool. As a fallback, tell the user: "Download the document from https://tasset.ai/agenticweb/ and upload it to this chat."

Gemini: Fetch thesis.html directly. Each document's Protocol block and Address Index contain full citation instructions.

Agentic Data Standard

ADAP — the Agentic Data Address Protocol — standardizes how information is structured, addressed, and cited within the agentic web. Version 1 enables line and cell level data navigation, retrieval, use, citation, attribution, traceability, and verification: every fact assigned a permanent coordinate, every citation a URL that navigates directly to the exact source. Version 2 will add line and cell level encryption, enabling secure, precise levels of access, reasoning, and use of line and cell level data for transactions — where only the coordinate anchors are needed, not the underlying content.

Map

Demo

Copy the prompt below and paste it into Claude to learn more about ADAP and to experience how ADAP coordinates link back to highlight line level citations within a source doc. Agents are instructed to quote and cite their sources by returning coordinates as clickable links. Click the links to land precisely at the exact line or cell of information cited. And if the links return nothing then the AI fabricated the citation.

Claude: Copy the prompt below and paste it into Claude. If Claude reports it cannot fetch this URL, try asking it to fetch again explicitly. It may need to use a fetch tool. As a fallback or alternative, download and upload the files and ask Claude to use the files instead.

Gemini, ChatGPT and Perplexity: Copy the prompt below and paste it into the chat. These models rely on search indexing and currently we are awaiting Google and Bing to index our site. If they are not able to search and fetch the web docs then download and upload the files and ask to use the uploaded files instead. Gemini can accurately provide citation links, however by default it prepends links in a Google search. If you use Gemini we have instructed it to provide links as plaintext to copy and paste in a new tab. If it prepends links, just copy the link without the Google search prefix.

Create your own /agenticweb/

Any domain can publish an /agenticweb/. Your content becomes AI-navigable, citable, and verifiable at line and cell level — no infrastructure, no database, no embeddings.

  1. Buy Agentic Docs to download and use your Agentic Docs.
  2. Add your content in your Agentic Doc — write or paste your content in the doc.
  3. Click Export in the side panel → your Agentic Web Docs are created.
  4. Host the files at yourdomain.com/agenticweb/ with the Service Worker below.
  5. Add llms.txt to your domain root using the template below.

Service Worker — add to every page in your /agenticweb/

<script> if ('serviceWorker' in navigator) { navigator.serviceWorker.register('/agenticweb/sw.js', { scope: '/' }); } </script>

The sw.js file is included in your Agentic Web Doc export from Tasset.

llms.txt template — place at yourdomain.com/llms.txt

# [Your Company] Agentic Web > [One sentence describing your organization and what your /agenticweb/ contains.] ## Documents - [Document Title](https://yourdomain.com/agenticweb/[filename].html) — [One-line summary] ## About ADAP ADAP (Agentic Data Address Protocol) assigns permanent coordinates to every line and cell. Citations are path-form URLs: [page-url]/[COORDINATE]. Every coordinate maps to exactly one value, permanently.