How to Use GLChat DeepResearch
GLChat DeepResearch can be accessed in two ways: through the UI or via API.
Method 1: Using the UI
The easiest way to use GLChat DeepResearch is through the GLChat user interface by enabling Deep Research Mode.
Steps:
Open GLChat chat interface
Click the Tools button in the chat box
Select Deep Research to enable the mode
Choose your preferred profile:
Essentials — Quick research with key information
Comprehensive — Detailed research with extensive sources
Internal — Research with access to internal documents (Google Drive).
Type your question and send
Features:
Structured research process with progress indicators
In-line citations for specific facts and claims
Complete reference list at the end of the response
Clickable citations linking to original sources
📚 For detailed UI guide: GLChat Deep Research UI Documentation
Method 2: using the API
For programmatic access or integration into other applications, use the GLChat Deep Research API.
API Endpoint
Request Format
Before you can make requests to the GLChat API, you must obtain API Key. You can obtain them by contacting us via hi[at]glair.ai or via our representative for your company.
Available Search Types
essentials_deep_research
Essentials
Fast, cost-effective research
comprehensive_deep_research
Comprehensive
Thorough, detailed research
internal_deep_research
Internal
Research with Google Drive access
Request Parameters
inputs (required):
query(string) — The research query
config (required):
search_type(string) — Profile selection (see table above)
Response Format
What GLChat Handles Automatically
Regardless of access method (UI or API), GLChat DeepResearch handles:
Pre-processing: Context gathering, history, attachments
Profile resolution: Profile → Backend implementation mapping
Use case routing: Deep research vs normal generation
DeepResearcher invocation: With proper configuration
Post-processing: Citation formatting, reference structuring
Fallback: Comprehensive → Essentials on quota exceeded
Last updated