# Examples This section provides practical examples of using BRAID-DSPy. ```{toctree} :maxdepth: 2 basic_usage gsm8k optimization ``` ## Basic Usage Learn how to use BRAID-DSPy for basic reasoning tasks. ```{include} basic_usage.md ``` ## GSM8K Benchmark See how BRAID-DSPy performs on GSM8K math problems. ```{include} gsm8k.md ``` ## Optimization Learn how to optimize BRAID modules for better performance. ```{include} optimization.md ```