T6 GPT is an AI integration tool that enables task automation and data analysis within the T6 environment. It offers features such as assisted documentation, strategic analyses, and commands that can be executed directly in the product. T6 GPT simplifies interaction with the product through an intuitive chat interface, optimizing workflows and decision-making processes.
Among the prerequisites for using T6 GPT are the preview feature and the group features:
For T6 GPT management, the user must be part of a group with Administrator Features that includes the Manage T6 GPT functionality enabled. This allows the user to manage prompts, creating, editing, and deleting them as needed.
For using T6 GPT, the user must be part of a group with Planner Features that includes the Access T6 GPT functionality enabled.
T6 GPT enablement in on-premises environments is available starting from version 12.0.
To enable T6 GPT in on-premises environments, follow these steps:
Navigate to the folder where T6Enterprise is saved. Locate the
appsettings.json
file and open it using a text editor. Add the following line:"KernelHubUrl": "https://dev-tai.tech6cloud.com/kernelhub"
;
{
"connectionString": "Data Source=DUGONGO;Initial Catalog=T6;Trusted_Connection=false;Persist Security Info=True;User ID=databaseUser;Password=databasePassword",
"LoggerLevel": "6",
"LoggerInternal": "false",
"KernelHubUrl":"http://localhost:7700/kernelhub"
}
We can interact with T6 GPT using natural language, making requests as needed. For example, in the following image, we have a form open, and we will use T6 GPT to assist with analyzing the data from this form:
To use T6 GPT, follow these steps:
Whenever a system prompt refers to "Current Data," an object must be open in T6 for T6 GPT to execute the prompt accurately. Some prompts will only be displayed if an object is open.
If the selected prompt requires a parameter, it will be highlighted in the text input field, enclosed in brackets: "[Example]". Interaction with T6 GPT will only be possible after entering the required parameter.
You can also ask T6 GPT using voice. To do this, click on the
, hold it down, and say your request. Release the button when you finish speaking, and the spoken message will be transcribed to T6 GPT.
T6 GPT responses are generated in RTF (Rich Text Format), allowing you to copy the generated content—including text, tables, CSV format—and open it in other applications without losing formatting.
For example: You can copy a response generated as a table and open it in Microsoft Excel, Word, or PowerPoint without losing the format.
Supported file formats include: .txt | .html | .xml | .csv | .md | .pdf | .xlsx | .docx;
To find out what actions can be performed, ask T6 GPT. A suggested prompt:
Based on the uploaded file, how can you assist me?
;
Within the T6 GPT panel, clicking on will display the options History and Prompts.
Clicking on History will show a list of previous conversations with T6 GPT. By selecting a previous conversation, you will return to the context used in that conversation.
Clicking on Prompts will display the list of prompts again, allowing you to select a prompt without leaving the context of the current conversation.
If the user has the Manage T6 GPT feature enabled, it is possible to create new prompts. Follow these steps for prompt creation:
Location |
---|
Form |
Report |
Dashboard |
Data Form |
DataTable |
What-if |
Profitability Analysis |
Dimension Data Load |
Fact Data Load |
Mapping |
Load Parameters |
Data Link |
Load Routines |
Journal Template |
Dimension Relationship |
Workflow Starter |
Workflow Process |
Workflow Role |
Journal |
Dimension |
Hierarchy |
Application |
Formula Group |
Formula |
Report URL |
Report File |
Report Embedded |
Report On-Premises |
Automatic Routine |
Linked List |
File |
Cube Context |
Group |
User |
Role |
Remote Data Load |
Workflow Image |
Image |
Data Load |
You can select items from the list to define when this prompt will be displayed. If an item is selected, the prompt will only be shown when the respective item is open. If no option is selected, the prompt will be available at any time.
Example of a prompt: According to the documentation, how does the [function name] work?
To edit a created prompt, the Manage T6 GPT feature must also be enabled.
Similarly, to delete a created prompt, the Manage T6 GPT feature must also be enabled.
Warning: When clicking the delete button, there will be no confirmation message; the prompt will simply be deleted.