Skip to content

Docs as Markdown

Appwrite documentation is available as Markdown, making it easy to use with AI-powered development tools, code editors, and LLMs.

Markdown lets AI tools process more content within their context limits and focus on the documentation itself instead of parsing HTML. This leads to more accurate responses based on official documentation.

Copy as Markdown

Every page in the Appwrite documentation includes a Copy page button that copies the entire page content as Markdown to your clipboard.

This is useful when you want to:

  • Paste documentation into an AI chat for context
  • Include documentation in your project's reference files

AI-ready prompts in quick start guides

AI-ready prompts in quick start guides

AI-ready prompts

Some pages, like the quick start guides, include prompts designed for AI agents. These pages have options to open the prompt directly in AI tools like Cursor or copy it to your clipboard.

AI-ready prompts in quick start guides

AI-ready prompts in quick start guides

Markdown URLs

You can access any documentation page as raw Markdown by appending .md to the URL. Here are some examples:

  • https://appwrite.io/docs/apis/graphqlhttps://appwrite.io/docs/apis/graphql.md
  • https://appwrite.io/docs/products/authhttps://appwrite.io/docs/products/auth.md
  • https://appwrite.io/docs/quick-starts/nextjshttps://appwrite.io/docs/quick-starts/nextjs.md

This allows AI tools and scripts to fetch documentation directly without parsing HTML.