This document proposes a new hybrid algorithm called AC Tree (AprioriCOFI tree) for efficiently mining association rules from large datasets at multiple concept levels. The AC Tree algorithm combines aspects of the Apriori, FP-Tree, and COFI Tree algorithms. It first uses Apriori to identify frequent 1-itemsets, then constructs an FP Tree header table and builds smaller trees for each frequent item to mine patterns at different levels. Experimental results on a 20 Newsgroups dataset show that AC Tree outperforms Apriori, FP-Tree, and APFT algorithms by discovering more interesting patterns faster.