Our API Docs just got a new look!

Using LLMs with D24

Leverage LLMs for intelligent D24 API integration.

To help you integrate with D24 more efficiently, we have made our documentation accessible to Large Language Models (LLMs) and AI-powered development tools. By providing our content in machine-readable formats, you can easily build, query, and automate tasks using the D24 platform.

This guide covers the resources we provide: a high-level discovery file (llms.txt), a bulk content file (llms-full.txt), granular access to our guides in plain text Markdown (.md) and a powerful feature to let you ask your favorite LLMs effortless through specific page content.

The llms.txt File

The /llms.txt file is a plain text file that acts as a structured entry point for AI models. It serves as an index, helping automated systems understand the structure of our documentation and pointing them toward key resources. It's the best place for an automated system to start discovering content.

D24 llms.txt Location:

https://docs.d24.com/llms.txt

The llms-full.txt File

For efficient bulk ingestion, the /llms-full.txt file provides the entire content of our documentation consolidated into a single Markdown file. This is the most effective way to feed all of our documentation into a system at once.

D24 llms-full.txt Location:

https://docs.d24.com/llms-full.txt

Markdown guides

For direct access to specific pages, every guide in our documentation is available in a raw Markdown (.md) format. This removes all complex web formatting (HTML, CSS), making it trivial for a script or LLM to parse the text. To retrieve the Markdown source for any guide, simply append .md to its URL.

Example:

  • Standard URL: https://docs.d24.com/docs/using-llms-with-d24

  • Markdown URL: https://docs.d24.com/docs/using-llms-with-d24.md

Ask your LLM

All pages within the documentation allow users to:

  • copy the whole content in Markdown

  • view the page in markdown format straight in the web browser

  • open a conversation with your favorite LLMs with all the page content, for you to ask, troubleshoot or understand deeper!

You will find this interactive button (shown in the image) in the top right corner of the page.

Last updated

Was this helpful?