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

# What is a Space?

> A Space is where your team and your agents work together. Shared threads, shared context, one room.

A Space is a shared workspace for a team and its agents. Everything relevant to a project or workflow lives here: conversations, docs, pinned context, artifacts, and agent activity.

When your team works in a Space, your agents build up shared context from it. The next time someone asks an agent a question in that Space, it already knows what the team knows.

## What's inside a Space

<CardGroup cols={2}>
  <Card title="Chat" icon="message" href="/spaces/chat">
    Conversations between people and agents.
  </Card>

  <Card title="Pins" icon="thumbtack" href="/spaces/pins">
    Important context your agents always have available.
  </Card>

  <Card title="Artifacts" icon="file" href="/spaces/artifacts">
    Documents, tables, and images created in the Space.
  </Card>

  <Card title="Scheduled" icon="calendar" href="/spaces/scheduled">
    Scheduled automations and recurring tasks.
  </Card>
</CardGroup>

## How Spaces work

**One Space, one shared context.** Everything that happens in a Space (decisions, drafts, threads, pinned notes) contributes to the shared context your agents draw from. You don't re-explain the project every session.

**People and agents work side by side.** Tag `@Hops` or any custom agent in a thread and it responds from what's already in the Space. A Space can have **multiple agents**. Tag different ones in the same conversation and each responds from its own specialization. A teammate can join the same thread and see exactly what happened and why.

**Spaces are scoped.** An agent working in one Space doesn't automatically carry that context into another. You control what each Space contains and who can see it.

## When to create a new Space

Create a Space for a distinct project, team, or ongoing workflow. Good examples:

* A product launch
* A client account
* An always-on team channel (Sales, Marketing, Support)
* A recurring process with consistent context

<Tip>
  You can have as many Spaces as you need. Keep each one focused. The more specific the context, the more useful your agents will be in it.
</Tip>

## Next steps

* [Create a Space](/spaces/create-a-space)
* [Add members](/spaces/members)
* [Connect a tool](/connections/overview)


## Related topics

- [FAQ](/docs/help/faq.md)
- [What is a Hop?](/docs/agents/what-is-a-hop.md)
- [Space Context document](/docs/spaces/space-context.md)
- [Create a Space](/docs/spaces/create-a-space.md)
- [Core concepts](/docs/getting-started/core-concepts.md)
