Suggest an editImprove this articleRefine the answer for “What does bounded context (a limited context) mean?”. Your changes go to moderation before they’re published.Approval requiredContentWhat you’re changing🇺🇸EN🇺🇦UAPreviewTitle (EN)Short answer (EN)A **Bounded Context** is a boundary of meaning within a system, inside which its own model and language apply: terms and rules are unambiguous inside it, but can differ outside. **Key point:** each context is independent, with its own model, logic, database, and API, and a Bounded Context protects the model from "semantic confusion".Shown above the full answer for quick recall.Answer (EN)ImageA **Bounded Context** is a **boundary of meaning** within a system, inside which **its own model and language** apply. Inside the context, terms and rules are unambiguous; outside it, they can differ. Example: - In the **"Sales"** context, the word *"Customer"* = a buyer. - In the **"Support"** context, *"Customer"* = someone filing a complaint. **The key point:** each context is independent, with its own model, logic, database, and API. The relationship between contexts is described explicitly (through a *Context Map*). **Summary:** a Bounded Context protects the model from "semantic confusion" and makes it easier to grow large systems.For the reviewerNote to the moderator (optional)Visible only to the moderator. Helps review go faster.