mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 23:17:38 +00:00
31 lines
No EOL
2.1 KiB
Markdown
31 lines
No EOL
2.1 KiB
Markdown
---
|
||
id: ai-docs-assistant
|
||
title: Learn with AI
|
||
---
|
||
|
||
The **Learn with AI** is an intelligent assistant designed to help you navigate ToolJet’s documentation with ease. Whether you need quick answers, step-by-step guides, or concept explanations, this assistant provides instant support by summarizing docs, troubleshooting issues, and guiding you through best practices.
|
||
|
||
You can access this feature by selecting **Learn** from the dropdown on the AI chat. Simply ask a question or describe what you're looking for, and the assistant will provide relevant documentation and insights.
|
||
|
||
<img className="screenshot-full img-full" src="/img/tooljet-ai/learn-with-ai/dropdown.png" alt="tooljet ai doc assistant" />
|
||
|
||
### What You Can Do with Learn with AI
|
||
|
||
- Get guidance on setting up workspaces, managing users, and configuring roles.
|
||
- Quickly understand complex topics with clear, actionable steps
|
||
- Find answers to common questions and resolve issues efficiently.
|
||
- Explore how to connect databases, APIs, and external tools.
|
||
- Discover best practices for securing your applications.
|
||
- Get up to speed with key functionalities and platform best practices.
|
||
|
||
### Examples
|
||
|
||
1. Custom Schema in [Form](/docs/widgets/form/) component: <br/>
|
||
**Prompt**: Can you create a custom schema for a Form component with two input fields for name, phone number, and a dropdown for gender? <br/>
|
||
<img className="screenshot-full img-s" style={{ marginTop: '15px' }} src="/img/tooljet-ai/learn-with-ai/form.png" alt="tooljet ai doc assistant" />
|
||
2. Dynamic columns in [Table](/docs/widgets/table/table-properties/) component: <br/>
|
||
**Prompt**: Can you explain dynamic columns in the Table component? <br/>
|
||
<img className="screenshot-full img-s" style={{ marginTop: '15px' }} src="/img/tooljet-ai/learn-with-ai/table.png" alt="tooljet ai doc assistant" />
|
||
3. Plotly JSON in [Chart](/docs/widgets/chart/) component: <br/>
|
||
**Prompt**: Can you help me with the structure of the Plotly JSON that I can pass into Chart components? <br/>
|
||
<img className="screenshot-full img-s" style={{ marginTop: '15px' }} src="/img/tooljet-ai/learn-with-ai/chart.png" alt="tooljet ai doc assistant" /> |