Overview
Prompts are essential for customizing the personality, tone, and behavior of your AI Human. You can create multiple prompts for different use cases and select the appropriate one when creating sessions. Set Prompts here →\Listing Prompts
Navigate to the Resources page and select the “Prompt” tab to view all prompts in your organization. The list displays:- Prompt ID: Unique identifier for the prompt
- Name: The name you assigned to the prompt
- Created At: When the prompt was created
- Last Used At: When the prompt was last used in a session
- Action: Delete button to remove the prompt
Viewing Prompt Details
Click on a Prompt ID to view its details. From the detail page, you can:- View the full system prompt
- Edit all prompt fields
- Delete the prompt
Creating Prompts
To create a new prompt:- Click the “Add New Prompt” button from the Prompts list page
- Fill in the form:
Name
Enter a descriptive name for your prompt. This helps you identify and organize different prompts.Description (Optional)
Provide a brief description of what this prompt is used for. This is helpful for documentation and team collaboration.System Prompt
The system prompt is the core instruction sent to the LLM. This defines:- The AI’s personality and tone
- The scope of topics it should cover
- How it should respond to different situations
- Any specific guidelines or constraints
⚠️ Require Document
This checkbox enables Retrieval-Augmented Generation (RAG) for the prompt. When enabled:- The system prompt must include a
{context}placeholder - The system will search your documents and replace
{context}with relevant information - This allows the AI to answer questions based on your uploaded documents
- Search your documents for relevant information about apples
- Replace
{context}with the search results - Send the complete prompt to the LLM
Intro Message (Optional)
If provided, the AI Human will automatically deliver this message when a user connects to the session, even before they send any input. Use cases:- Greeting users
- Providing initial instructions
- Setting expectations for the conversation
Best Practices
Writing Effective System Prompts
- Be specific: Clearly define the AI’s role and responsibilities
- Set boundaries: Specify what topics the AI should and shouldn’t discuss
- Define tone: Indicate whether the AI should be formal, casual, friendly, etc.
- Include examples: Provide example interactions when helpful
- Use conditional logic: Guide behavior for different scenarios
Using RAG Effectively
- Always include
{context}: The placeholder is required when RAG is enabled - Structure your prompt: Place
{context}where it makes sense in your instructions - Set expectations: Tell the AI how to use the context data
- Test thoroughly: Verify that document search results are being used correctly
Managing Multiple Prompts
- Create separate prompts for different use cases (customer service, sales, support, etc.)
- Use descriptive names to easily identify prompts
- Review “Last Used At” to identify unused prompts that can be archived
Using Prompts
When creating a new session, you can specify aprompt parameter using the Prompt ID. The selected prompt will be used for all conversations in that session.
Deleting Prompts
To delete a prompt:- Navigate to the Prompts list
- Click the delete button (trash icon) in the Action column
- Confirm the deletion

