Skip to content
Home

Getting started

Learn how to create your first AI agent in PicoBot.

Go to your workspace and open the Agents page from the main sidebar. Click the + New Agent button.

Enter a name for your Agent, optionally provide a short description, and click Create agent.

Once your Agent is created, it’s time to configure its behavior. From your agent’s top navigation menu, click Settings.

Here you can configure the core AI properties:

  • AI Model: Choose the underlying LLM that powers your agent (e.g., Z.AI GLM 5, DeepSeek V4, or OpenRouter).
  • Temperature: Controls the randomness of the agent’s responses. A lower temperature (e.g., 0.1) makes outputs more focused and deterministic, whereas a higher temperature makes responses more diverse and conversational.
  • System Prompt: Define the agent’s role, goals, guardrails, and tone of voice. Give it specific instructions on how it should handle user queries and when it should trigger actions.

The Knowledge Base is where you upload the proprietary information your Agent uses to generate accurate responses.

Click the Knowledge Base tab in the top navigation. To add data, click Add Knowledge. You can input website URLs for PicoBot to crawl, or upload documents directly (PDF, DOCX, CSV, TXT).

When a user asks a question, the Agent securely queries this knowledge base and generates a response based exclusively on your company’s data.

Actions unlock the true autonomous power of AI Agents. Instead of only generating text replies, the Agent can actively carry out tasks during a conversation.

This might involve saving potential leads natively in PicoBot, displaying Cal.com booking widgets, interacting with external APIs via HTTP Webhooks, or escalating to a human agent.

  1. Click the Actions tab.
  2. Click Create Action.
  3. Select the type of action you want to create (e.g., Lead Form, Cal.com Booking, Buttons, or HTTP Request).
  4. Configure the required parameters and click Save.

To learn more about each specific action, check out the Actions documentation.

You should always test your AI Agent before publishing it to your live website.

Click the Playground tab in the navigation menu. This is your private sandbox to experiment with your Agent in real time. You can chat with the Agent to see exactly how your System Prompt, Knowledge Base, and configured Actions affect its behavior.

Once you’ve built and tested your AI Agent, it’s time to deploy it to your website!

Click the Install tab. PicoBot will generate a simple <script> tag snippet. Just copy this code and paste it into the <head> section of your website (WordPress, Webflow, Shopify, custom code, etc.). Your intelligent agent will immediately appear on your site and start helping your users.