> ## 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.

# The default agent

> The general-purpose agent available in every Space, with no setup required.

Every Hops workspace comes with a default agent called **Hops**. It's a general-purpose AI agent that's available in all your Spaces right away. No configuration needed to get started.

## What the default agent does

The default agent can handle a wide range of tasks:

* Summarize threads, docs, and decisions
* Draft and revise content
* Answer questions from your connected tools
* Hand off context to custom agents or teammates
* Perform research and surface relevant information

The default agent uses your **workspace connections** (the tools connected at the workspace level in Settings). It has access to all default connections, so it can read from any tool your workspace has connected. No extra setup needed.

It's not specialized for a particular team or workflow. That's what custom agents are for. The default agent is the useful generalist your team reaches for when no specialist is needed.

## How to use it

Click **Hops** in the **Agents** section of the left sidebar to open a conversation. You can also tag `@Hops` in any thread to bring it in. It responds from the context in the current Space. If your Space has multiple agents, you can tag `@Hops` alongside any custom agents in the same conversation.

```
@Hops summarize this thread for the team
@Hops find the last decision we made about pricing
@Hops what tools do you have access to in this Space?
```

## Default agent vs. custom agents

|                  | Default agent                          | Custom agents                                        |
| ---------------- | -------------------------------------- | ---------------------------------------------------- |
| **Role**         | General purpose                        | Specific to any role you define                      |
| **Setup**        | None, available immediately            | You configure from scratch                           |
| **Connections**  | Uses workspace (default) connections   | Can have custom connections on top of workspace ones |
| **Best for**     | General questions, summaries, research | Role-specific workflows and context                  |
| **Availability** | All Spaces                             | Added per Space by an admin                          |

Use the default agent when you need something done quickly or don't need a specialist. Create a custom agent when the task is squarely in a specific domain.

## Customizing the default agent

You can give the default agent Space-specific instructions to shape how it behaves in a particular Space: tone, format preferences, recurring context. See [Agent Instructions](/agents/agent-instructions).

## Related

* [What is a Hop?](/agents/what-is-a-hop)
* [Custom agents](/agents/custom-agents)
* [Agent instructions](/agents/agent-instructions)


## Related topics

- [Custom agents](/docs/agents/custom-agents.md)
- [FAQ](/docs/help/faq.md)
- [Chat](/docs/spaces/chat.md)
- [Operations](/docs/teams/operations.md)
- [Changelog](/docs/help/changelog.md)
