Files
continue/docs/mission-control/sharing.mdx
BekahHW 8598ee765a docs: mission control updates (#8708)
* Close by default

* Update docs index page to reflect updated focus

* Rename hub to mission control

* Replace Hub with mission control

* Draft for github agent

* Add draft of sentry agent

* Add to docs.json

* Reorganize MC

* Update Mission Control Overview

* Add Tasks

* Merge cards into workflows

* Add workflows

* Fix docs.json

* Change automations to workflows

* Change automations to workflows

* Replace automation with workflow

* Fix formatting and cta

* Remove source-control from nav

* Remove blocks references

* Update Sharing page to direct users to profile

* Move sharing up so it doesn't look awkward

* Add integrations index

* Change Mission Control overview to index page

* Remove some info from integration

* Simplify sentry integration page

* Fix broken links

* Fix links and terminology

* Add a section on agent monitoring

* Fix broken links

* Fix broken links

* Remove hub references

* Fix broken redirect

* Make plural

* Fix link

* Add the

* Replace hub

* Update MC link

* Fix links and messaging

* Appeasing the mintlify formatting gods

* Run npm i

* Npm i in binary file
2025-11-14 15:26:19 -08:00

69 lines
2.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Sharing"
description: "Connect with the Continue community to discover, share, and collaborate on AI development tools."
---
<Info>
You can share any Agent or Component (Models, Rules, Prompts, MCP Servers) by publishing it as Public or Organization-visible.
Sharing makes it easy for teammates—or the entire community—to reuse your best workflows.
</Info>
## Where to Find Your Shareable Items
Your personal and organization components live in your Profile.
To access your profile (or your organizations profile):
<Steps>
<Step title="Open Mission Control">
</Step>
<Step title="Open the Organization Switcher in the top left sidebar nav">
</Step>
<Step title="Select the Profile Icon">
</Step>
</Steps>
<Note>
Profiles look the same for personal users and organizations. The only difference is visibility options: personal profiles can create *Public* or *Private* items. Organizations can also create *Organization-only* items.
</Note>
## Sharing Options
Each Agent or Component can be published with one of three visibility levels:
<CardGroup cols={3}>
<Card title="Personal (Private)" icon="lock">
Only you can see and use the item.
Great for prototypes or experiments.
</Card>
<Card title="Organization" icon="users">
Visible to everyone in your organization.
Ideal for internal workflows, standardized agents, and shared tooling.
</Card>
<Card title="Public" icon="globe">
Available to everyone in Continue Mission Control.
Perfect for templates, community contributions, and reusable examples.
</Card>
</CardGroup>
## Community
<CardGroup cols={2}>
<Card title="Join our Discord" icon="people" href="https://discord.gg/vapESyrFmJs">
Join thousands of developers using Continue and share your experiences.
</Card>
<Card title="Share your feedback" icon="globe" href="https://github.com/continuedev/continue/discussions">
Let us know what you think of Mission Control.
</Card>
</CardGroup>