Supported platforms: GitHub, GitLab, Bitbucket (Not supported on Bitbucket Data Center), Azure DevOps.
What is a wiki?
Set configurations by creating a page called.pr_agent.toml in the wiki of the repo.
The advantage of this method is that it allows to set configurations without needing to commit new content to the repository: just edit the wiki page and save.

Benefits of creating a wiki
- Storing your Qodo Git interface configuration file.
- Tracking accepted code suggestions over time.
- Improve your Qodo experience over time by
creating a auto_best_practices.md fileto capture learning and best practices automatically.
How to enable a wiki
GitHub
To initialize the wiki: navigate to
Wiki, select Create the first page, then click Save page.

Azure DevOps
Azure DevOps Wikis are created at the project level, not per repository. Each repository is represented by a wiki sub-page. Step 1: Create a Project Wiki
You should now see a house icon next to the
home page.
Step 2: Create repository sub-pages
Create a sub-page for each repository where Qodo is installed.
You can repeat this step to create additional sub-pages for other repositories in the project.
Step 3: Add Qodo configuration and data files
Under the repository sub-page, create wiki pages for Qodo configuration and related data files.
To add files:
Writing wiki content
We recommend surrounding the configuration content with triple-quotes``` to allow better presentation when displayed as markdown.
Qodo will remove the surrounding quotes when reading the configuration content.