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

# Import from another agent

Use the import flow to bring instructions, settings, skills, plugins, projects,
and recent work from another agent into the ZeroTwo desktop app.
ZeroTwo desktop app and the desktop app can import from **Claude Code**.

The desktop app imports supported items directly and lets you finish setup for
imported plugins or connections that need authorization.

Importing doesn't change or delete your existing agent setup.

## Start an import

### Import in the desktop app

<Steps>
  <Step title="In the ZeroTwo desktop app, open **Settings > Import**. If **Import** isn't">
    available as a settings section yet, open **General** and find **Import other
    agent setup**.
  </Step>

  <Step title="Select **Import**." />

  <Step title="Choose the agents you want to import from, then select **Continue**." />

  <Step title="On **Select items to import**, choose what to bring over, then select **Continue**." />

  <Step title="After the import finishes, open an imported project or chat to continue working." />
</Steps>

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/zerotwo/ZBhLkrISRhtFImug/images/codex/import/sources-light.webp?fit=max&auto=format&n=ZBhLkrISRhtFImug&q=85&s=ded0f6ae29301ff4f7d0fc24d505abc8" alt="ZeroTwo Import settings showing discovered Claude Code and Cowork sources" width="1408" height="393" data-path="images/codex/import/sources-light.webp" />

  <img className="hidden dark:block" src="https://mintcdn.com/zerotwo/ZBhLkrISRhtFImug/images/codex/import/sources-dark.webp?fit=max&auto=format&n=ZBhLkrISRhtFImug&q=85&s=6db2ee2c7e64ddbcd720f1d11b19291f" alt="ZeroTwo Import settings showing discovered Claude Code and Cowork sources" width="1408" height="393" data-path="images/codex/import/sources-dark.webp" />
</Frame>

### Import in ZeroTwo desktop app

1. Start a local ZeroTwo desktop app session and type `/import`.
2. Choose **Claude Code**.
3. Select the supported setup, project files, and recent chats you want to
   import.
4. Review the imported configuration and continue working in ZeroCode.

ZeroTwo desktop app imports up to 50 chats from the last 30 days. The `/import` command
isn't available during a running task, in a remote session, or while connected
to a local app-server daemon. See [CLI slash
commands](/reference/slash-commands).

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/zerotwo/ZBhLkrISRhtFImug/images/codex/import/checklist-light.webp?fit=max&auto=format&n=ZBhLkrISRhtFImug&q=85&s=c39f3ee01dfb004f2204e18007021fbe" alt="ZeroTwo import checklist for tools and setup, projects, and chat sessions" width="848" height="672" data-path="images/codex/import/checklist-light.webp" />

  <img className="hidden dark:block" src="https://mintcdn.com/zerotwo/ZBhLkrISRhtFImug/images/codex/import/checklist-dark.webp?fit=max&auto=format&n=ZBhLkrISRhtFImug&q=85&s=b9bad0441e9e20b4cdde264992b51b03" alt="ZeroTwo import checklist for tools and setup, projects, and chat sessions" width="848" height="672" data-path="images/codex/import/checklist-dark.webp" />
</Frame>

## How importing works

The import flow checks both your user-level setup and your existing projects.
User-level setup comes from files on your machine. Project-level setup comes
from files in the repositories and folders you select.

When you import, ZeroTwo:

1. Detects supported setup and recent work.
2. Imports the items you select.
3. Leaves your existing agent setup unchanged.
4. Checks whether imported plugins or connections still need setup.
5. Shows a status card when you need to finish setup.

## What ZeroTwo can import

| Imported item                     | Destination                                       |
| --------------------------------- | ------------------------------------------------- |
| Instruction files                 | [`AGENTS.md`](/agent-configuration/agents-md)     |
| `settings.json`                   | [`config.toml`](/config-file/config-basic)        |
| Skills                            | [Skills](/build-skills)                           |
| Plugins                           | Plugins                                           |
| Existing project folders          | Projects using the same folders                   |
| Project memories from Claude Code | [Memories](/customization/memories)               |
| Chats from the last 30 days       | ZeroTwo chats                                     |
| MCP server configuration          | [ZeroCode MCP configuration](/extend/mcp)         |
| Hooks                             | [ZeroCode hooks](/hooks)                          |
| Slash commands                    | [Skills](/build-skills)                           |
| Subagents                         | [ZeroCode agents](/agent-configuration/subagents) |

## Finish setup after importing

When the import completes, the app shows a status card in the lower-left corner.
If an imported plugin or connection still needs setup, the card calls it out.

When the app flags an item that needs attention, select **Finish** and follow the
prompts to complete setup.

## What to review after importing

Review imported setup before you rely on it, especially:

* Tool restrictions or permissions in imported skills and agents.
* MCP server settings that use custom authentication, headers, environment
  variables, or transports. You may need to sign in again.
* Hooks whose behavior may differ after import.
* Plugins, marketplaces, or other setup that needs manual follow-up.
* Prompt templates or command-style prompts that depend on arguments, shell
  interpolation, or file-path placeholders.

## After you import

Once the import finishes, open one of your imported projects and continue from
there. See [Use ZeroTwo](/use-zerotwo) for guidance on starting your
next task.
