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

# Introduction

> ConnectifyAI CLI

<Note>
  Our CLI works in tandem with our frontend system. One can choose paths to run experiments, which can be configured using this library. Below lists the features we currently provided.
</Note>

## Installation

<CodeGroup>
  ```bash pip theme={null}
  pip install connectifyai
  ```
</CodeGroup>

## Run Forward Pass

<Note>
  Upon choosing a path on our frontend website of a given graph, this can be placed as an argument in the CLI command below to run forward pass.
</Note>

<CodeGroup>
  <img className="block dark:hidden" src="https://mintcdn.com/connectifyai-39/FIPf6TGp2g0fkLmt/images/path.png?fit=max&auto=format&n=FIPf6TGp2g0fkLmt&q=85&s=0e3dcc555154cfa310c33f9bfb6a776d" alt="Path Hash" width="1694" height="1094" data-path="images/path.png" />

  ```bash python theme={null}
  connect dl "3Z97A"
  ```
</CodeGroup>
