# Replit

***

1. Sign in to [Replit](https://replit.com/~)
2. Create a new **Repl**. Select **Node.js** as Template and fill in your preferred **Title**.

<figure><img src="/files/kG5CDFqe43VpfX8DYGau" alt="" width="551"><figcaption></figcaption></figure>

3. After a new Repl is created, on the left hand side bar, click Secret:

<figure><img src="/files/lPIpuaVitSJSlf2LnJEE" alt="" width="219"><figcaption></figcaption></figure>

4. Create 3 Secrets to skip Chromium download for Puppeteer and Playwright libraries.

<table><thead><tr><th width="403">Secrets</th><th>Value</th></tr></thead><tbody><tr><td>PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD</td><td>1</td></tr><tr><td>PUPPETEER_SKIP_DOWNLOAD</td><td>true</td></tr><tr><td>PUPPETEER_SKIP_CHROMIUM_DOWNLOAD</td><td>true</td></tr></tbody></table>

<figure><img src="/files/MfpXgx6aUmCCGdyfYZxO" alt="" width="535"><figcaption></figcaption></figure>

5. You can now switch to Shell tab

<figure><img src="/files/LYKTjTShJzz6u2Q2cqAS" alt="" width="539"><figcaption></figcaption></figure>

6. Type in `npm install -g flowise` into the Shell terminal window. If you are having error about incompatible node version, use the following command `yarn global add flowise --ignore-engines`

<figure><img src="/files/gF5aVWiT3eLpoiaAKCC1" alt="" width="530"><figcaption></figcaption></figure>

7. Then followed by `npx flowise start`

<figure><img src="/files/OzKO18FkU7mIIIxfbBDP" alt="" width="533"><figcaption></figcaption></figure>

8. You should now be able to see Flowise on Replit!

<figure><img src="/files/jm6vvXMukz90OgrkxMQs" alt="" width="545"><figcaption></figcaption></figure>

9. You will now see a login page. Simply login with the username and password you've set.

<figure><img src="/files/MYWvtvP7wn48RPajQ8lV" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flowiseai.com/configuration/deployment/replit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
