Worked example

SaaS Documentation LLMs.txt Map Example

A documentation-site example for publishing an llms.txt map that helps assistants find official docs without guessing.

Who this is for

A SaaS documentation team that wants AI assistants to cite the right docs and avoid stale support answers.

This is not a decorative sample. It shows the kind of concrete situation a visitor can compare with their own work before opening a tool or saving a result.

Signals to check

  • The docs contain canonical setup pages, API references, and changelogs.
  • Search assistants may surface outdated blog posts.
  • Support teams need a lightweight map of official pages.

Write down the signals that match your case before generating a result. Clear inputs make the output easier to review and reuse later.

Step-by-step workflow

  1. Group official docs by setup, API reference, troubleshooting, changelog, and security pages.
  2. Create an llms.txt file with stable URLs and short descriptions.
  3. Keep robots.txt rules separate from the llms.txt map.
  4. Review the map whenever docs routes change.

A useful crawler policy includes URL groups, intended bot categories, rule text, test examples, and a change note. The useful result is not just a score or file; it is a small record that explains what was checked, what changed, and what should be reviewed next.

Before you start

Prepare one realistic example instead of a vague description. Include the destination, owner, audience, and any hard limit or policy requirement that affects the result.

After the output

Review the generated result line by line. Save the final artifact only after the numbers, wording, links, route rules, or image properties match the real requirement.

Known limitation

Robots.txt is a public crawl instruction. It is not authentication, paywall enforcement, or a substitute for server-side access control. Keep an editable copy and re-run the workflow when the destination requirement or policy changes.

Related examples

Browse the full example library when your task crosses multiple steps, such as first classifying a situation and then creating a public notice, or first preparing a file and then checking whether it meets upload requirements.

Back to examples

Detailed operating notes

How to evaluate SaaS Documentation LLMs.txt Map Example

This section turns the page into a practical crawler access workflow. It gives the reader a way to prepare inputs, judge the output, and keep a useful record instead of leaving with a shallow summary.

1. Prepare the real requirement

Before using this page, separate public discovery pages, licensed content, private paths, dynamic filters, and files that should never be crawled. The more precise the requirement is, the easier it is to decide whether the generated result is ready to use or needs another pass.

For a real project, write the requirement in one sentence and keep it next to the result. That simple note helps future reviewers understand why a specific setting, wording, rule, file format, or checklist item was chosen.

2. Review the output carefully

The expected outcome is a robots.txt rule set, llms.txt map, crawler test list, or change log entry. A useful result should be specific enough that another person can inspect it, repeat it, or compare it with the original requirement.

After generating an output, test representative URLs after publishing so the rule behavior matches the written crawler policy. If the output is vague, missing a key field, or does not match the destination requirement, revise the inputs and run the workflow again.

3. Avoid the common failure

The most common mistake is using one broad allow or block rule for the whole domain when different URL groups need different crawler treatment. This site is designed to reduce that risk by keeping tool actions visible and by linking guides, scenarios, and examples back to a concrete workflow.

When the page involves public publishing, compliance, or access rules, keep the final result separate from the draft. That makes it easier to rollback, correct, or explain the decision later.

Quality checklist before you leave

  • Confirm that the page you used matches the actual situation, not just a similar title.
  • Check every generated recommendation, file, rule, or notice against the requirement you wrote down first.
  • Save a copy of the final output with the date, source page, and owner of the decision.
  • Use the example library when you need to see how the same workflow behaves in a complete real-world case.
  • Return to the main workflow when the requirement changes, instead of editing old output by guesswork.

Open the main workflow or browse worked examples.