First Chat Experience
This quickstart walks you through your first AI-powered conversation in Kindo. By the end, you will have selected a model, sent a query, and used tools to enhance your results.
Prerequisites
- A Kindo account (SaaS or self-hosted)
- Signed in to the Kindo Terminal (see Getting Started)
Start a Conversation
-
Select a model — Click the model selector above the query bar. For your first chat, choose a General Purpose model.
-
Type a query — Enter a question or instruction in natural language. For example:
Summarize the OWASP Top 10 vulnerabilities for 2024 and suggest mitigations for each. -
Press Enter — The model processes your query and streams the response in the main work area.
-
Review the response — Kindo displays the full response with formatting. You can copy, share, or continue the conversation with follow-up questions.
Attach Files
You can provide additional context by attaching files to your query:
- Click the + button next to the query bar.
- Select one or more files from your machine.
- Use For All Files to apply your query to each file or to the collection as a whole.
File attachments are useful for tasks like analyzing log files, reviewing configurations, or summarizing documents.
Use Tools
Enable tools to extend what the model can access:
- Library Search — Query files stored in your Kindo knowledge store.
- URL Search — Fetch and include content from a specific web URL.
- Web Search — Search the internet for up-to-date information.
Toggle tools on using the icons next to the query bar before sending your message.
Tips
- Be specific — The more context you provide, the better the response. Include relevant details about your environment, constraints, and desired format.
- Iterate — Follow up with clarifying questions. Kindo maintains conversation context across messages.
- Try different models — Switch between General Purpose, Reasoning, and Cybersecurity models to compare results for different tasks.
Next Steps
- Create Your First Agent to automate a recurring workflow
- Make Your First API Call to interact with Kindo programmatically
- Learn about Agents to understand Kindo’s automation framework