Using Falcon AI
Open Falcon AI from any page, ask questions, upload files, and get streaming responses with tool calls and completion cards.
About
Falcon AI runs as a chat interface inside the Future AGI dashboard. It can be opened as a sidebar from any page or as a full-page view for longer conversations. The sidebar stays open while you navigate between pages, so context is never lost. Conversations save automatically and can be resumed later.
Falcon AI automatically detects what page you are on and uses it as context. Ask “why is this score low?” while viewing an evaluation, and it knows which evaluation you mean. It can also fetch content from URLs you paste, extract text from uploaded files, and stream responses with real-time tool execution.
Opening Falcon AI
Press Cmd+K (Mac) or Ctrl+K (Windows/Linux) to open a sidebar overlay on the right side of the dashboard. It stays open as you navigate between pages.

Click Falcon AI in the navigation sidebar to open the full-page view at /dashboard/falcon-ai. A conversation history panel on the left lets you search, rename, and delete past conversations.

Asking questions
Type a question in the input area and press Enter. Falcon AI detects the domain of your request and loads the right tools automatically.

To reference a different page than the one you are on, either navigate there first or specify it in your message:
“On the evaluations page, which model had the highest faithfulness score?”
Adding context
Falcon AI detects page context automatically based on the current dashboard page. You can also attach entities manually by clicking + Add context in the input area. Up to 5 entities can be attached at a time. Context chips appear above the input with an X to remove them.
Quick actions and slash commands
On a new conversation, quick action buttons appear above the input: Analyze with compass, Create custom views, Build a dataset, Create an evaluation, Run simulation for my agent. They disappear after the first message.

Type / at the start of a message to open the command picker. All active skills, both built-in and custom, appear as slash commands. Select one to run its workflow in the current conversation.
File uploads
Click the attachment button or drag files into the input area. Falcon AI extracts text content and uses it as context for your question.
| File type | What happens |
|---|---|
| Text is extracted from all pages | |
| Excel / CSV | Spreadsheet data is converted to text |
| Word (.docx) | Document text is extracted |
| Images (PNG, JPG) | Image is encoded and sent to the model for visual understanding |
| Text / Markdown / JSON | Content is included directly |
Note
Maximum file size is 10 MB per upload.
URL fetching
Paste a URL in your message and Falcon AI automatically fetches its content. This works with:
- Web pages: HTML is cleaned and converted to text
- JSON APIs: Response is formatted as a code block
- GitHub raw files: Content is included as a code block
- Jupyter notebooks: Code and markdown cells are extracted
Up to 3 URLs are fetched in parallel, with a maximum of 50 KB of content per URL.
Following responses
Responses stream token by token with Markdown formatting. When Falcon AI calls platform tools, collapsible cards show each step:
- A spinner while the tool is running
- A checkmark when it completes
- A warning icon if it errors

When a tool creates or modifies a platform entity, a completion card appears with a direct link to the result.
Falcon AI can call multiple tools in parallel when they are independent, and chains them sequentially when one depends on another. A single turn can run up to 50 tool-call iterations.
Stopping a response
Click the Stop button in the input area while Falcon AI is streaming. The current tool execution is cancelled and the response ends at whatever has been generated so far.
Conversation history
Click the history (clock) button at the top of the sidebar to see past conversations.
The left panel shows all conversations with search. Right-click a conversation to rename or delete it.

Conversations persist across sessions. If you close the browser and come back, your full history is available.
Reconnection
If your connection drops mid-response, Falcon AI automatically replays missed events when you reconnect so you see the complete response.
Rate limits
Falcon AI allows 10 messages per 60 seconds per user. If you hit the limit, wait briefly before sending the next message.