Skip to content

Aiverything Basic Usage Guide

📋 Table of Contents


Launch Methods Overview

Aiverything provides multiple convenient launch methods. You can choose the most suitable method according to your usage habits:

Launch MethodOperationUse CaseFeatures
Global HotkeyCtrl + Shift + Alt + AAnytimeFastest
Double CtrlQuickly press Ctrl twiceOne-hand operationNeeds to be enabled in settings
System TrayLeft-click tray iconMouse operationIntuitive and simple

Default Hotkey

  • Key Combination: Ctrl + Shift + Alt + A
  • Function: Show/hide search window
  • Features: Quick access anytime, anywhere

Usage Method

  1. Press all four keys simultaneously: Ctrl + Shift + Alt + A
  2. Search window will appear immediately and gain focus
  3. Cursor automatically positions in search box, ready for input
  4. Press the key combination again to hide search window

Hotkey Customization

  1. Right-click Aiverything icon in system tray
  2. Select "Settings"
  3. Go to "Shortcut Key Settings" page
  4. Click "Global Hotkey" input box
  5. Press new key combination
  6. Click "Apply" to save settings

Method 2: Double Ctrl Key

Function Description

  • Operation: Quickly press Ctrl key twice in succession
  • Default State: Disabled (needs manual activation)
  • Time Interval: Two key presses must be within 500 milliseconds

Activation Method

  1. Open Aiverything settings interface
  2. Go to "Shortcut Key Settings"
  3. Check "Double Ctrl" option
  4. Click "Apply" to save

double ctrl

Usage Tips

  • Ensure two key presses are within 500 milliseconds
  • Avoid conflicts with other programs' double Ctrl functions
  • Some keyboards may not support this feature

Method 3: System Tray

Tray Icon Location

  • Located in system tray area (usually bottom-right corner of screen)
  • Icon is Aiverything's distinctive logo
  • If not visible, may be hidden in tray expansion area

Operation Methods

  • Left Click: Directly open search window
  • Right Click: Show context menu

Right-click Menu Options

  • Search: Open search window
  • Settings: Open settings interface
  • Plugin Settings: Open plugin configuration
  • About: View program version information
  • Exit: Completely close program

🔍 Basic Search Operations

Search Interface Overview

Interface Components

  • Search Box: Main area for entering search keywords
  • Search Results List: Display matching files and folders
  • File Details Panel: Show detailed information of selected file
  • Status Bar: Display search status and result statistics

Interface Features

  • Real-time Search: Search as you type, no need to press Enter
  • Smart Matching: Supports fuzzy matching and intelligent sorting
  • Modern Design: Clean and beautiful interface design
  • Responsive Layout: Supports window resizing

Basic Search Methods

