mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-25 07:27:28 +00:00
* [docs]: Add Marketplace Plugin Anthropic * [docs]: Add Marketplace Plugin Gemini * Update Operations * Update Operation * [docs]: Add Marketplace Plugin Hugging Face * Update Intro Pata * Update Intro Para * Add Model Example and Info on Inference API * Update intro para * Update Model Example * Grammatical Improvements * Grammatical Updates * Grammar * Update example * [docs]: Add Marketplace Plugin Mistral AI * Update models * [docs]: Add Marketplace Plugin Qdrant * Update Models in Beta * Update Models in V3 * [docs]: Add Marketplace Plugin Cohere * [docs]: Add Marketplace OpenAI Embedding * Update model in beta * Update model LTS * [docs]:AI Whitelist info in setups * update: ecs and cloud run * [docs] added chromadb * [docs] updated digital-ocean * [docs] updated k8s * Made changes in the docs for adding chromadb * [dos]: ToolJet AI license update * fix: formatting * fix: formatting * [docs]: Add Chat Component * Update Example and Add Info Box * [docs]: updated pinecone plugin * Update SS * [docs]: ToolJet AI * Update available model link * Fix typo * Add advanced parameters table * [docs] added AI_GATEWAY_URL * [fix] indentation * update: AI credits * fix: typo * Chat Component Properties * update: improved doc * CSA and Replicate to LTS * [docs] updated kubernetes and helm for Chromadb * [docs]: Add Marketplace Plugin Qdrant * [docs]: Add Marketplace Plugin Qdrant * Add Markdown * [docs]: Add Marketplace Plugin Weviate DB * Update qdrant beta * Update qdrant LTS * Update sidebars.js * Update sidebars.js * Update marketplace_overview beta * Update marketplace_overview.md * Update marketplace_overview.md * Update Response * formatting updates * Parameter Definition Updates * Update intro qdrant.md Beta * Update intro qdrant.md LTS * update local host * update: added to beta * fix: fomatting * fix: formatting * fix: doc * fix: review * update pritesh feedback * fix: typo * Mansukha Feedback Updates * Remove required and optional emoji * fix: updates * fix: updates * fix: review * minor update in the markdown docs * fix: plans * update: added screenshots * update: added docs to beta * add minor changes --------- Co-authored-by: Akshat Virmani <akshatvirmani93@gmail.com> Co-authored-by: PriteshKiri <pritesh.d.kiri@gmail.com> Co-authored-by: Souvik <psouvik260@gmail.com> Co-authored-by: Adish M <adish.madhu@gmail.com> Co-authored-by: Pritesh Kiri <77957844+PriteshKiri@users.noreply.github.com> Co-authored-by: Vaishnavi Joshi <vj.codes29@gmail.com> Co-authored-by: Karan Rathod <karan.altcampus@gmail.com>
56 lines
No EOL
2.2 KiB
Markdown
56 lines
No EOL
2.2 KiB
Markdown
---
|
||
id: ai-docs-assistant
|
||
title: AI Docs Assistant
|
||
---
|
||
|
||
The **AI Docs Assistant** 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 the AI Docs Assistant under the **Learn** tab in the Build with AI sidebar. Simply ask a question or describe what you're looking for, and the assistant will provide relevant documentation and insights.
|
||
|
||
<div style={{textAlign: 'center', marginBottom:'15px'}}>
|
||
|
||
<img className="screenshot-full" src="/img/tooljet-ai/doc0.png" alt="tooljet ai doc assistant" />
|
||
|
||
</div>
|
||
|
||
### What You Can Do with the AI Docs Assistant
|
||
- 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:
|
||
|
||
**Prompt**: Can you create a custom schema for a Form component with two input fields for name and phone number, and a dropdown for gender?
|
||
|
||
<div style={{textAlign: 'center', marginBottom:'15px'}}>
|
||
|
||
<img className="screenshot-full" src="/img/tooljet-ai/doc1.png" alt="tooljet ai doc assistant" />
|
||
|
||
</div>
|
||
|
||
|
||
2. Dynamic columns in [Table](/docs/widgets/table/table-properties/) component:
|
||
|
||
**Prompt**: Can you explain dynamic columns in the Table component?
|
||
|
||
<div style={{textAlign: 'center', marginBottom:'15px'}}>
|
||
|
||
<img className="screenshot-full" src="/img/tooljet-ai/doc2.png" alt="tooljet ai doc assistant" />
|
||
|
||
</div>
|
||
|
||
|
||
3. Plotly JSON in [Chart](/docs/widgets/chart/) component:
|
||
|
||
**Prompt**: Can you help me with the structure of the Plotly JSON that I can pass into Chart components?
|
||
|
||
<div style={{textAlign: 'center', marginBottom:'15px'}}>
|
||
|
||
<img className="screenshot-full" src="/img/tooljet-ai/doc3.png" alt="tooljet ai doc assistant" />
|
||
|
||
</div> |