> ## Documentation Index
> Fetch the complete documentation index at: https://docs.groundforge.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Resource Model

> See which resources belong to an Organization or Workspace and how they connect.

GroundForge separates account administration from day-to-day Agent operation.

* An **Organization** contains people, access rules, and one or more Workspaces.
* A **Workspace** contains the Agents, Channels, MCP providers, Gateways, credentials, and activity records used by one team or environment.

<img src="https://mintcdn.com/groundforgeai/V4bCNZADLwZmOUhb/images/concepts/resource-model.svg?fit=max&auto=format&n=V4bCNZADLwZmOUhb&q=85&s=9d679b1ae8326b55a5a7e2a8d6f3a4d5" alt="GroundForge Organization and Workspace resource model" width="1200" height="760" data-path="images/concepts/resource-model.svg" />

The important relationships are:

* a Channel belongs to a Workspace and attaches to an Agent;
* an Agent may call its own tools or capabilities from an MCP provider;
* a Gateway targets one Agent or one MCP provider;
* Review creates an Operator Task;
* Discovery records available capabilities and changes;
* Traces and Analytics record request activity.

## Example

A Support Workspace might contain:

```text theme={null}
Weather Support Agent
Twilio WhatsApp Channel
Weather MCP provider
Weather Gateway
Operator Tasks
Support request Traces and Analytics
```

The same Organization can have a separate Finance Workspace whose resources and activity are kept apart.

Continue with [Organizations and Workspaces](/concepts/scope), [Agents](/concepts/agents), or [Channels](/concepts/channels).


## Related topics

- [Introduction](/index.md)
- [Quick Start](/quickstart.md)
- [Platform Overview](/platform/overview.md)
- [Resources](/cli/resources.md)
