Documentation

How to Export Content for AI Models (LLMs)

This article explains how to export your entire project's content into a single text file (.txt) optimized for use with Large Language Models (LLMs). This allows you to easily provide the full context of your documentation to an AI for tasks like summarization, querying, or content generation.

  1. Click the settings icon located next to your project's name.
  2. From the navigation menu on the left, select Export Project.
  3. Under the Export LLMs.txt option, click the Download button. Documentation image
  4. If prompted by your browser, click Allow to approve the download. Documentation image
  5. The file will be saved to your computer. You can open the .txt file to view all your project articles formatted in a single document.
Documentation image

What's Next?

You can now use this file by copying its contents into a prompt for any LLM or using it as a data source for fine-tuning an AI model. This gives the model the complete context of your project, enabling it to answer questions or generate content with higher accuracy.