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

# Sharing & Collaboration

> Share read-only chat threads and individual artifacts with anyone via secure links.

Corvic makes it easy to share the results of your work without giving people access to your room. You can publish a **read-only chat thread** so others can follow the conversation and the agent's reasoning, and you can share **individual artifacts** the agent produced — reports, spreadsheets, slides, and more.

## Share a chat thread

Each conversation with an agent is a **thread**. You can create multiple threads per agent, rename them, and delete them. Any thread can be published as a public, read-only link.

<Steps>
  <Step title="Open the thread you want to share">
    Threads are addressable by URL (`?chat=…`), so you can return to any conversation.
  </Step>

  <Step title="Create a share link">
    Use the share action on the thread to generate a public link. Anyone with the link can view the conversation read-only.
  </Step>

  <Step title="Revoke when done">
    Revoke the share link at any time to immediately disable public access.
  </Step>
</Steps>

### What viewers see

The public thread viewer is fully read-only and includes:

* The full message history, with the agent's **reasoning** steps
* **Citations** linking back to the underlying data
* Any **artifacts** generated in the thread, with previews

<Note>
  Shared threads are read-only snapshots of a conversation. Viewers cannot send messages, see other threads, or access the room's data sources.
</Note>

## Share an artifact

Artifacts are the files an agent generates during a conversation — HTML reports, Markdown, images, PDFs, Excel workbooks, PowerPoint decks, CSVs, and SVGs. They're collected in the thread's **Artifacts** panel.

You can share an individual artifact via its own link, or download artifacts (including as a zip) for use elsewhere.

<Frame>
  <img src="https://mintcdn.com/corvicinc/E09Qw1MOZESGbjrM/images/sharing-artifact.png?fit=max&auto=format&n=E09Qw1MOZESGbjrM&q=85&s=6c3197eb4202ad922e190858aa87d80c" alt="Artifacts panel showing a preview and the copy-shareable-link action" width="2354" height="1361" data-path="images/sharing-artifact.png" />
</Frame>

| Artifact type | Examples                   |
| ------------- | -------------------------- |
| Documents     | PDF, Markdown, HTML        |
| Spreadsheets  | Excel, CSV                 |
| Presentations | PowerPoint                 |
| Images        | PNG, SVG, and other images |

## Deploying an agent publicly

To give a wider audience an interactive (not read-only) experience, **deploy** the agent as a branded public app with its own URL, welcome message, and starter questions. See [Agents](/features/agents) and the [Deployment overview](/deployment/overview).

## Related Documentation

<CardGroup cols={2}>
  <Card title="Agents" icon="robot" href="/features/agents">
    Chat, threads, artifacts, and explainability.
  </Card>

  <Card title="Exploration & Workflows" icon="comments" href="/features/compose-ui">
    The room experience where threads live.
  </Card>

  <Card title="Deployment" icon="rocket" href="/deployment/overview">
    Publish agents as branded public apps.
  </Card>

  <Card title="Integrations & MCP" icon="plug" href="/integrations/overview">
    Connect agents to external applications.
  </Card>
</CardGroup>
