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

# Quickstart

> Get Requin JS up and running in 2 minutes. Setup SDK on your backend project and seeing our AI Agent do their work

<Info>
  Want a guided tour? Explore key features with our hands-on guide using a
  provided demo project.
</Info>

## Prerequisites

Before you begin, you must have:

* Enviroment: Node.js 20+

## Get started

<Steps>
  <Step stepNumber="1" title="Sign In to our platform">
    Sign In to our [platform](https://coffup.tech), create an [API Secret Key](https://coffup.tech) and [URL Cloud](https://coffup.tech) then write it to file `.env`

    ```env .env icon="settings" theme={null}
    REQUIN_API_KEY=rq_secret_xxxxx
    RRQUIN_CLOUD_URL=https://cloud.requin.tech/xxxxxxx
    ```
  </Step>

  <Step stepNumber="2" title="Choose your framework">
    Start with a quickstart guide to connect your project in minutes.

    <CardGroup cols={3}>
      <Card title="NodeJS" icon="node-js" href="/page/framework/nodejs" />

      <Card title="Go" icon="golang" href="/page/framework/nodejs" />

      <Card title="Python" icon="python" href="/page/framework/nodejs" />

      <Card title="Java" icon="java" href="/page/framework/nodejs" />
    </CardGroup>
  </Step>
</Steps>
