Help Center is wrong about User Rules being local to *this machine*

Where does the bug appear (feature/product)?

Somewhere else…

Describe the Bug

Where does the bug appear (feature/product)?
Docs / Help Center: Rules | Cursor Docs

Describe the Bug
The “Where are rules stored?” section still documents User Rules as local to one machine:

User rules are stored locally in your Cursor settings, not in any project directory. They apply across all your projects on that machine.

If you switch machines, re-enter user rules manually or move them into a project rule file.

That is the pre-0.50 behavior. It contradicts Cursor staff and the current product:

I hit this on two Windows hosts sharing one Cursor account (desktop hive Z:\code, laptop hive C:\code). Customize → Rules (User Rules) replicated the same blob both ways, including machine paths. %USERPROFILE%\.cursor\rules did not sync.

Closed related threads cannot be bumped, so this is a new docs ticket.

Steps to Reproduce

  1. Open Rules | Cursor Docs and read “Where are rules stored?”
  2. Put a unique string in Customize → Rules (User Rules) on machine A
  3. Sign in on machine B with the same Cursor account
  4. The string is already in User Rules

Expected Behavior

Help Center matches staff: User Rules are an account cloud store and sync across devices. Machine-local global rules belong in ~/.cursor/rules (Windows: %USERPROFILE%\.cursor\rules). Do not tell people to re-enter User Rules on a new machine as if they were per-install.

Actual
Help Center still says User Rules are local to that machine and must be re-entered after a machine switch.

Operating System

Windows 10/11

Version Information

Current stable as of 2026-08-17

Does this stop you from using Cursor

No - Cursor works, but with this issue

Thanks for flagging this @AMDphreak! The behavior is exactly what you’ve described.

I’ve filed a PR and the Help Center should be updated shortly!