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

# External Connectors

> Mount external document services like WPS and Lark into your MemoryLake library

## Overview

MemoryLake Connectors let you mount external document services directly into your library. Browse files from WPS and Lark without leaving MemoryLake, and associate them with projects so your AI assistants can use them as context.

## What Are Connectors?

Connectors are integrations that:

* **Mount external document libraries** into your personal library as a dedicated space (e.g. "WPS Space", "Lark Space")
* **Use OAuth authentication** for secure access — your password never leaves the external service
* **Provide read-only access** to external content (browse, download, associate with projects)
* **Load content lazily** — folders fetch their contents from the external service as you expand them

<Warning>
  Connectors are available in your **personal space only**. In team and organization workspaces, external connectors are disabled by policy — the cards appear but cannot be connected.
</Warning>

## Available Connectors

<CardGroup cols={2}>
  <Card title="WPS (Kingsoft Office)" icon="file-word" href="/features/memorylake/connectors/wps-integration">
    **Status**: Available
    Connect your WPS account and browse your document libraries as "WPS Space".
  </Card>

  <Card title="Lark (Feishu)" icon="comments" href="/features/memorylake/connectors/wps-integration#lark-feishu-works-the-same-way">
    **Status**: Available
    Connect your Lark account and browse your documents as "Lark Space". Same flow as WPS.
  </Card>

  <Card title="Dropbox" icon="dropbox">
    **Status**: Coming Soon
  </Card>

  <Card title="OneDrive" icon="microsoft">
    **Status**: Coming Soon
  </Card>

  <Card title="Google Drive" icon="google-drive">
    **Status**: Coming Soon
  </Card>

  <Card title="SharePoint / DingTalk / Baidu Pan" icon="plug">
    **Status**: Coming Soon
  </Card>
</CardGroup>

<Note>
  Connector availability can vary by deployment. The Connectors section in your console always shows what is enabled for your environment.
</Note>

## How Connectors Work

<Steps>
  <Step title="Initiate Connection">
    Click a connector card in the Connectors section.
  </Step>

  <Step title="OAuth Authentication">
    A popup window opens the service's login page. Sign in and approve MemoryLake's read-only access.
  </Step>

  <Step title="Browse the Mounted Space">
    Once connected, a dedicated space (e.g. "WPS Space") appears in your library tree. Expand folders to browse — contents are fetched from the external service on demand.
  </Step>
</Steps>

If the external service's authorization expires, expanding the space prompts you to re-authorize — reconnecting takes one OAuth round trip.

## Connector Capabilities

### What You Can Do

* **Browse** external document structures in your library tree
* **Download** files from external services
* **Associate** external documents with projects (so AI assistants get their content as context)

### Limitations

* **Read-Only**: You cannot upload, edit, or delete external content through MemoryLake
* **Personal space only**: Connectors are disabled in team and organization workspaces
* **Freshness**: Changes in the external service appear when you re-expand or refresh the folder
* **File Types**: Project processing covers MemoryLake-supported formats

<Note>
  To modify files in external services, use the native application. MemoryLake provides convenient read access and integration with your projects.
</Note>

## Common Use Cases

<AccordionGroup>
  <Accordion title="Unified Document Access">
    Access documents from multiple services in one place. Browse WPS and Lark libraries alongside your MemoryLake files without switching applications.
  </Accordion>

  <Accordion title="AI Context from External Documents">
    Associate external documents with a MemoryLake project. AI assistants connected via MCP or the OpenClaw plugin can then search and read that content — without you re-uploading anything.
  </Accordion>

  <Accordion title="Migration Planning">
    Preview and download external content before migrating it into MemoryLake. Test project workflows against mounted content before committing to a full import.
  </Accordion>
</AccordionGroup>

## Next Steps

<Card title="WPS & Lark Integration" icon="file" href="/features/memorylake/connectors/wps-integration">
  Step-by-step guide to connecting your WPS or Lark account
</Card>
