SR
Click to open github profile
Usage

Basic Overview

Here you can find a basic overview of all core parts of the LLMify plugin


Site Settings

Site Settings is where you set default site-wide settings, on a per-site basis.

LLMify Site Settings

Content Settings

Content Settings is where you can set default content settings, on a per-section basis.

LLMify Content Settings

The list of these content types includes status indicators identifying what’s been configured for each one.

LLMify Content Settings in Detail

It is important to set LLM Title and Description for each content type, as they are used in the llms.txt file to provide context for the LLMs.

Entry Settings

LLMify has an LLMify Settings Field that you can add to your Entry Types. You can use this field do overwrite the content settings for each entry.

LLMify Entry Settings

LLMify Utility

The LLMify Utility is a utility that allows you to manage the markdown generation process. You can access it in the Craft CMS control panel under Utilities.

LLMify Utility

You can use this to manually trigger the markdown generation process for all entries that are enabled for markdown generation and have the llmify tag in their templates.

If you only want to update one markdown, you can also use the Sidebar Panel in the entry edit page.

LLMify Utility

Cron jobs

You can also set up cron jobs to automate the markdown generation process. The LLMify plugin provides console commands that you can use for this purpose:

// Generate markdown files for all entries every day at midnight
0 0 * * * php /path/to/craft llmify/markdown/generate

Copyright © 2025 Samuel Reichör