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

# Slack Integration Mappings

export const Link = ({href, children, className, ...props}) => {
  const localizedHref = href;
  return <a href={localizedHref} className={className} {...props}>
      {children}
    </a>;
};

When [Box as the Content Layer][1] is enabled, Box folder is created for
each channel, and all files uploaded to this channel are stored in this folder.
The <Link href="/reference/resources/integration-mapping">Integration Mappings API</Link> allows the Box Enterprise Admin (EA) to
customize the upload folder of the Slack channel to any folder within
the enterprise instead of relying on the default one.

[1]: https://support.box.com/hc/en-us/articles/4415585987859-Box-as-the-Content-Layer-for-Slack
