You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/ai.md
+19-49Lines changed: 19 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,21 +41,6 @@ At a high level:
41
41
42
42
This approach allows AI tools to generate answers based on current documentation rather than training data alone.
43
43
44
-
## Privacy and data handling
45
-
46
-
The MCP server is a hosted service.
47
-
48
-
Key points:
49
-
50
-
- It does not run locally.
51
-
- It does not access files in your environment.
52
-
- It does not store personal user information.
53
-
54
-
Queries may be logged for debugging and service improvements.
55
-
56
-
Organizations that require stricter privacy guarantees can request commercial deployment options with no query logging.
57
-
For inquiries: `info@dhtmlx.com`.
58
-
59
44
## Setup
60
45
61
46
Most AI development tools allow adding MCP endpoints through either a CLI command or a JSON configuration file.
@@ -169,56 +154,41 @@ Note that for intensive coding workflows, other MCP-aware tools may be more effi
169
154
170
155
Most modern AI coding tools expose MCP under "Model Context Protocol", "Context Sources", or similar wording in settings. Add `https://docs.dhtmlx.com/mcp` as a custom source.
171
156
157
+
## Privacy and data handling
158
+
159
+
The MCP server is a hosted service.
160
+
161
+
Key points:
162
+
163
+
- It does not run locally.
164
+
- It does not access files in your environment.
165
+
- It does not store personal user information.
166
+
167
+
Queries may be logged for debugging and service improvements.
168
+
169
+
Organizations that require stricter privacy guarantees can request commercial deployment options with no query logging.
170
+
For inquiries: `info@dhtmlx.com`.
171
+
172
172
## Usage tips
173
173
174
174
Once the MCP server is configured, use concrete, task-oriented prompts so the assistant can call the docs effectively.
175
175
176
176
You can copy and test the example prompts given below:
177
177
178
-
~~~
179
-
Using DHTMLX docs, show me how to implement drag and drop in Scheduler.
180
-
~~~
181
-
~~~
182
-
Check DHTMLX MCP for Gantt task editing configuration.
183
-
~~~
184
178
~~~
185
179
How do I add custom validation to DHTMLX Form? Use the docs.
186
180
~~~
187
181
~~~
188
-
In calendar, how can I mark all work days and disable weekends?
189
-
~~~
190
-
~~~
191
-
I want to create a layout with calendar in one cell, and the grid in another.
192
-
~~~
193
-
~~~
194
-
I want to create a grid, with possibility to sort, resize and edit column cells.
195
-
~~~
196
-
~~~
197
-
I want to create two grids with a possibility to drag item rows from one grid to another, but not vice versa.
198
-
~~~
199
-
~~~
200
-
I want to dynamically hide or show grid columns, and want to check if some column is currently shown or hidden.
201
-
~~~
202
-
~~~
203
-
I want to have editable columns with combo editor, text editor and date editor, and editors should open on a single click on any column cell.
204
-
~~~
205
-
~~~
206
-
I have a chart with bar type, how can I also add a line chart above it?
207
-
~~~
208
-
~~~
209
-
I want to create a layout with two lists inside it's cells, list items should be draggable in both directions.
210
-
~~~
211
-
~~~
212
-
Is it possible to attach layout to modal window, and then form and grid or custom html to layout cells?
182
+
I want to create a layout with a calendar in one cell, and a grid in another.
213
183
~~~
214
184
~~~
215
-
I want to create a grid with possibility to sort, resize and edit column cells.
185
+
I want to create a grid with the possibility to sort, resize and edit column cells.
216
186
~~~
217
187
~~~
218
-
I want to create grid and colorize rows on hover, also some cells and rows of the grid should have custom styles.
188
+
I have a chart with the bar type, how can I also add a line chart above it?
219
189
~~~
220
190
~~~
221
-
I modified grid cell and want to revert back these changes.
191
+
I want to create two grids with the possibility to drag item rows from one grid to another, but not vice versa."
222
192
~~~
223
193
224
194
More specific prompts result in more relevant snippets and fewer follow-up questions.
0 commit comments