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

# Marketplace

> Understand packaged-agent availability and choose the supported deployment path for your workspace.

Use packaged agents to start with an existing implementation, then configure it for your account's
systems and operating requirements.

Marketplace availability depends on account enablement. The worker catalog is the documented place
to inspect deployable entries, their requirements, and their hosted or self-hosted options. A
marketplace listing does not grant the resulting agent access to your integrations or credentials.

## Before you start

Confirm that the relevant entry is available in your workspace. You need permission to deploy an
agent and access to the connections it requires. For a self-hosted worker, also prepare the runtime
and network access described by its deployment instructions.

## Inspect the entry

Read the worker's job, deployment options, required model access, external integrations, and
limitations. Decide whether its behavior matches your intended workflow.

Names alone do not establish permissions or behavior. For example, the catalog's Remediation worker
proposes fixes and never changes the live system. The Kubernetes RCA entry can require `pods/exec`
for diagnostic skills. Review the implementation's requirements before approving access.

## Configure and deploy

Follow the Worker catalog procedure to select a unique agent identity and specific active
connections, review the configuration, and deploy. Availability can differ between workspaces, and
not every example agent is a marketplace or catalog entry.

The server pins a catalog deployment to an exact image tag. Do not assume a listing implies
automatic adoption of all future upstream changes. Treat the deployed agent's configuration, access,
and validation as account responsibilities.

## Verify the result

Confirm the agent is online, run a representative task, and inspect its evidence. Check that it used
the intended external account, returned the expected result, and stayed within the access you
configured.

If an entry is absent or unavailable, check account availability rather than substituting a
similarly named worker with different behavior. If deployment reports missing credentials, correct
the required provider connection or model access and retry.

## What you've built

You have selected a packaged implementation and established a tested agent configuration in your own
account.

## Next steps

<CardGroup cols={2}>
  <Card title="Worker catalog" href="/manage-your-agents/build/use-specialized-agents">
    current entries, requirements, and deployment API
  </Card>

  <Card title="Agent examples" href="/manage-your-agents/build/use-cases">
    patterns for a custom implementation
  </Card>

  <Card title="Integrations" href="/manage-your-agents/build/integrations-overview">
    provider authentication and connection lifecycle
  </Card>
</CardGroup>


## Related topics

- [Onboarding](/get-started/onboarding.md)
