FAQ
Welcome to the Lleverage FAQ! Here you'll find answers to the most common questions about using our platform. If you don't see your question answered here, remember you can always reach out to our support team through the chat icon in the bottom right corner of the screen.
What is Lleverage?
Lleverage is an end-to-end AI automation platform that helps teams turn internal processes into smart, reliable workflows powered by AI. You can build and run step-by-step workflows that combine logic, AI, and system integrations without needing developers.
How do I get started with Lleverage?
The quickest way to start is to create a free account and use the Co-Pilot to generate a workflow. Just describe what you want to automate—the Co-Pilot will guide you step-by-step, creating a working solution in minutes. Alternatively, you can choose one of our templates for common business processes.
What are the pricing options for Lleverage?
Lleverage offers three subscription tiers: Free (100 workflow runs monthly, unlimited users, all models), Pro (2,500 workflow runs monthly, 5,000 file imports, priority support), and Enterprise (custom workflow runs, dedicated solution engineer, white-glove onboarding, custom integrations, invoice billing). For specific pricing details, please contact our sales team through the chat icon.
Is Lleverage secure?
Yes, security is a core priority at Lleverage. We are SOC 2 Type 2 certified, GDPR compliant, and ISO 27001 certified. We implement enterprise-grade end-to-end security, secure authentication options, and API token management to ensure your data and workflows are protected.
Are my projects and workflows private?
Yes, all your projects and workflows are private by default. Only people you explicitly invite to your organization and projects can access them. You control who can view or edit your workflows through our permission system.
How do I create a workflow?
To create a workflow, select a trigger type (Form, Chat, API Call, Schedule, or Integration), then use the visual canvas to add actions, connect them together, and configure each step. You can also use Co-Pilot to generate workflows by describing what you want to achieve in natural language.
Can I connect Lleverage to other applications?
Yes, Lleverage offers over 2,000+ integrations with external applications. Popular integrations include Gmail, Slack, Google Drive, Salesforce, and many more. You can find these in the "Add Action" menu under the "External Apps" tab.
How do I pass data between nodes in my workflow?
Click on an input field where you want to use data from a previous node, then click the @ button at the bottom of the field. This opens a dropdown where you can select the appropriate variable. For advanced users, you can also use the {{ }} method to access specific properties.
Can I test my workflow before publishing it?
Yes, use the Run Panel in the top right corner of the workflow editor to test your workflow with sample inputs and see the results before publishing it for real use.
How do I fix errors in my workflow?
Look for orange outlines around nodes indicating configuration issues, or check the validation notification in the top right corner. Hover over the "i" icons next to field labels to see detailed error messages. You can also use the "Auto Fix" button for suggestions.
How do I set up a loop in my workflow?
Add a Loop node from the "Controls" section in the add modal menu, connect your input data (typically an array), add actions inside the loop that will be performed on each item, and use the loop item variable to access the current item. The Loop will automatically process each item in your array one by one.
How do I publish my workflow?
Click the "Publish" button in the top right corner of the workflow editor. The Publish Panel will show options relevant to your trigger type, such as app links for forms and chats, or API endpoints for API Call triggers.
How do I share my workflow with others?
First, add the person to your organization and to the specific project containing the workflow. Assign them the appropriate role (Member for view access, Admin for management access). Then you can share the published workflow URL with them.
Can I embed my Lleverage workflow in my website?
Yes, for Form and Chat trigger types, you can embed your workflow in a website using the iframe code provided in the Publish Panel. This works with WordPress and other website platforms through custom HTML blocks.
How do I control who can access my workflows?
Lleverage uses a permission system with roles at both Organization and Project levels. You can assign Admin or Member roles at the Organization level, and Project Admin or Project Member roles at the Project level.
How do I get notified when my workflow runs?
We offer alerts via email and in our notification panel for high runs. You can also have a look on the projects homepage which will give you information on the running of your workflow.
Which AI models does Lleverage support?
Lleverage provides a curated selection of state-of-the-art AI models from leading providers including OpenAI (GPT-4.1, GPT-4.1-mini), Anthropic (Claude 3.7 Sonnet), Google (Gemini models), Together AI (Llama 4 models), and Mistral.
How do I choose the right AI model for my workflow?
Consider your workflow's specific requirements and use the Lleverage Model Advisor for recommendations. For simple tasks requiring speed, select faster models like GPT-4.1-nano or Gemini 2.5 Flash. For complex reasoning, select more powerful models like GPT-4.1 or Claude 3.7 Sonnet.
Can I use my own API keys for AI models?
Yes, you can add your own API keys through Connections → Models in your Lleverage account. This allows you to use your existing subscriptions with providers like OpenAI and Anthropic.
Can Lleverage detect AI-generated content?
Yes, Lleverage offers AI detection capabilities through workflows that analyze content to determine the likelihood it was generated by AI. This is useful for content verification and academic integrity checks.
How do I set tokens for AI models?
You can adjust token settings in the advanced settings section of prompt nodes. Click on a prompt node and then go to prompt studio, then click on the cog next to model settings and you will find the advanced settings where you can see the tokens area.
What should I do if my workflow isn't working as expected?
Check for validation errors in the workflow editor, review the logs for detailed information about what's happening during execution, and use the Run Panel to test changes. If you're still having issues, contact our support team.
How do I report a bug or request a feature?
Use the chat support in the bottom right corner of the screen, or go to User Settings → Request Feature and send a email to our product team.
How do I set up environment variables or secrets?
Go to Organization Settings → Secrets and Variables to set up environment variables and secrets. These can be used to securely store API keys, connection strings, and other sensitive information.
Can I create a knowledge base from my documents?
Yes, Lleverage allows you to create knowledge bases from documents, websites, and other text sources. These knowledge bases can be used in your workflows to provide context-aware responses based on your own data.
Is it possible to schedule workflows to run automatically?
Yes, you can use the Schedule trigger to run workflows at predetermined times or intervals. This is ideal for recurring tasks like daily reports, periodic data processing, or routine system checks.
Can I connect to databases in my workflows?
Yes, Lleverage provides database connection capabilities. You can connect to databases like MySQL and PostgreSQL to query and manipulate data as part of your workflows.
How can I monitor the performance of my workflows?
Lleverage automatically logs all workflow executions. You can access these logs to view detailed information about each execution, including inputs, outputs, and execution times.
How do I get workflow outputs as CSV or other formats?
You can configure your workflow to format the output as CSV or other formats using the appropriate formatting nodes. For downloadable files, use actions that can deliver files via email or store them in connected storage services.
Last updated