The document presents a new method for extracting keyphrases from Arabic documents using a suffix tree data structure. The method first cleans documents by removing stop words and special characters. It then generates a suffix tree document model to represent documents as sequences of words. Nodes in the suffix tree are scored based on factors like phrase length and term frequency-inverse document frequency. Highly scored nodes that are 1-3 words are selected as keyphrases. The keyphrases are used instead of full text for clustering Arabic documents with hierarchical clustering algorithms and various similarity measures. Experimental results showed the keyphrase extraction approach improved the quality of document clustering.