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
  • What is an instruction prompt?
  • Modifying your agent's instruction prompt
  • Tips for writing instruction prompts
  • Reusing old instruction prompts

Was this helpful?

Edit on GitHub

Modifying instruction prompt

PreviousCustomizing your agent settingsNextInstalling tools via packages

Last updated 22 days ago

Was this helpful?

What is an instruction prompt?

In AI, a prompt is a piece of text, a question, or a command that you provide to an AI model to generate a response or perform a task. It's essentially the input that guides the AI to produce the desired output.

— Google Gemini, reflecting on its own control mechanisms

Your instruction prompt contains instructions you expect your agent to follow through the course of conversation. Depending on the AI provider you're using, it is often referred to as a system prompt or a developer prompt. The reason we call ours an instruction prompt is to differentiate it a little bit: we have our own, much larger, system prompt that we feed to our systems. Your instruction prompt helps guide your agent's output in the context of our larger system prompt.

Modifying your agent's instruction prompt

To modify your agent's instruction prompt, visit the Settings tab when viewing your agent. It's at the top right of the window with a cog icon. In mobile view this will just be a cog icon.

From here you can modify your instruction prompt by double-clicking on the prompt, or single-clicking the edit icon beside the prompt.

Once you are finished modifying your instruction prompt, you can save by click the edit button, which should now appear as a checkmark, or simply by clicking away from the prompt.

Tips for writing instruction prompts

  • Be specific, models respond well to very specific guidance

  • Your instruction prompt is used on every generation, remember that

  • Agents tend to respond well to markdown and lists

  • If you want your agent to adhere to strict formats and response types, use examples like so:

User:
I love broccoli!
Calorie bot:
A single broccoli floret has about 10 calories.

Reusing old instruction prompts

We currently keep a log of all previously used prompts for your agent, however this is not exposed to end users. If you think a change log or diff would be a valuable feature please reach out to and let us know!

feedback@instant.bot
Find the settings icon, at the top right of your window
Double-click or click the edit button to modify