# FlowiseAI - Low Code LLM Apps Builder

### Steps to set up

1. Open the `CI-pipeline`
2. Hit the `Prepare` Stage
3. Set up these 4 environmental variables:
   * DATABASE\_PATH = /home/user/app
   * DATABASE\_TYPE = sqlite
   * FLOWISE\_USER =
   * FLOWISE\_PASSWORD =
4. After the `Run` stage is finished hit the `Run` stage
5. Click on `Open deployment`

### Use a self-hosted LLM with Flowise

You can self-host a LLM on Arkane Cloud which you can use for your FlowiseAI project. Here you can find the Llama API template: [https://ide.arkanecloud.com/docs/templates/llama2-api](/docs/templates/llama2-api.md)


---

# 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.arkanecloud.com/docs/templates/flowiseai-low-code-llm-apps-builder.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.
