Artificial intelligence
QubePro Artificial Intelligence module; It offers AI-powered task management, smart assistants and automatic reporting. It consists of two submodules: browser-based AI Web and desktop-based AI Client.
Submodules ###AIWeb
Web application accessed via browser:
# AI Client
Desktop application:
Basic Features
# Mission Management
- Creating, editing, deleting tasks
- Assigning and reassigning tasks
- Status and prioritization
- Personal task list
# AI Assistant
- Creating tasks with natural language
- Smart suggestion and auto-completion
- Context based help
# Reporting
- Report creation and management
- View report history
- Multiple report types support
# Client Management
- API key based client authentication
- Client token management
- Automatic offline mode (after 15 minutes of inactivity)
Pages
| Page | Description | |---|---| | Dashboard | Statistics and health | | Tasks | Complete task list and management | | AI Assistant | Artificial intelligence assistant interface | | Reports | Creating and viewing reports | | Report History | Past report archive |
Access After
logging into the QubePro platform, you can access it by clicking on the Artificial Intelligence tab from the left menu.
API
| Endpoint | Description |
|---|---|
GET /tasks | All quests |
POST /tasks | Create new task |
GET /tasks/my-tasks | Personal tasks |
POST /tasks/assign | Assign a task |
GET /clients | Client list |
POST /clients | Create new client |
GET /client/jobs | Client job list |
GET /api-docs | Swagger API documentation |