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

# Overview

These docs are built for AI agents as well as people — connect via MCP, pull LLM-ready markdown, and follow our best practices for building on NFTX with AI.

More and more developers build with an AI coding agent at their side — and more and more of this documentation is read by machines, not just people. This section is for both. It shows how to point an agent at the **live, authoritative** NFTX docs, and how to build on NFTX safely when an AI is writing some of the code.

Three things are worth knowing:

* [**Connect via MCP**](/agentic-development/mcp-server.md) — a hosted Model Context Protocol server that lets your AI client search and read these docs in real time.
* [**LLM-Ready Docs**](/agentic-development/llm-ready-docs.md) — every page is available as clean markdown, alongside `llms.txt` / `llms-full.txt` indexes and an in-docs AI assistant you can simply ask.
* [**Best Practices**](/agentic-development/best-practices.md) — how to get accurate, current answers out of an agent, and how to keep on-chain work safe.

{% hint style="info" %}
**Why it matters:** an agent working from its training data is working from a snapshot that may be months out of date. Pointed at these docs, it works from the *current* contract addresses, function signatures, fee parameters, and API — the same source of truth this site is built from.
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th></th><th data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Connect via MCP</strong></td><td>Point your AI client at the live docs.</td><td><a href="/agentic-development/mcp-server.md">Connect via MCP</a></td></tr><tr><td><strong>LLM-Ready Docs</strong></td><td>Markdown, llms.txt, and the AI assistant.</td><td><a href="/agentic-development/llm-ready-docs.md">LLM-Ready Docs</a></td></tr><tr><td><strong>Best Practices</strong></td><td>Build on NFTX with AI, safely.</td><td><a href="/agentic-development/best-practices.md">Best Practices</a></td></tr></tbody></table>
