---
title: LlamaClassify Examples | Developer Documentation
description: Collection of examples demonstrating how to use the LlamaClassify for document classification.
---

[Classify Contract Types ](../examples/classify_contract_types)Automatically categorize contracts by type using natural-language rules. Classify documents from the CUAD dataset as co-branding contracts or affiliate agreements.

[Classify with a Saved Configuration ](../examples/classify_with_saved_config)Save reusable classification rules as a configuration and reference them by ID across multiple jobs.

For more detailed examples on how to use the SDK, visit [our python repo](https://github.com/run-llama/llama-cloud-py) or [our typescript repo](https://github.com/run-llama/llama-cloud-ts).
