ToolJet/docs/versioned_docs/version-3.16.0-LTS/build-with-ai/ai-docs-assitant.md

31 lines
2.1 KiB
Markdown
Raw Normal View History

2025-08-04 06:49:49 +00:00
---
id: ai-docs-assistant
2025-09-18 06:35:25 +00:00
title: Learn with AI
2025-08-04 06:49:49 +00:00
---
2025-09-18 06:35:25 +00:00
The **Learn with AI** is an intelligent assistant designed to help you navigate ToolJets 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.
2025-08-04 06:49:49 +00:00
2025-09-20 10:18:16 +00:00
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.
2025-08-04 06:49:49 +00:00
2025-09-18 06:35:25 +00:00
<img className="screenshot-full img-full" src="/img/tooljet-ai/learn-with-ai/dropdown.png" alt="tooljet ai doc assistant" />
2025-08-04 06:49:49 +00:00
2025-09-18 06:35:25 +00:00
### What You Can Do with Learn with AI
2025-08-04 06:49:49 +00:00
- 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
2025-09-04 07:22:07 +00:00
1. Custom Schema in [Form](/docs/widgets/form/) component: <br/>
2025-09-19 05:03:40 +00:00
**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" />
2025-09-04 07:22:07 +00:00
2. Dynamic columns in [Table](/docs/widgets/table/table-properties/) component: <br/>
2025-09-19 05:03:40 +00:00
**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" />
2025-09-04 07:22:07 +00:00
3. Plotly JSON in [Chart](/docs/widgets/chart/) component: <br/>
2025-09-19 05:03:40 +00:00
**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" />