Ask questions in the Console
The Console is RoboSystems' own AI on a graph. Questions use credits from your plan. Claude and ChatGPT do not.
The Console is an AI assistant that runs inside RoboSystems, on the graph you have selected. You type a question in plain language. It reads that graph and answers.
It is the same idea as connecting Claude or ChatGPT, with one difference that matters for billing: questions in the Console use credits, from the graph's monthly allowance or, on the SEC filings, from your repository subscription. A client you connect yourself does not. The reasoning in Claude or ChatGPT happens in that product; RoboSystems only returns data.
When a graph's credits can't cover a question, the Console refuses it until the next monthly refill. MCP tools keep working. See Graphs, tiers and credits.
What it can see
The Console follows the graph you picked. Its examples and the tools it uses change with it:
- a RoboLedger graph: books, statements and close status
- a RoboInvestor graph: portfolios, positions, received reports
- the SEC filings repository: public-company statements and filing text
- a generic graph you modeled yourself: schema and Cypher
It reads; it does not write. Posting entries or closing a period happens through your AI assistant or the RoboLedger app.
When it queries the graph, it shows the Generated Cypher so you can check the answer, and Run it again. Results can be downloaded as CSV or copied as JSON.
Commands
Commands start with a slash. They don't use credits.
/queryruns a Cypher query you write yourself./searchsearches the graph's documents./recallsearches the graph's memories, on graphs that have them./examplesshows example queries for this graph./mcpshows this graph's connector address and the setup for common clients./mcp keymakes an API key scoped to this graph, for clients that take a key instead of a sign-in./helplists them all.
The full setup for Claude, ChatGPT, Cursor and API keys is in Connect Claude, ChatGPT or any MCP client.
Try asking
- "Which graph am I on, and what's in it?"
- "Show me the schema, then a few example queries."
- On a ledger graph: "What's blocking the next close?"
- On the SEC graph: "Income statement for NVDA for the last three fiscal years."