Navigating Agent Menu Options
Agent Settings

Agent Models
The Glean Model Hub enables you to experiment with and select the most suitable model for each agent and its respective steps. This selection of models allows organizations to flexibly experiment with, choose, and combine leading AI models for each step of their workflows, ensuring data safety, rapid access to new models, and robust performance tracking. It also empowers businesses to optimize AI performance and cost without vendor lock-in or management overhead. For more information on accessing the model hub, please refer to the Set up LLMs article.Agent goal message
The agent goal message is intended to clarify the specific objective that the agent aims to achieve during interactions. It serves as a short description that helps the AI to provide more focused and relevant responses based on the task at hand. When writing an agent goal message you should consider:- Clarity and Specificity: Clearly state what the agent is supposed to achieve. Avoid vague or broad goals, as this can make it harder for the LLM to provide relevant responses.
- Conciseness: The goal message should be short but comprehensive, summarizing the purpose of the conversation or task.
- User Perspective: The message should make sense to both the AI and the user, providing enough detail to guide the interaction without being confusing.
- Distinguishability: If there are multiple agents or similar conversations, craft the goal message to help differentiate between them.
- Engineering: “Assist developers in debugging code and provide solutions for common programming errors.”
- Sales: “Guide prospects through product features, answer pricing questions, and assist with purchase decisions.”
- Support: “Help users troubleshoot technical issues and deliver step-by-step resolutions for reported problems.”
Enhance prompt
The Enhance prompt feature automatically improves any step’s natural‑language instructions in a single click. When editing a step that accepts a prompt, you can click the Enhance prompt button to have Glean review your text, apply embedded prompting best practices, and generate a refined version tailored to the step’s objective. Key features:- Available on all steps that accept prompts - Works across any step type that allows free‑form instructions
- One-click improvement - Instantly applies field‑tested prompting best practices to your step instructions
- Undo support - If you don’t like the enhanced version, you can instantly revert to your original prompt
- Consistent quality - Helps maintain high‑quality prompts across all steps in your agent
Preview
The preview agent option lets creators test or interact with their agent in a safe, private environment before making it available to a wider audience. This allows for troubleshooting, refining agent responses, and validating functionality without impacting real users or live workflows. This also streamlines the development cycle by enabling iterative updates and immediate feedback during testing. After you kick off your agent on this screen, you will have two additional options: ‘Reset Preview’ or ‘Try Again’.- Reset Preview This will send you back to the first screen to enter in new values for the first trigger.
- Try Again: This will run the last query you entered so you can see how the LLM might vary in responses.
Agent Drafts
All changes made to an agent are automatically saved as a Draft. These edits do not impact the live agent until you choose to explicitly publish.- Drafts are auto-saved even if they contain errors, allowing you to persist changes without perfecting your agent.
- Click Publish to apply your draft changes to the live agent.
- Want to undo changes? Click “Restore to Published State” to discard your draft.
Agent Versions
Each time you “Publish”, the current changes becomes the new live agent, and a snapshot of the previous live version is stored in version history.- Version history lets you browse and revisit earlier agent versions.
- Click “Restore” on any past version to create a new draft from it.
- Only the most recent 30 versions are retained.