A user story is a short, plain-language description of a feature told from the user's perspective. It captures who wants something, what they want, and why. Acceptance criteria define what "done" means for that story — the conditions it must satisfy to be accepted.
The standard format
As a [type of user]
I want [some goal]
so that [some benefit].
Example:
As a returning customer
I want to save my shipping address
so that I don't re-enter it every order.
The "so that" is the most important part — it states the value, which helps the team find better solutions than the one literally requested.
