Instant.bot documentation
Instant.botJoin DiscordLoginSign up
  • Introduction
  • Getting started
    • Creating a new agent
  • Customizing your agent settings
  • Modifying instruction prompt
  • Installing tools via packages
  • Managing secrets via API keychain
  • Private tools via custom code
  • Optimizing tool calls
  • Archiving your agent
  • Removing your custom code
  • Specifications
    • Package specification
    • API keychain specification
  • Using your agent
    • On the web
    • Discord
    • Slack
    • Website embed
    • Developer API
  • Package registry
  • Publishing via command line
  • Publishing via online IDE
  • Browsing and finding packages
  • Archiving packages
  • Resources
    • Instant.bot
    • ibot command line tools
    • Instant API
Powered by GitBook
On this page
  • Chatting via Instant.bot
  • Chat input
  • Chat output
  • Thoughts
  • Tool calls
  • Attachments
  • Clearing chat history

Was this helpful?

Edit on GitHub
  1. Using your agent

On the web

Use your agent from the Instant.bot website

PreviousAPI keychain specificationNextDiscord

Last updated 21 days ago

Was this helpful?

Chatting via Instant.bot

You can chat with your agents at any time via .

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

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.

Tool calls

While in beta we are still working on multi-step tool calling. It is not supported in the current build, though parallel tool calling works like a charm.

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 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.

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 .

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 to compensate.

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 .

feedback@instant.bot
modifying your instruction prompt
OpenAI GPT Image Generator
instant.bot/chat
Chatting is easy
See the agent's planning process
Tool calling built into Instant.bot
Expand the tool call information by clicking
Multiple tools can be executed at once
Generate an image and an attachment
Images are display inline