Add Input Parameters
Give your agent access to information from earlier in your flow.
Overview
In this article, we cover using input parameters with your AI agent.
This article is part of a series covering setting up and deploying AI agents. See the other parts in the series:
- Create an AI Agent
- Write a Behavior Description (Prompt)
- Create Actions and Tools
- Add Your Knowledge Center
- Add Input Parameters - this article
- Check Your Agent
- Test Your Agent
- Integrate into a Flow
- Use Multiple Agents
Granting Access to Input Parameters
RememberAI agents have no access to the internet, your tickets, the other steps in your flow, or the API.
When you want your AI agent to have information gathered earlier in your flow, you will need to grant it access to input parameters:

Input parameters are useful if you're looking for a way to provide an agent with:
- Information gathered from customers in previous flow steps, like their communication preferences or additional contact information
- Information from API calls which you made in your flow before you got to your agent
Updated 1 day ago