# AI Helper

TIP

AI Helper is available from version 1.24.0

Folge has a built-in AI helper that can Expand, Rewrite, Shorten, Improve, and Simplify text for you. AI Helper operates with a BYOK (Bring Your Own Key) concept, which means you need to create an API key for AI services Folge supports and register it in the app. This means that Folge communicates directly with the AI providers, avoiding the need to send your data anywhere else besides AI services.

# Getting Started

# Locating the AI in UI

Open any guide and locate the AI ✨ icon in the Step Description editor. Click the arrow and select "Ai Settings".

Locating the icon

# Available options

Settings

Folge supports three AI providers:

  • ChatGPT via https://api.openai.com/v1/chat/completions endpoint
  • Claude via https://api.anthropic.com/v1/messages endpoint
  • OpenRouter via https://openrouter.ai/api/v1/chat/completions endpoint

Each API provider accepts two values:

  • Model name as free text
  • API Key

# ChatGPT

# Claude

# OpenRouter

# Calling AI from the step description editor.

To use AI you need to either select text you would like AI to work with and click the dropdown to choose any action you would like AI to perform. By Just clicking the ✨ icon you will always trigger the Expand action

Available tasks