# Overview

A generate call makes a file **once**. A **managed site** keeps it current **automatically** — that's the difference between a tool and a subscription that does your upkeep.

Register a site in **[Account → Managed sites](/account/sites)** and we:

1. Generate its `llms.txt` (and `llms-full.txt`) right away.
2. Re-check it on a schedule and regenerate when your content changes.
3. Serve the freshest file from a **stable URL** and (optionally) push it to your webhook.

::callout{type="note"}
Managed sites are a paid feature. Seats by plan: **Starter 1**, **Pro 10**, **Business 250**.
::

## The stable URLs

Every managed site exposes its current files at:

```text
https://llms-txt.io/s/<siteId>/llms.txt
https://llms-txt.io/s/<siteId>/llms-full.txt
```

These always reflect the latest successful generation. You point your own domain's `/llms.txt` at them — see [Connecting your file](/docs/managed-sites/connecting-your-file).

## Always-fresh, by design

Unlike the one-shot generator (which respects an `llms.txt` your site already publishes), a managed site treats **us** as the source of truth and always builds a fresh file from your live content. You maintain it in one place; everything downstream stays in sync.

## What you control per site

- **Files** — `llms.txt`, `llms-full.txt`, or both.
- **Refresh** — weekly (default) or daily. See [Refresh & limits](/docs/managed-sites/refresh-and-limits).
- **Webhook** — an optional URL we POST whenever the content changes.
- **Instructions** — an agent-instructions block embedded in the file.

## Next steps

- [Connect your file](/docs/managed-sites/connecting-your-file) so your domain serves it.
- Understand [refresh cadence and limits](/docs/managed-sites/refresh-and-limits).
