Intelligent Conversational Assistant
User Guide
Version 1.0 | December 2025
Open your web browser and navigate to:
https://natura-ai-frontend.pages.dev
For testing purposes, you can use:
Username: yash
Password: test1234
Once logged in, you'll see the main chat interface with these key elements:
Click this button in the sidebar to start a fresh conversation
Type your message in the input field at the bottom of the screen
Press Enter or click the send button to submit your message
View and switch between your conversations in the sidebar
Natura AI uses streaming responses, which means:
When you start a new conversation, Natura AI automatically generates a descriptive title based on your first message. This makes it easy to find and organize conversations later.
The left sidebar shows all your conversations:
| Action | Description |
|---|---|
| Continue | Click on a conversation to resume where you left off |
| Delete | Remove conversations you no longer need |
| Archive | Keep conversations but hide them from the main view |
MCP (Model Context Protocol) allows Natura AI to connect to external tools and services, extending its capabilities beyond text generation. Think of it as giving the AI superpowers!
Natura AI comes with a built-in Natura Calculator MCP server that provides these tools:
| Tool | Description | Example Usage |
|---|---|---|
add |
Add two numbers | "What is 156 + 289?" |
subtract |
Subtract numbers | "Subtract 50 from 200" |
multiply |
Multiply numbers | "Multiply 15 by 23" |
divide |
Divide numbers | "Divide 100 by 4" |
get_current_time |
Get current date/time | "What time is it?" |
Once connected, simply ask naturally in the chat:
"What is 156 + 289?"
The AI will respond with something like:
"I used the add tool from the Natura Calculator to compute this. The result of 156 + 289 is 445."
To disable an MCP server:
Natura AI uses GPT-4o by default, providing:
Complex problem-solving and analytical capabilities
Comprehends context and subtle meanings
Well-structured, accurate, and helpful answers
Quick generation with streaming support
The AI maintains context throughout your conversation:
The AI supports rich formatting in responses:
Code snippets for technical content| Tip | Why It Helps |
|---|---|
| Be Specific | Clear, detailed questions get more accurate answers |
| Provide Context | Background information helps the AI understand your needs |
| Ask Follow-ups | Build on previous responses for deeper exploration |
| Use Examples | Show what format or style you're looking for |
Pro Tip: Use natural language when asking for calculations. Say "What is 15 times 23?" instead of trying to use technical commands. The AI will automatically use the appropriate tool!
Solution: Ensure MCP server is Connected (not just Added). Check for green "Added" badge and try refreshing the connection.
| Action | Shortcut |
|---|---|
| Send Message | Enter |
| New Line in Message | Shift + Enter |
| New Chat | Click "+ New Chat" button |
| To Do This | Say Something Like |
|---|---|
| Add numbers | "What is 25 + 75?" |
| Subtract | "Subtract 30 from 100" |
| Multiply | "Multiply 12 by 8" |
| Divide | "Divide 144 by 12" |
| Get time | "What time is it now?" |
| Component | Technology |
|---|---|
| Frontend | React + TypeScript + Vite |
| Backend | Cloudflare Workers + Hono |
| Database | Supabase (PostgreSQL) |
| AI Model | OpenAI GPT-4o |
| Styling | Tailwind CSS |
| Animations | Framer Motion |