DocsResearchQuickstart

Your first research run.

From sign-in to a finished report in a few minutes. This walkthrough covers the web UI path: ask a question, watch the pipeline unfold, read the report, save sources to your library, and export citations in the format you need.

§ 01Sign up & sign in

Create an account at essarion.com and verify your email. Once verified, sign in to the workspace. ResearchAnything is available from the main navigation alongside Agents and the rest of the platform.

If you've been issued an API key already (an esk_ prefix), you can also drive ResearchAnything from the API — but for a first run, the web UI is the fastest path.

NoteDaily research runs are subject to a per-plan limit. The UI shows your remaining runs in the workspace header. If you hit the cap, the start endpoint will return a clear quota error.

§ 02Run a query

Open ResearchAnything and type a question into the prompt. Treat it like a brief, not a search box. Specific, well-scoped questions produce better reports than broad ones.

What a good prompt looks like

Submit the run

Hit Run. The UI will switch to the live run view and start streaming events as the pipeline executes.

§ 03Watch the run unfold

The run view is a vertical timeline of phases, each one expanding as it runs and collapsing when complete. You'll see, in order:

Each phase emits reasoning and structured output that you can expand inline. There is no hidden state — what you see is what was persisted.

TipIf you close the tab mid-run, the pipeline keeps going on the server. Re-open the run from your run history and it will pick up live where you left off.

§ 04Read the report

When the run completes, the view switches to the finished report. You'll see:

§ 05Save sources to library

Sources from completed runs are saved automatically and idempotently to your library. You can then re-use them across other runs and projects without re-scraping.

To curate a subset, use the source panel's per-row save toggle, or save the entire run's sources from the run header. Saving twice is safe — the operation deduplicates by URL.

§ 06Export citations

Open the citations panel and pick your format — MLA, APA, Chicago Notes, Chicago Author-Date, IEEE, Harvard, or BibTeX. You can:

For a deeper look at how citations are built and what fields they carry, see Citations.

§ 07Common gotchas

A query that's too broad

If the planner produces sub-queries that look unrelated to what you actually meant, your prompt was probably too broad. Re-run with a tighter version.

Paywalls and bot protection

Some publishers actively block scraping. Those sources will be dropped at the screening phase. The selection rationale will tell you what was excluded and why.

Recency vs authority tension

For fast-moving topics, the freshest material may not be the most authoritative. The composite score balances both, but if you want one or the other to dominate, say so in the prompt.

Daily limits

Hit the daily run cap and the start endpoint will return a quota error. The cap resets at the start of your billing day. Plan-level limits are visible in your account settings.

CautionThe pipeline is durable across most failures, but a query that fails before any source is scraped (e.g. a network outage at the search step) will not produce a partial report. Retry such runs rather than trying to salvage them.