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

# Managing Shared Links of a User's Files and Folders

export const InlineImage = ({src, alt = "", height = "1em"}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: "inline-block",
    verticalAlign: "middle",
    height: height,
    width: "auto",
    margin: "0"
  }} />;
};

<div className="article_labels_list" style={{display: 'none'}} dangerouslySetInnerHTML={{__html: "content manager , Admin Console"}} />

Content Manager enables Admins to manage the shared links of content owned by the organization's managed users.

**To begin managing shared links:**

1. Go to **Admin Console > Content**.
2. Select the **Content Manager** tab.
3. Select **Users**.
4. Select the Expand control (<InlineImage src="/images/box-admin-tools/expand-4.png" alt="expand" />) next to a user's name.
5. Navigate the folder structure of the folders that the user owns or has access to under the user's name, or navigate the folders and view the files in the folders in the file list on the right.
6. Hover over the file or folder and select **Share** (<InlineImage src="/images/box-admin-tools/share-3.png" alt="share" />), or select a file or folder on the list and select Share on the top action bar.

In the Share dialog box, Admins can:

* [Invite collaborators](/en/box-fundamentals/for-users/collaborating/collaborating-by-inviting-others/inviting-collaborators).
* [Create](/en/box-fundamentals/for-users/collaborating/using-shared-links/creating-shared-links) and [configure](/en/box-fundamentals/for-users/collaborating/using-shared-links/configuring-individual-shared-link-settings) shared links.
