Create Grounded Model connections with Automation Anywhere (Grounded by Aisera)
- Updated: 2026/04/11
Use a Grounded by Aisera Model connection to run AI Skills that query content from an Aisera channel (RAG). By grounding the model in specific, relevant information, RAG ensures that AI-generated responses are accurate, up-to-date, and aligned with your organization's unique needs.
Use this task to integrate Aisera’s grounded intelligence into your automation workflows. By connecting to an Aisera channel, your AI Skills can move beyond general knowledge and provide answers based on your organization's proprietary articles, documentation, and indexed content. This ensures that generated outputs are contextually relevant and verifiable through document links and snippets.

Prerequisites
- Role:
AAE_Basicand a custom Automation Admin custom role - Permission: Attended Bot Runner
- Settings: AI Data Management must be enabled by the Automation Admin and the check box selected for Allow users to disable logs on AI Skills option.
- Aisera Configuration: The Automation Anywhere Product Integration feature flag must be enabled within your Aisera tenant configuration to allow the connection to retrieve grounded data from AiseraGPT. For more information, see Feature Flags - Aisera.
See Roles and permissions for the Automation Admin custom role permissions.
Procedure
Next steps
After creating the connection, a developer can use it to power an AI Skill.
- In AI Skills, open or create a skill.
- Select your Grounded by Aisera Model connection.
- Confirm the connection details (Vendor, Type, and Channel ID) are displayed correctly.
- Enter the Metadata (optional)
The Metadata field allows you to filter the responses returned by the Aisera knowledge base. When you provide metadata, Aisera uses it to match against the metadata tags on indexed articles and documents, returning only content that aligns with the attributes you specify.
This field accepts key-value pairs in JSON format. For example:
{ "domain": "HR", "product": "hr management" }In this example, the AI Skill returns responses grounded only in knowledge base content tagged with the matching domain and product attributes.
Note: To use metadata filtering, your Aisera administrator must enable the Enable Access Management flag in in the Aisera management portal. Contact your Aisera administrator to confirm the required access attributes are configured before using this field. - Run the skill with a prompt to validate the output.Note: The request conversation size for an Aisera Model connection is limited to 5000 characters. This limit applies when running an AI Skill or an automation that uses this connection. If the request exceeds this limit, the connection returns an error asking you to rephrase the request. Ensure your prompts are concise to avoid exceeding this limit.
If no metadata is provided, the AI Skill queries across all available content in the Aisera knowledge base without filtering.
- The skill returns a response grounded in the Aisera knowledge base.
- When applicable, the response includes citations featuring the document title, link/preview, and specific references or snippets.
- If a failure occurs, the system returns relevant error or HTTP status information.