> For the complete documentation index, see [llms.txt](https://primer.ought.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://primer.ought.org/chapters/verifiers.md).

# Verifiers

It’s often easier to tell whether a solution is correct than to come up with it. We can use this to improve the quality of responses. As a first step, let’s use it to check the quality of responses. We’ll try two versions:

1. Just ask the model: [Is this solution correct?](/chapters/verifiers/checking-answers.md)
2. Given a list of reasoning steps, ask the model: [For each step, is it correct?](/chapters/verifiers/checking-reasoning-steps.md)
