# AI Functions

## Content

DsExcel.NET supports the following AI functions. Please note that before using these AI functions, you need to configure the AI features of DsExcel.NET according to the [AI Assistant](/document-solutions/dot-net-excel-api/docs/online/Features/ai-assistant) documentation.

| Function Name | Descriptions |
| ------------- | ------------ |
| [AI.QUERY](/document-solutions/dot-net-excel-api/docs/online/Features/ai-assistant/ai-functions/aiquery) | This function allows users to submit queries to an AI model for intelligent data processing and analysis. This function is particularly useful for scenarios requiring AI-enhanced transformations or insights based on existing data. |
| [AI.TRANSLATE](/document-solutions/dot-net-excel-api/docs/online/Features/ai-assistant/ai-functions/aitranslate) | This function enables translation of specified content into a target language. Powered by AI technology, it provides fast and accurate multilingual text conversion, ideal for international data processing, report translation, and similar scenarios. |
| [AI.TEXTSENTIMENT](/document-solutions/dot-net-excel-api/docs/online/Features/ai-assistant/ai-functions/aitextsentiment) | This function analyzes the sentiment of text in cells and returns **​Positive​**​, ​**​Negative​**​, or **​Neutral​**​ results. |
