> For the complete documentation index, see [llms.txt](https://docs.layerlens.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layerlens.ai/more-in-this-section-4/per-feature-tolerances.md).

# Per-feature quality tolerances

Guide — set per-feature quality tolerances.

Not every feature has the same bar. Configure tolerance per evaluation space:

```python
client.spaces.update(space_id="critical-feature", tolerance=0.005) # 0.5%
client.spaces.update(space_id="experimental-feature", tolerance=0.05) # 5%
```

## See also

* [Workflow: Govern](/6.-build-wire-your-code/workflow.md)
