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

# Sharing Workers

> Share access to a Notion Worker with workspace members and choose what they can do.

export const developerWorkersUrl = "https://www.notion.so/developers/workers";

Share a Worker with workspace members from the <a href={developerWorkersUrl}>Developer portal</a>. Sharing a Worker gives members access to its capabilities without giving them access to your source code.

## Share a Worker

<Steps>
  <Step title="Open the Developer portal">
    Open the <a href={developerWorkersUrl}>Workers page</a> in the Developer portal.
  </Step>

  <Step title="Choose a Worker">
    Select the Worker you want to share, then select **Share**.
  </Step>

  <Step title="Choose members and access">
    Search for workspace members, choose an access level, and select **Share**.
  </Step>
</Steps>

## Access levels

* **Can connect:** View and connect this Worker to agents.
* **Full access:** Manage, edit, and deploy the Worker, and connect it to agents.
