AI Chat (Ask Mode)
Using AI Chat in Tabidoo (Ask Mode)
AI Chat allows you to interact with Tabidoo using natural language.
You can ask questions, request help, or generate solutions directly inside your application.
How to open AI Chat
- Click the AI icon (top-left corner) in the interface
- The chat window will open
- Start typing your request
Chat Interface Overview
- Chat field – ask anything
- Mode selector – Ask / Build (Build coming soon)
- Agent selection – choose between Thinking and Fast (more agents coming soon, including custom agent creation)
- Chat history – access previous conversations
What can you ask?
General help
Ask about how Tabidoo works or how to achieve specific tasks:
- How do I create a new table?
- How do I set up a workflow?
- How do permissions work in Tabidoo?
- What is the best way to structure my application?
Application-related questions
Ask about what you are currently building or configuring:
- How should I design this application?
- What tables should I create for a CRM system?
- How can I organize my application structure better?
- What is the recommended way to handle user roles here?
Scripting help
Get help with TypeScript and advanced logic:
Example:
Create a script that validates a form before saving and shows an error message if a required field is empty.
Context Awareness
AI Chat understands:
- Current application structure
- Tables, fields, and relationships
- Your permissions
- Your current location in the app
This allows it to provide highly relevant answers.
Tips for best results
- Be specific in your request
- Include context if needed
- Ask follow-up questions
Coming soon
- Build Mode (create and modify apps via chat)
- Direct execution of AI-generated changes
- Deeper integration with workflows and UI
Example
User question:
How do I create a new table?
AI answer:
According to Tabidoo documentation, you create a new table like this:
- Open the application where you want the table.
- On the home screen, choose one of these options:
- Custom table – create fields manually
- From Excel – import structure and data from Excel
- From Template – start from a ready-made setup ...