← Back to search
25
Basic
Agentic Readiness Score
other llms-txt

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 25/100

            

llms.txt Content

# Craft CMS Documentation Index Last updated: 2026-04-07T12:15:51-07:00 (commit 99f78952) ## development - [Accessibility](https://craftcms.com/docs/5.x/development/accessibility.html) — Websites and applications are used by people (and machines!) with a wide variety of capabilities. Craft gives you a powerful suite of tools to help make your projects accessible to everyone. - [Collections](https://craftcms.com/docs/5.x/development/collections.html) — Collections come from the Laravel ecosystem, and provide a fluid way of working with array-like data. - [Eager-Loading Elements](https://craftcms.com/docs/5.x/development/eager-loading.html) — When you are working with a list of elements and need to access their nested or related elements, _eager-loading_ can help optimize your element queries. - [Element Queries](https://craftcms.com/docs/5.x/development/element-queries.html) — You can fetch elements (like entries, categories, assets, etc.) in your templates or extension using **element queries**. - [Forms](https://craftcms.com/docs/5.x/development/forms.html) — If you’ve gotten familiar with Craft’s control panel, you might be wondering what kinds of things you can do from your site’s front-end. The answer is actually _quite a bit_! - [GraphQL API](https://craftcms.com/docs/5.x/development/graphql.html) — Craft provides a GraphQL API you can use to work with your content in separate applications like single-page apps (SPAs) and static site generators. - [Image Transforms](https://craftcms.com/docs/5.x/development/image-transforms.html) — Instead of requiring content editors to upload images at a specific sizes, Craft lets you define “image transforms” to automatically manipulate images in predefined ways, or on-demand. Transforms are _non-destructive_, meaning they have no effect on the original uploaded image. - [Front-End Development](https://craftcms.com/docs/5.x/development/index.html) — This section covers front-end development concept