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

# Installation

> Install SDKs to use Conviction in your project.

To use your APIs created with Automation Studio in your Python or JavaScript project, you need to install the SDKs.

<CodeGroup>
  ```bash npm theme={null}
  npm i conviction-js
  ```

  ```bash python theme={null}
  pip install conviction-python
  ```
</CodeGroup>
