> ## Documentation Index
> Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-cursor-1782516244-310aa48.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Set up feedback criteria

<Tip>
  **Recommended Reading**

  Before diving into this content, it might be helpful to read the following:

  * [Conceptual guide on tracing and feedback](/langsmith/observability-concepts)
  * [Reference guide on feedback data format](/langsmith/feedback-data-format)
</Tip>

Feedback criteria are represented in the application as feedback tags. For human feedback, you can set up new feedback criteria as continuous feedback or categorical feedback.

<Info>
  You can also manage feedback configs programmatically with the SDK. Refer to [Manage feedback & annotation queues programmatically](/langsmith/annotation-queues-sdk).
</Info>

<Tip>
  For free-form acceptance criteria a reviewer writes per-run (rather than a fixed set of rubric scores), refer to [Use assertions](/langsmith/assertions).
</Tip>

To set up a new feedback criteria, follow [this link](https://smith.langchain.com/settings/workspaces/feedbacks) to view all existing tags for your workspace, then click **New Tag**.

## Continuous feedback

For continuous feedback, you can enter a feedback tag name, then select a minimum and maximum value. Every value, including floating-point numbers, within this range will be accepted as feedback scores.

<img src="https://mintcdn.com/langchain-5e9cc07a-preview-cursor-1782516244-310aa48/iBvYPWfdQmU-4-tp/langsmith/images/cont-feedback.png?fit=max&auto=format&n=iBvYPWfdQmU-4-tp&q=85&s=42505840332a2e42af08b9891344bf18" alt="Cont feedback" width="350" height="529" data-path="langsmith/images/cont-feedback.png" />

## Categorical feedback

For categorical feedback, you can enter a feedback tag name, then add a list of categories, each category mapping to a score. When you provide feedback, you can select one of these categories as the feedback score.
Both the category label and the score will be logged as feedback in `value` and `score` fields, respectively.

<img src="https://mintcdn.com/langchain-5e9cc07a-preview-cursor-1782516244-310aa48/iBvYPWfdQmU-4-tp/langsmith/images/cat-feedback.png?fit=max&auto=format&n=iBvYPWfdQmU-4-tp&q=85&s=df31521d13f630dc98215482db54198f" alt="Cat feedback" width="470" height="465" data-path="langsmith/images/cat-feedback.png" />

***

<div className="source-links">
  <Callout icon="terminal-2">
    [Connect these docs](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
  </Callout>

  <Callout icon="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/langsmith/set-up-feedback-criteria.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>
</div>
