# Workspace

An isolated compute environment with its own persistent storage, preinstalled libraries, and resource allocation. Where your sessions and clusters run.

Source: https://university.eugo.io/glossary/workspace

---

An organization owns one or more workspaces. Storage and resource limits follow the workspace boundary, which is why deciding that boundary early matters.

## Related terms

- [Organization](https://university.eugo.io/glossary/organization) — The top-level account that owns one or more workspaces and is the unit of billing. Members belong to an organization and hold roles within it.
- [Persistent storage](https://university.eugo.io/glossary/persistent-storage) — Workspace storage that survives between interactive sessions. Files saved elsewhere in a session are lost when it ends.
- [Interactive session](https://university.eugo.io/glossary/interactive-session) — A running EugoIDE instance attached to your workspace. It is where you write code; a cluster is what runs it at scale.
- [Pricing plan](https://university.eugo.io/glossary/pricing-plan) — The tier assigned to a workspace, which governs its resource limits and concurrency: how much can run, and how much can run at once.

