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

# Commands

> Reference for all available Chatledger commands

Access these commands via the VS Code Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P`).

| Command                                           | Description                                                                                                                                                             |
| :------------------------------------------------ | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Chatledger: Export Now`                          | Immediately triggers an export of all conversations in the current workspace. Useful when you want to save changes right away without waiting for the polling interval. |
| `Chatledger: Introduction`                        | Opens the introduction page of the documentation.                                                                                                                       |
| `Chatledger: Open Export Folder`                  | Opens the configured export directory (default: `.chatledger`) in your system's file explorer.                                                                          |
| `Chatledger: Enable Auto-Export`                  | Sets `chatledger.enabled` to `true` in your workspace settings, starting the background polling process.                                                                |
| `Chatledger: Disable Auto-Export`                 | Sets `chatledger.enabled` to `false`, stopping background exports. Manual exports still work.                                                                           |
| `Chatledger: Show Status`                         | Displays a notification with the current extensions status, including last export time and number of tracked conversations.                                             |
| `Chatledger: List Conversations`                  | Shows a Quick Pick menu of all available conversations. Selecting one will export just that specific conversation.                                                      |
| `Chatledger: Clear Exports`                       | **Destructive Action**. Deletes all files in the export directory after a confirmation prompt.                                                                          |
| `Chatledger: View Logs`                           | Opens the *Chatledger* output channel. Essential for debugging connection issues or export failures.                                                                    |
| `Chatledger: Validate Sensitive Content Patterns` | improved validation for your custom regex patterns defined in settings.                                                                                                 |
| `Chatledger: Reset Built-in Sensitive Patterns`   | Restores the default regex patterns if you have modified them or if updates have changed them.                                                                          |
