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

# Open docs

> Open Blnk developer documentation from the CLI.

Jump from the terminal to the full Blnk developer docs in your default browser when you need guides or API reference beyond what `help` shows.

```bash theme={"system"}
blnk docs
```

<Icon icon="list-ordered" size={16} color="#808080" className="cli-section-icon" /> **Usage**

<Steps>
  <Step title="Open documentation">
    Run the command:

    ```bash wrap theme={"system"}
    blnk docs
    ```

    <CodeGroup>
      ```text 200 Success icon="circle-check" theme={"system"}
      Opening Blnk Docs
        Opened https://docs.blnkfinance.com
      ```

      ```text wrap Couldn't open browser icon="circle-x" theme={"system"}
      error:
        Couldn't open browser. Please try again.
      ```
    </CodeGroup>
  </Step>
</Steps>
