Web Research¶
Stratum can perform multi-depth web research and automatically integrate findings into your notes.
Prerequisites¶
You need a running SearXNG instance — a privacy-respecting metasearch engine.
Setting Up SearXNG¶
# Using Docker
docker run --rm -d -p 8888:8080 searxng/searxng
# Or use docker-compose with custom configuration
Configuration¶
- Open Settings → Research
- Set SearXNG Endpoint to your instance URL (default:
http://localhost:8888) - Adjust Max Results (1–10) and Research Depth (1–5)
- Click Save
How Research Works¶
Stratum's research engine performs iterative depth-first search:
- Search — query SearXNG for the topic
- Read — extract content from the top results
- Deeper — follow interesting links from results (configurable depth)
- Synthesize — combine findings into a structured report
Performing Research¶
Use the AI research feature from the slash menu or command palette:
- Open any note
- Trigger AI → Research
- Enter your research question or topic
- Stratum searches the web and synthesizes findings
Research Results¶
Results include:
- Findings — synthesized summary of what was discovered
- Sources — list of web pages with titles, URLs, and snippets
- Citations — each finding references its source
Tips¶
- Be specific in your research queries — narrower questions yield better results
- Depth 1 is sufficient for fact-checking. Depth 2–3 is for in-depth research
- Research findings can be inserted directly into your notes as block content
- Combine research with AI rewrite/summarize for polished reference notes