> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xpertai.cn/llms.txt
> Use this file to discover all available pages before exploring further.

# Trino

> Trino查询引擎连接配置

## Create a data source

Click **New Data Source** in the data source management interface, select **Trino** as the type, and fill in the following details:

| Attributes      | English             | Description                                                                                                          |
| --------------- | ------------------- | -------------------------------------------------------------------------------------------------------------------- |
| Name            | **Name**            | Data source name, keep it unique                                                                                     |
| Use Local Agent | **Use Local Agent** | Whether to use the local agent to connect to the data source, otherwise use the server to connect to the data source |
| Host            | **Host**            | Host address domain name or IP                                                                                       |
| Port number     | **Port**            | Service port number                                                                                                  |
| Path            | **Path**            | Service path                                                                                                         |
| User name       | **User Name**       | Account used to connect to the data source                                                                           |
| Password        | **Password**        | Account and password used to connect to the data source                                                              |
| Catalog         | **Catalog**         | Refer to the official document [Trino Catalog](https://trino.io/docs/current/overview/concepts.html#catalog)         |
| Schema          | **Schema**          | Refer to the official document [Trino Schema](https://trino.io/docs/current/overview/concepts.html#schema)           |

Click Save, creation is successful.
