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

# Share Object Node

> Share a VectorShift object with another user

<img alt="Share Object" classname="w-full" src="https://mintcdn.com/vectorshift/fUdgBpX7VNpDIEaX/images/platform/pipelines/general/share-object.png?fit=max&auto=format&n=fUdgBpX7VNpDIEaX&q=85&s=a4af131799fe5433168fc80c1035a092" width="663" height="409" data-path="images/platform/pipelines/general/share-object.png" />

This node allows you to share a VectorShift Knowledge Base object with another user.

## Node Inputs

1. Object to share: The object you want to share with the user (currently only object available is knowledge bases).
   * Type: `Knowledge Base`
2. User Identifier: The username or email of the user you want to share with
   * Type: `Text`
3. Organization Name: The name of the organization of the user Note: Leave blank if user is not part of Organization
   * Type: `Text`

For providing the object to share you have two options:

1. If toggle is on Select: Select an existing Knowledge Base from the platform
2. If toggle is on Variable: Reference Knowledge Base from other nodes

## Node Outputs

No outputs for this node.

## Example

The below example is a pipeline which shares a Knowledge Base with the user `albert@vectorshift.ai`.

1. Input Node: The Knowledge Base you want to share
   1. Type `Knowledge Base`
2. Save Object Node: Shares the Knowledge Base with the user
   * Object to share: `{{input_0.knowledge_base}}`
   * Variable: `True`
   * User Identifier: `albert@vectorshift.ai`

<img src="https://mintcdn.com/vectorshift/fUdgBpX7VNpDIEaX/images/platform/pipelines/general/share-object-example.png?fit=max&auto=format&n=fUdgBpX7VNpDIEaX&q=85&s=e47fc87388f153c43ca6e05c77e3881d" alt="Share Object Example" width="1906" height="828" data-path="images/platform/pipelines/general/share-object-example.png" />
