Skip to main content
Orizon QA supports three ways to provide source code for analysis. You can switch between them at any time from the Analyze page — your last-used method is remembered automatically.

Paste code

The simplest way to get started. Copy any source code and paste it directly into the editor on the Analyze page.When to use this method:
  • Quick analysis of an isolated function or module
  • Code that isn’t in a repository
  • Trying out Orizon QA for the first time
1

Open the Analyze page

Navigate to Analyze in the sidebar and select the Paste tab.
2

Paste your code

Paste your source code into the editor. The editor accepts any plain-text source code.
3

Choose a goal and analyze

Select your analysis goal and click Analyze.
Input longer than 100,000 characters is truncated before it reaches the AI. For large codebases, use the GitHub or file upload methods instead.