HelpFeatures & API

Customizing Agents

Agents can be tailored via:

  • Tools – add custom functions (e.g., database queries, external API calls). Define them in
    Snippet
    src/agents/custom-tools.ts
    and register in the agent config.
  • Prompt Templates – modify system prompts in the agent's Prompt tab to change behavior.
  • Memory – configure short‑term or long‑term memory stores via the Memory settings.
  • Fine‑tuning – upload a dataset and request a fine‑tuned model (Enterprise only).

After changes, re‑deploy the agent from the dashboard.

Was this article helpful?
Return to Dashboard