Get started
How to use workflows
To use a workflow, call it with its applicable slash command. In the chatbox in the bottom of the Qodo panel, type / followed by the required workflow’s name. For example:Create a new workflow
In order to create a new agent:Steps: Enter natural language instructions for your agent to follow, step-by-step. For example: “1. Review my code changes. 2. Identify potential issues such as anti-patterns, missing error handling, or excessive complexity. 3. Provide a summary of the findings with recommended improvements.”
MCP Tools: From the list, choose which MCP tools the agent should have access to (e.g.,
filesystem, github, shell)./ followed by the workflow’s name.
Sharing and reusing workflows
Qodo makes it easy to collaborate by letting you share and reuse custom workflows across your team. Share button Click the share button in a workflow’s configuration page to share your workflow (click on the menu button on the top right, then choose Share .toml). This allows you to export the workflow’s configurationas a .toml file, so others can easily import and use it in their environment.


.toml file to import an existing workflow into Qodo. Learn more about agent .toml file.
This makes it simple to standardize useful tools across your organization, or share helpful setups with teammates.