Docs.
The manual, but readable.
How to use askFinz well, for the people who want to go deeper.
Everything you need to use askFinz, in one searchable place.
Docs covers every askFinz product — getting-started guides, full API references, copy-and-paste recipes, and a changelog that tells you exactly what changed and when. One search box reaches all of it.
One search box covers every guide, API reference, recipe and changelog entry across all products. Results appear instantly — page title, section heading and a snippet, so you land in the right place the first time.
Every guide follows the same shape: goal, steps, something you can copy. The getting-started paths are short. The deep dives are skimmable. You can follow the TOC or drop straight into the section you need.
Every API call, SDK snippet and recipe ships with a working example. Copy it, paste it, swap in your token. Code blocks show the language, the expected response and any common error cases alongside.
Chat, Code, Research, Travel, Workflow and every other workspace share a single doc tree. Switch sections without losing your place. The breadcrumb always tells you where you are and how to get back.
One token, one quota, every product. The authentication section covers the shared account token that works across all workspaces — there is no per-product key to manage.
Search, browse, copy — in motion.
A scripted walk-through — the search box opens, results appear, pages swap between a guide, an API reference and a recipe. The live site lives at docs.askfinz.ai.
Overview
askFinz exposes a single multi-LLM agent surface across nine product workspaces. The REST API is provider-agnostic — pick a model, send a prompt, stream the response. Authentication is per-account; rate limits are documented per route.
Your first call
curl https://api.askfinz.ai/v1/chat \
-H "Authorization: Bearer $ASKFINZ_TOKEN" \
-d '{"model":"frontier-fast","prompt":"Hello"}'stream: true to receive server-sent events instead of a single JSON response.Where Docs runs.
One account, many surfaces. Docs is reachable from the surfaces lit below. Sign in once, pick up where you left off — your threads, files and history follow you across every surface.
A guided documentation workspace will let everyone on the platform go deeper on any feature through clear walk-throughs, practical recipes and tips for asking better questions. It is on the roadmap and will be available to all users when it ships.
Read the guide: askFinz documentation and how-to guidesSee also — other tool workspaces.
Docs shares one login, one memory and one model layer with every other workspace under askfinz.ai.
Browse the rest of the catalog at /apps.
Request access