Creating an Agent
Learn how to create an AI agent for your application in Docana to automate tasks and provide intelligent assistance.
Give Agents Website Access
Let agents browse specific sites, including ones behind a login, with stored credentials.
Testing Agents
Write test cases for your agents and catch problems before your users do.
Test Agents in CI
Run agent evals in CI to catch regressions and check changes before publishing.
Conversation Insights
Turn every agent conversation into a summary and structured data you can chart.
A/B Testing
Compare a published agent with a pinned candidate on live conversations, then decide what to publish.
Routines
Run agents on a schedule, on document changes, or from an API call.
Run Agents from Your Systems
Execute an agent from your backend with one API call, and poll for the result.
Organize Agent Projects
Keep agents in git with a project manifest. Review, test, and deploy them like code.
JavaScript Node
Transform workflow data with code: exact math, parsing, and formatting without spending an LLM call.
Google Search Grounding
Let an instructions node search Google while it runs, and hand the sources it found to the rest of the workflow.