> ## Documentation Index
> Fetch the complete documentation index at: https://openclaw-simplex.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Screenshots

> Step-by-step screenshots showing the full SimpleX pairing flow from generating an invite link through contact approval and the first agent conversation.

This page shows the supported SimpleX pairing and approval flow.

<Info>
  This walkthrough assumes <code>channels.openclaw-simplex.connection.wsUrl</code> already points to a running SimpleX runtime. If not, start with [Getting Started](/guide/getting-started).
</Info>

Generate a one-time invite link with the plugin CLI:

```bash theme={null}
openclaw simplex invite create --qr
```

You can also generate or inspect links directly in the <code>simplex-chat</code> console with <code>/c</code>, <code>/ad</code>, or <code>/show\_address</code>. For automation, OpenClaw also exposes gateway methods for invites, runtime status, runtime users, verification, contact requests, group links, moderation, file controls, and link onboarding.

<Steps>
  <Step title="Send the first message">
    Send the first message from the SimpleX app and capture the pairing request.

    <img src="https://mintcdn.com/openclaw-simplex/8cnuLGrpKFDiwHwy/images/pairing-request.png?fit=max&auto=format&n=8cnuLGrpKFDiwHwy&q=85&s=9b922530093c8fbd7fd04a834565bf09" alt="Pairing code shown in SimpleX app" width="720" data-path="images/pairing-request.png" />
  </Step>

  <Step title="Review the pairing request in OpenClaw">
    <code>openclaw pairing list</code> should now show a pending request for the sender that just messaged the agent.

    <img src="https://mintcdn.com/openclaw-simplex/8cnuLGrpKFDiwHwy/images/pairing-list.png?fit=max&auto=format&n=8cnuLGrpKFDiwHwy&q=85&s=358b229ff132e265c612ce161c207299" alt="OpenClaw pairing requests table" width="900" data-path="images/pairing-list.png" />
  </Step>

  <Step title="Approve the pairing request">
    ```bash theme={null}
    openclaw pairing list
    openclaw pairing approve openclaw-simplex <pairingCode>
    ```
  </Step>

  <Step title="Confirm approval and successful chat">
    After approval, SimpleX should show the access-approved message and the next user message should receive an agent reply.

    <img src="https://mintcdn.com/openclaw-simplex/8cnuLGrpKFDiwHwy/images/approved.png?fit=max&auto=format&n=8cnuLGrpKFDiwHwy&q=85&s=50e8fb9d0bb86a944d5bb4e372db292c" alt="SimpleX access approved message" width="720" data-path="images/approved.png" />

    <img src="https://mintcdn.com/openclaw-simplex/8cnuLGrpKFDiwHwy/images/chat.png?fit=max&auto=format&n=8cnuLGrpKFDiwHwy&q=85&s=6300b79ee0b27664016e871b3cb5229f" alt="SimpleX chat after approval" width="720" data-path="images/chat.png" />
  </Step>
</Steps>
