1. Install the Membrane CLI: `npm install -g @membranehq/cli`.
2. Authenticate with Sharepoint: `membrane login --tenant`.
3. Connect to Sharepoint: `membrane connect --connectorId=CONNECTOR_ID --json`.
4. List available actions: `membrane action list --intent=QUERY --connectionId=CONNECTION_ID --json`.
5. Run the desired action: `membrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input '{ "key": "value" }'`.
6. Handle the response and provide feedback to the user.