On the web
Use your agent from the Instant.bot website
Chatting via Instant.bot
You can chat with your agents at any time via instant.bot/chat.

When in desktop mode, simply write your agent a message and hit enter! To add multiple newlines from the desktop, use [shift]+[enter]
. In mobile mode you need to press the send arrow to send a message — you can write multiple lines without sending the message automatically.
Chat input
While in beta, only text input to agents is currently supported. We're working to add multiple modalities and will keep you posted! Please send any feedback here to [email protected].
Chat output
Thoughts
Your agent will spend a little bit of time thinking before sending each response. This step is a planning step based on memory and tool context. The thinking step helps make sure the agent is responding appropriately and making any tool calls it feels is necessary. You can expand upon the agent's thoughts at any time by clicking the Thought for ...
button.

Typically you'll see a [Memory] and [Functions] setting which shows you how your agent is processing things you've said previously and any tools it may want to call. You can use these thoughts to help debug: if your agent is a little over-eager to execute certain tools, try modifying your instruction prompt to compensate.
Tool calls
If your agent needs to call any tools, you'll see a separate [ Tool call > ] button for each tool it's calling. There will be a success or failure indicator to the left (success is a checkmark).

At any point during the tool call you can inspect it by clicking on it: while processing it will show arguments, and when complete you'll see the full JSON response.

You can also execute multiple tool calls in parallel.

Attachments
If the expected result of a tool call is of type buffer
(see Package specification for more details) while the tool is executing attachments (square boxes) will automatically appear on the screen. An example is the OpenAI GPT Image Generator.

If the result of the tool call has a Content-Type: image/*
header then the image will automatically be loaded in the chat as an attachment once complete.

Clearing chat history
To erase your current chat history, just type !forget
at any time, like so:
!forget
And your conversation history will be cleared.
Last updated
Was this helpful?