Directly enter file name or keywords:
document
report
image
Search for specific file types:
.pdf        # All PDF files
.jpg        # All JPG images
.docx       # All Word documents
.txt        # All text files
Search files in specific paths (keywords starting with `/` or `\`):
/Desktop
/Downloads/project
/C:\Users\

Smart Sorting

  • Recently accessed files are prioritized
  • Frequently used files rank higher
  • Sorted by file type and match relevance

📁 Search Results Operations

Keyboard Operations

Basic Operation Shortcuts

ShortcutFunctionDescription
EnterOpen fileOpen with default program
Ctrl + OOpen with admin rightsRun with administrator privileges
Ctrl + CCopy file pathCopy complete file path to clipboard
Ctrl + POpen file locationLocate file in File Explorer
↑/↓Select previous/next resultBrowse search results
Page Up/DownQuick page navigationQuickly browse large result sets

Mouse Operations

Click Operations

  • Left Click: Open file
  • Right Click: Show context menu

File Details Panel

Basic Information

  • File Name: Complete file name
  • File Size: File size (automatic unit conversion)
  • Modified Time: Last modification time
  • Full Path: Complete file path

Extended Information

  • File Icon: Icon corresponding to file type
  • Preview Thumbnail: Supports preview of images, videos, etc.
  • AI Summary: AI-generated summary for document files (requires AI feature enabled)

⚡ Quick Access Features

Quick Access Panel

Display Conditions

When search box is empty, quick access panel is automatically displayed.

System Shortcuts

  • This PC: Quick access to computer management
  • Recycle Bin: Open recycle bin
  • Downloads Folder: Access downloads directory

Control Panel Shortcuts

  • Control Panel: Open Windows Control Panel
  • System Settings: Open Windows Settings
  • Device Manager: Manage hardware devices

System Tools

  • Task Manager: Open Task Manager
  • Registry Editor: Open Registry Editor
  • Command Prompt: Open command line
  • Event Viewer: View system events

Operation Methods

  • Keyboard Navigation: Use ↑/↓ keys to select, Enter to open
  • Mouse Click: Directly click corresponding shortcuts
  • Scroll Wheel: Support mouse wheel to view more options

🔧 Advanced Search Techniques

Syntax Description

Use semicolon ; to separate multiple keywords, searching for files containing all keywords.

Usage Examples

# Search files containing both "project" and "report"
project;report

# Search files containing three keywords
sales;2024;excel

# Combine filename and extension
photo;vacation;.jpg

# Combine path and filename
Desktop;work;document

Advanced Tips

# Required and optional keywords (use `?` at the beginning to mark optional keywords)
project;?important;client
# Find files containing either test or file keyword
?test;?file

Search Filters

Basic Filters

Use pipe | to add search conditions:

FilterDescriptionExampleEffect
fFiles only`photof`
dDirectories only`projectd`
fullExact match`readme.txtfull`
caseCase sensitive`Testcase`
pRegular expression`\d+.txtp`
cContent search`functionc`

Combined Filters

# Search text files containing "test"
test;.txt|f

# Case-sensitive search for Java files containing "Class"
Class;.java|case

# Use regex to search PDF files starting with numbers
\d.*\.pdf|p

# Search config files containing "password" in content
password;.config|f;c

# Exact match search for folders named "data"
data|full;d

Function Description

Cache search performs keyword matching within the cache of recently accessed and frequently used files for faster results.

Usage Method

# Enter colon to start cache search (keyword matching)
:report        # Search cached files whose names contain "report"
:project       # Search cached files whose names contain "project"
:image         # Search cached files whose names contain "image" (not image category search)

Search Mechanism

  • Keyword Matching: Searches for files whose names contain the specified keyword, not by file type category
  • Cache Scope: Searches only within the cache of recently accessed and frequently used files
  • Matching Rules: Fuzzy matching on filenames, supports partial keyword matching

Cache Features

  • Quick Response: Cache search responds faster
  • Smart Sorting: Sorted by usage frequency and time
  • Auto Update: Cache updates automatically based on usage

Trigger Conditions

When local search finds no relevant files, network search options are displayed.

Supported Search Engines

  • Google: World's largest search engine
  • Bing: Microsoft search engine
  • Baidu: Chinese search engine
  • DuckDuckGo: Privacy-focused search engine

Setting Default Search Engine

  1. Open Aiverything settings
  2. Go to "General Settings"
  3. Select default engine in "Search Engine" dropdown
  4. Save settings

Activation Method

  1. Click AI icon on the right side of search box
  2. Or enable AI search function in settings
  3. Ensure network connection is normal

AI Icon Status

  • Gray: AI function not enabled
  • Blue: AI function enabled

Basic Usage

# Natural language description of needs
"Help me find last week's work report"
"Search for Excel files containing sales data"
"Recently modified image files"
"PDF documents on desktop"

AI Search Features

Semantic Understanding

  • Intent Recognition: Understand user's real search intent
  • Context Analysis: Analyze based on search history
  • Smart Recommendations: Recommend files based on content relevance

Smart File Analysis

  • Content Summary: Automatically generate document content summaries
  • Keyword Extraction: Identify core keywords in documents

AI File Summary

Supported File Formats

  • PDF Documents: Research reports, manuals, e-books, etc.
  • Word Documents: Various documents, reports, letters, etc.
  • Excel Files: Data tables, financial reports, etc.
  • PowerPoint: Presentations, training materials, etc.
  • Text Files: Code files, configuration files, etc.

Usage Method

  1. Select file in search results
  2. View AI summary in file details panel
  3. If no summary available, click "Generate Summary" button
  4. Wait for AI analysis to complete

Summary Content

  • Document Theme: Main content theme of document
  • Core Points: Key information in document
  • Key Data: Important numbers and statistical information
  • Conclusion Summary: Main conclusions of document

🔌 Plugin System Basics

Enter Plugin Mode

Activation Method

Enter > symbol in search box to enter plugin mode.

Interface Changes

  • Search box shows plugin search prompt
  • Results list displays available plugins
  • Left side shows plugin categories

Plugin Browsing

Plugin Categories

  • System Tools: System management and configuration plugins
  • File Processing: File operation and management plugins
  • Development Tools: Programming and development-related plugins
  • Entertainment Apps: Entertainment and multimedia plugins
  • Productivity Tools: Work efficiency enhancement plugins
# Search for specific plugins
>calculator     # Search for calculator plugin
>translate      # Search for translation plugin

Plugin Operations

Install Plugins

  1. Visit Aiverything official website (official plugin marketplace)
  2. Browse or search for needed plugins
  3. Download plugin files locally
  4. Open plugin settings in Aiverything
  5. Select "Install Plugin" and choose downloaded plugin file
  6. Wait for installation completion

Use Plugins

  • Embedded Plugins: Display and use directly in search interface
  • Standalone Window Plugins: Open separate windows to run

Manage Plugins

  1. Enter plugin settings interface
  2. View installed plugin list
  3. Can enable, disable, or uninstall plugins
  4. View plugin detailed information and settings

⌨️ Complete Shortcut Keys

Global Shortcuts

Main Global Shortcuts

ShortcutFunctionDefault SettingCustomizable
Ctrl + Shift + Alt + AShow/hide search window
Double CtrlQuick open search window
Double ShiftAdditional mode search

Customize Global Shortcuts

  1. Right-click system tray icon and select "Settings"
  2. Go to "Shortcut Key Settings" page
  3. Click shortcut key input box to modify
  4. Press new key combination
  5. Click "Apply" to save

Search Interface Shortcuts

Basic Navigation

ShortcutFunctionDescription
Select previous resultMove selection up
Select next resultMove selection down
Page UpPage upQuick browsing
Page DownPage downQuick browsing
HomeSelect first resultJump to top
EndSelect last resultJump to bottom

Search Operations

ShortcutFunctionDescription
Ctrl + ASelect all search box textQuick clear search content

File Operation Shortcuts

Open Operations

ShortcutFunctionUse Case
EnterOpen fileUse default program
Ctrl + OOpen with admin rightsPrograms requiring special permissions
Ctrl + POpen file locationLocate in File Explorer
Ctrl + CCopy file pathGet complete path

💡 Practical Tips

Performance Optimization Tips

Search Performance

  • Use Specific Keywords: Avoid overly broad search terms, use multiple keywords for search
  • Use Filters Wisely: Use file type filters to narrow scope

System Performance

  • Set Index Range Reasonably: Only index necessary disks and folders
  • Adjust Cache Size: Adjust cache settings based on memory situation
  • Enable GPU Acceleration: Enable GPU acceleration when dedicated graphics card available

Personalization Tips

Function Customization

  • Custom Shortcuts: Set shortcuts that match personal habits
  • Configure Search Engines: Choose commonly used network search engines
  • Set File Types: Add custom file type mappings

Troubleshooting Tips

Search Issues

# Steps to check when files cannot be found:
1. Confirm file actually exists
2. Check if file is within index range
3. Try updating index
4. Check file permissions
5. Use complete file name search

Performance Issues

# Optimization methods when search is slow:
1. Check if indexing is complete
2. Enable GPU acceleration
3. Increase system memory
4. Optimize index settings
5. Close other resource-intensive programs

📞 Getting More Help

Built-in Help

  • Tip System: Operation tips in interface
  • Status Information: Operation tips in bottom status bar

Online Resources

  • Official Documentation: Complete usage instructions and tutorials
  • Video Tutorials: Operation demonstration videos
  • FAQ: Frequently asked questions and answers

Community Support

  • QQ Group: 893463594
  • GitHub: Issue feedback and feature suggestions
  • Official Forum: User experience sharing