All Tutorials
OPERATOR BEGINNER 5 min read

🤖 Your First AI Conversation

Learn how to start chatting with Vigthoria AI models and get the best responses for your questions.

What You'll Learn

Prerequisites

Step-by-Step Guide

1
Access Vigthoria Operator

Navigate to operator.vigthoria.io and log in with your account credentials.

You'll see the main chat interface with a text input at the bottom and conversation history on the left sidebar.

2
Choose Your AI Model

Click the model selector dropdown at the top of the chat area. You'll see available models:

  • Vigthoria Reasoning - Best for analysis, math, logic, and complex problem-solving
  • Vigthoria Creative - Best for writing, brainstorming, and content creation
  • Vigthoria Code - Best for programming, debugging, and technical tasks
  • Vigthoria Vision - Best for image analysis and visual tasks

For your first conversation, stick with the default model or try Vigthoria Reasoning for general questions.

3
Write Your First Message

Type your question or request in the text box. Be specific about what you need. Here's an example:

// Instead of: "Tell me about Python" // Try: "Explain how Python list comprehensions work with 3 practical examples"

Press Enter or click the send button to submit your message.

4
Review the Response

The AI will generate a response. You can:

  • Copy - Click the copy icon to copy the response
  • Regenerate - Click regenerate for a different response
  • Follow up - Ask clarifying questions in the same conversation
5
Save Your Conversation

Conversations are automatically saved. To organize them:

  • Click the conversation title to rename it
  • Use folders to group related conversations
  • Star important conversations for quick access
💡 Pro Tip: For complex tasks, break them into steps. Ask the AI to "think step by step" for better reasoning, or request output in a specific format like JSON or bullet points.

Effective Prompting Tips

Be Specific

Instead of "help with my code", try "Debug this Python function that should sort a list but returns None".

Provide Context

Tell the AI about your use case, constraints, or preferences. For example: "I'm building a mobile app for beginners, so use simple language."

Use Examples

Show the AI what you want by providing examples of desired input and output.

"Format the following data as a markdown table: Product: Laptop, Price: $999, Stock: 45 Product: Phone, Price: $699, Stock: 120"

Next Steps