@adminide-stack/yantra-help-browser 12.0.16-alpha.20 → 12.0.16-alpha.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/HelpCenterFooter.d.ts.map +1 -1
- package/lib/components/HelpCenterFooter.js +93 -73
- package/lib/components/HelpCenterFooter.js.map +1 -1
- package/lib/components/HelpCenterHeader.d.ts.map +1 -1
- package/lib/components/HelpCenterHeader.js +57 -12
- package/lib/components/HelpCenterHeader.js.map +1 -1
- package/lib/components/SearchBar.js +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +2 -0
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js +135 -50
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.d.ts +10 -0
- package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.js +211 -1
- package/lib/pages/HelpCenter/components/Icons.js.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.js +17 -23
- package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -1
- package/lib/pages/HelpCenter/index.d.ts.map +1 -1
- package/lib/pages/HelpCenter/index.js +105 -30
- package/lib/pages/HelpCenter/index.js.map +1 -1
- package/lib/pages/HelpCenter/mockData.d.ts.map +1 -1
- package/lib/pages/HelpCenter/mockData.js +14 -6
- package/lib/pages/HelpCenter/mockData.js.map +1 -1
- package/lib/templates/content/ai-employees/ai-employees-overview.md +97 -0
- package/lib/templates/content/ai-employees/getting-started-ai-employees.md +119 -0
- package/lib/templates/content/ai-employees/how-ai-employees-work.md +123 -0
- package/lib/templates/content/ai-employees/supervised-mode.md +141 -0
- package/lib/templates/content/content-manifest.json +2082 -93
- package/lib/templates/content/integrations/crm-integrations.md +130 -0
- package/lib/templates/content/integrations/github-integration.md +95 -0
- package/lib/templates/content/integrations/integrations-overview.md +142 -0
- package/lib/templates/content/integrations/monitoring-integrations.md +109 -0
- package/lib/templates/content/integrations/productivity-integrations.md +129 -0
- package/lib/templates/content/integrations/slack-integration.md +79 -0
- package/lib/templates/content/openclaw/openclaw-architecture.md +202 -0
- package/lib/templates/content/openclaw/openclaw-contribution.md +107 -0
- package/lib/templates/content/openclaw/openclaw-overview.md +152 -0
- package/lib/templates/content/platform-features/always-watching.md +63 -0
- package/lib/templates/content/platform-features/instant-context.md +67 -0
- package/lib/templates/content/platform-features/instant-onboarding.md +80 -0
- package/lib/templates/content/platform-features/platform-overview.md +58 -0
- package/lib/templates/content/platform-features/proactive-alerts.md +88 -0
- package/lib/templates/content/platform-features/smart-escalation.md +93 -0
- package/lib/templates/content/security-compliance/audit-trail.md +112 -0
- package/lib/templates/content/security-compliance/compliance.md +120 -0
- package/lib/templates/content/security-compliance/data-encryption.md +94 -0
- package/lib/templates/content/security-compliance/security-overview.md +186 -0
- package/lib/templates/content/security-compliance/vm-isolation.md +126 -0
- package/lib/templates/content/solutions-engineering/bug-tracking-context.md +126 -0
- package/lib/templates/content/solutions-engineering/engineering-overview.md +107 -0
- package/lib/templates/content/solutions-engineering/error-monitoring.md +120 -0
- package/lib/templates/content/solutions-engineering/institutional-memory.md +120 -0
- package/lib/templates/content/solutions-marketing/brand-monitoring.md +135 -0
- package/lib/templates/content/solutions-marketing/content-automation.md +111 -0
- package/lib/templates/content/solutions-marketing/marketing-overview.md +108 -0
- package/lib/templates/content/solutions-marketing/social-media-management.md +108 -0
- package/lib/templates/content/solutions-sales/call-preparation.md +106 -0
- package/lib/templates/content/solutions-sales/crm-automation.md +119 -0
- package/lib/templates/content/solutions-sales/lead-management.md +108 -0
- package/lib/templates/content/solutions-sales/sales-overview.md +120 -0
- package/lib/templates/content/use-cases/engineering-use-cases.md +123 -0
- package/lib/templates/content/use-cases/marketing-use-cases.md +128 -0
- package/lib/templates/content/use-cases/sales-use-cases.md +123 -0
- package/lib/templates/content/use-cases/support-use-cases.md +120 -0
- package/lib/templates/content/use-cases/use-cases-overview.md +115 -0
- package/package.json +2 -2
- package/lib/pages/HelpCenter/components/BookStack.js +0 -36
- package/lib/pages/HelpCenter/components/BookStack.js.map +0 -1
|
@@ -60,6 +60,62 @@
|
|
|
60
60
|
"updatedAt": "Recently",
|
|
61
61
|
"frontmatter": {}
|
|
62
62
|
},
|
|
63
|
+
{
|
|
64
|
+
"contentId": "ai-employees-ai-employees-overview",
|
|
65
|
+
"slug": "ai-employees-overview",
|
|
66
|
+
"filePath": "/content/ai-employees/ai-employees-overview.md",
|
|
67
|
+
"relativePath": "ai-employees/ai-employees-overview.md",
|
|
68
|
+
"categoryId": "ai-employees",
|
|
69
|
+
"title": "AI Employees Overview",
|
|
70
|
+
"description": "",
|
|
71
|
+
"author": "Documentation",
|
|
72
|
+
"updatedAt": "Recently",
|
|
73
|
+
"frontmatter": {
|
|
74
|
+
"title": "AI Employees Overview"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"contentId": "ai-employees-getting-started-ai-employees",
|
|
79
|
+
"slug": "getting-started-ai-employees",
|
|
80
|
+
"filePath": "/content/ai-employees/getting-started-ai-employees.md",
|
|
81
|
+
"relativePath": "ai-employees/getting-started-ai-employees.md",
|
|
82
|
+
"categoryId": "ai-employees",
|
|
83
|
+
"title": "Getting Started with AI Employees",
|
|
84
|
+
"description": "",
|
|
85
|
+
"author": "Documentation",
|
|
86
|
+
"updatedAt": "Recently",
|
|
87
|
+
"frontmatter": {
|
|
88
|
+
"title": "Getting Started with AI Employees"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"contentId": "ai-employees-how-ai-employees-work",
|
|
93
|
+
"slug": "how-ai-employees-work",
|
|
94
|
+
"filePath": "/content/ai-employees/how-ai-employees-work.md",
|
|
95
|
+
"relativePath": "ai-employees/how-ai-employees-work.md",
|
|
96
|
+
"categoryId": "ai-employees",
|
|
97
|
+
"title": "How AI Employees Work",
|
|
98
|
+
"description": "",
|
|
99
|
+
"author": "Documentation",
|
|
100
|
+
"updatedAt": "Recently",
|
|
101
|
+
"frontmatter": {
|
|
102
|
+
"title": "How AI Employees Work"
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"contentId": "ai-employees-supervised-mode",
|
|
107
|
+
"slug": "supervised-mode",
|
|
108
|
+
"filePath": "/content/ai-employees/supervised-mode.md",
|
|
109
|
+
"relativePath": "ai-employees/supervised-mode.md",
|
|
110
|
+
"categoryId": "ai-employees",
|
|
111
|
+
"title": "AI Employee Supervised Mode",
|
|
112
|
+
"description": "",
|
|
113
|
+
"author": "Documentation",
|
|
114
|
+
"updatedAt": "Recently",
|
|
115
|
+
"frontmatter": {
|
|
116
|
+
"title": "AI Employee Supervised Mode"
|
|
117
|
+
}
|
|
118
|
+
},
|
|
63
119
|
{
|
|
64
120
|
"contentId": "data-privacy-data-collection",
|
|
65
121
|
"slug": "data-collection",
|
|
@@ -144,6 +200,188 @@
|
|
|
144
200
|
"updatedAt": "Recently",
|
|
145
201
|
"frontmatter": {}
|
|
146
202
|
},
|
|
203
|
+
{
|
|
204
|
+
"contentId": "integrations-crm-integrations",
|
|
205
|
+
"slug": "crm-integrations",
|
|
206
|
+
"filePath": "/content/integrations/crm-integrations.md",
|
|
207
|
+
"relativePath": "integrations/crm-integrations.md",
|
|
208
|
+
"categoryId": "integrations",
|
|
209
|
+
"title": "CRM Integrations",
|
|
210
|
+
"description": "",
|
|
211
|
+
"author": "Documentation",
|
|
212
|
+
"updatedAt": "Recently",
|
|
213
|
+
"frontmatter": {
|
|
214
|
+
"title": "CRM Integrations"
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"contentId": "integrations-github-integration",
|
|
219
|
+
"slug": "github-integration",
|
|
220
|
+
"filePath": "/content/integrations/github-integration.md",
|
|
221
|
+
"relativePath": "integrations/github-integration.md",
|
|
222
|
+
"categoryId": "integrations",
|
|
223
|
+
"title": "Github Integration",
|
|
224
|
+
"description": "",
|
|
225
|
+
"author": "Documentation",
|
|
226
|
+
"updatedAt": "Recently",
|
|
227
|
+
"frontmatter": {}
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"contentId": "integrations-integrations-overview",
|
|
231
|
+
"slug": "integrations-overview",
|
|
232
|
+
"filePath": "/content/integrations/integrations-overview.md",
|
|
233
|
+
"relativePath": "integrations/integrations-overview.md",
|
|
234
|
+
"categoryId": "integrations",
|
|
235
|
+
"title": "Integrations Overview",
|
|
236
|
+
"description": "",
|
|
237
|
+
"author": "Documentation",
|
|
238
|
+
"updatedAt": "Recently",
|
|
239
|
+
"frontmatter": {}
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"contentId": "integrations-monitoring-integrations",
|
|
243
|
+
"slug": "monitoring-integrations",
|
|
244
|
+
"filePath": "/content/integrations/monitoring-integrations.md",
|
|
245
|
+
"relativePath": "integrations/monitoring-integrations.md",
|
|
246
|
+
"categoryId": "integrations",
|
|
247
|
+
"title": "Monitoring Integrations",
|
|
248
|
+
"description": "",
|
|
249
|
+
"author": "Documentation",
|
|
250
|
+
"updatedAt": "Recently",
|
|
251
|
+
"frontmatter": {}
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"contentId": "integrations-productivity-integrations",
|
|
255
|
+
"slug": "productivity-integrations",
|
|
256
|
+
"filePath": "/content/integrations/productivity-integrations.md",
|
|
257
|
+
"relativePath": "integrations/productivity-integrations.md",
|
|
258
|
+
"categoryId": "integrations",
|
|
259
|
+
"title": "Productivity Integrations",
|
|
260
|
+
"description": "",
|
|
261
|
+
"author": "Documentation",
|
|
262
|
+
"updatedAt": "Recently",
|
|
263
|
+
"frontmatter": {}
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"contentId": "integrations-slack-integration",
|
|
267
|
+
"slug": "slack-integration",
|
|
268
|
+
"filePath": "/content/integrations/slack-integration.md",
|
|
269
|
+
"relativePath": "integrations/slack-integration.md",
|
|
270
|
+
"categoryId": "integrations",
|
|
271
|
+
"title": "Slack Integration",
|
|
272
|
+
"description": "",
|
|
273
|
+
"author": "Documentation",
|
|
274
|
+
"updatedAt": "Recently",
|
|
275
|
+
"frontmatter": {}
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"contentId": "openclaw-openclaw-architecture",
|
|
279
|
+
"slug": "openclaw-architecture",
|
|
280
|
+
"filePath": "/content/openclaw/openclaw-architecture.md",
|
|
281
|
+
"relativePath": "openclaw/openclaw-architecture.md",
|
|
282
|
+
"categoryId": "openclaw",
|
|
283
|
+
"title": "Openclaw Architecture",
|
|
284
|
+
"description": "",
|
|
285
|
+
"author": "Documentation",
|
|
286
|
+
"updatedAt": "Recently",
|
|
287
|
+
"frontmatter": {}
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"contentId": "openclaw-openclaw-contribution",
|
|
291
|
+
"slug": "openclaw-contribution",
|
|
292
|
+
"filePath": "/content/openclaw/openclaw-contribution.md",
|
|
293
|
+
"relativePath": "openclaw/openclaw-contribution.md",
|
|
294
|
+
"categoryId": "openclaw",
|
|
295
|
+
"title": "Openclaw Contribution",
|
|
296
|
+
"description": "",
|
|
297
|
+
"author": "Documentation",
|
|
298
|
+
"updatedAt": "Recently",
|
|
299
|
+
"frontmatter": {}
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"contentId": "openclaw-openclaw-overview",
|
|
303
|
+
"slug": "openclaw-overview",
|
|
304
|
+
"filePath": "/content/openclaw/openclaw-overview.md",
|
|
305
|
+
"relativePath": "openclaw/openclaw-overview.md",
|
|
306
|
+
"categoryId": "openclaw",
|
|
307
|
+
"title": "Openclaw Overview",
|
|
308
|
+
"description": "",
|
|
309
|
+
"author": "Documentation",
|
|
310
|
+
"updatedAt": "Recently",
|
|
311
|
+
"frontmatter": {}
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"contentId": "platform-features-always-watching",
|
|
315
|
+
"slug": "always-watching",
|
|
316
|
+
"filePath": "/content/platform-features/always-watching.md",
|
|
317
|
+
"relativePath": "platform-features/always-watching.md",
|
|
318
|
+
"categoryId": "platform-features",
|
|
319
|
+
"title": "Always Watching",
|
|
320
|
+
"description": "",
|
|
321
|
+
"author": "Documentation",
|
|
322
|
+
"updatedAt": "Recently",
|
|
323
|
+
"frontmatter": {}
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"contentId": "platform-features-instant-context",
|
|
327
|
+
"slug": "instant-context",
|
|
328
|
+
"filePath": "/content/platform-features/instant-context.md",
|
|
329
|
+
"relativePath": "platform-features/instant-context.md",
|
|
330
|
+
"categoryId": "platform-features",
|
|
331
|
+
"title": "Instant Context",
|
|
332
|
+
"description": "",
|
|
333
|
+
"author": "Documentation",
|
|
334
|
+
"updatedAt": "Recently",
|
|
335
|
+
"frontmatter": {}
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"contentId": "platform-features-instant-onboarding",
|
|
339
|
+
"slug": "instant-onboarding",
|
|
340
|
+
"filePath": "/content/platform-features/instant-onboarding.md",
|
|
341
|
+
"relativePath": "platform-features/instant-onboarding.md",
|
|
342
|
+
"categoryId": "platform-features",
|
|
343
|
+
"title": "Instant Onboarding",
|
|
344
|
+
"description": "",
|
|
345
|
+
"author": "Documentation",
|
|
346
|
+
"updatedAt": "Recently",
|
|
347
|
+
"frontmatter": {}
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"contentId": "platform-features-platform-overview",
|
|
351
|
+
"slug": "platform-overview",
|
|
352
|
+
"filePath": "/content/platform-features/platform-overview.md",
|
|
353
|
+
"relativePath": "platform-features/platform-overview.md",
|
|
354
|
+
"categoryId": "platform-features",
|
|
355
|
+
"title": "Platform Overview",
|
|
356
|
+
"description": "",
|
|
357
|
+
"author": "Documentation",
|
|
358
|
+
"updatedAt": "Recently",
|
|
359
|
+
"frontmatter": {}
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"contentId": "platform-features-proactive-alerts",
|
|
363
|
+
"slug": "proactive-alerts",
|
|
364
|
+
"filePath": "/content/platform-features/proactive-alerts.md",
|
|
365
|
+
"relativePath": "platform-features/proactive-alerts.md",
|
|
366
|
+
"categoryId": "platform-features",
|
|
367
|
+
"title": "Proactive Alerts",
|
|
368
|
+
"description": "",
|
|
369
|
+
"author": "Documentation",
|
|
370
|
+
"updatedAt": "Recently",
|
|
371
|
+
"frontmatter": {}
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"contentId": "platform-features-smart-escalation",
|
|
375
|
+
"slug": "smart-escalation",
|
|
376
|
+
"filePath": "/content/platform-features/smart-escalation.md",
|
|
377
|
+
"relativePath": "platform-features/smart-escalation.md",
|
|
378
|
+
"categoryId": "platform-features",
|
|
379
|
+
"title": "Smart Escalation",
|
|
380
|
+
"description": "",
|
|
381
|
+
"author": "Documentation",
|
|
382
|
+
"updatedAt": "Recently",
|
|
383
|
+
"frontmatter": {}
|
|
384
|
+
},
|
|
147
385
|
{
|
|
148
386
|
"contentId": "product-features-ai-models",
|
|
149
387
|
"slug": "ai-models",
|
|
@@ -324,6 +562,214 @@
|
|
|
324
562
|
"updatedAt": "Recently",
|
|
325
563
|
"frontmatter": {}
|
|
326
564
|
},
|
|
565
|
+
{
|
|
566
|
+
"contentId": "security-compliance-audit-trail",
|
|
567
|
+
"slug": "audit-trail",
|
|
568
|
+
"filePath": "/content/security-compliance/audit-trail.md",
|
|
569
|
+
"relativePath": "security-compliance/audit-trail.md",
|
|
570
|
+
"categoryId": "security-compliance",
|
|
571
|
+
"title": "Audit Trail",
|
|
572
|
+
"description": "",
|
|
573
|
+
"author": "Documentation",
|
|
574
|
+
"updatedAt": "Recently",
|
|
575
|
+
"frontmatter": {}
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"contentId": "security-compliance-compliance",
|
|
579
|
+
"slug": "compliance",
|
|
580
|
+
"filePath": "/content/security-compliance/compliance.md",
|
|
581
|
+
"relativePath": "security-compliance/compliance.md",
|
|
582
|
+
"categoryId": "security-compliance",
|
|
583
|
+
"title": "Compliance",
|
|
584
|
+
"description": "",
|
|
585
|
+
"author": "Documentation",
|
|
586
|
+
"updatedAt": "Recently",
|
|
587
|
+
"frontmatter": {}
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"contentId": "security-compliance-data-encryption",
|
|
591
|
+
"slug": "data-encryption",
|
|
592
|
+
"filePath": "/content/security-compliance/data-encryption.md",
|
|
593
|
+
"relativePath": "security-compliance/data-encryption.md",
|
|
594
|
+
"categoryId": "security-compliance",
|
|
595
|
+
"title": "Data Encryption",
|
|
596
|
+
"description": "",
|
|
597
|
+
"author": "Documentation",
|
|
598
|
+
"updatedAt": "Recently",
|
|
599
|
+
"frontmatter": {}
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"contentId": "security-compliance-security-overview",
|
|
603
|
+
"slug": "security-overview",
|
|
604
|
+
"filePath": "/content/security-compliance/security-overview.md",
|
|
605
|
+
"relativePath": "security-compliance/security-overview.md",
|
|
606
|
+
"categoryId": "security-compliance",
|
|
607
|
+
"title": "Security Overview",
|
|
608
|
+
"description": "",
|
|
609
|
+
"author": "Documentation",
|
|
610
|
+
"updatedAt": "Recently",
|
|
611
|
+
"frontmatter": {}
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"contentId": "security-compliance-vm-isolation",
|
|
615
|
+
"slug": "vm-isolation",
|
|
616
|
+
"filePath": "/content/security-compliance/vm-isolation.md",
|
|
617
|
+
"relativePath": "security-compliance/vm-isolation.md",
|
|
618
|
+
"categoryId": "security-compliance",
|
|
619
|
+
"title": "VM Isolation and Infrastructure",
|
|
620
|
+
"description": "",
|
|
621
|
+
"author": "Documentation",
|
|
622
|
+
"updatedAt": "Recently",
|
|
623
|
+
"frontmatter": {
|
|
624
|
+
"title": "VM Isolation and Infrastructure"
|
|
625
|
+
}
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"contentId": "solutions-engineering-bug-tracking-context",
|
|
629
|
+
"slug": "bug-tracking-context",
|
|
630
|
+
"filePath": "/content/solutions-engineering/bug-tracking-context.md",
|
|
631
|
+
"relativePath": "solutions-engineering/bug-tracking-context.md",
|
|
632
|
+
"categoryId": "solutions-engineering",
|
|
633
|
+
"title": "Bug Tracking Context",
|
|
634
|
+
"description": "",
|
|
635
|
+
"author": "Documentation",
|
|
636
|
+
"updatedAt": "Recently",
|
|
637
|
+
"frontmatter": {}
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"contentId": "solutions-engineering-engineering-overview",
|
|
641
|
+
"slug": "engineering-overview",
|
|
642
|
+
"filePath": "/content/solutions-engineering/engineering-overview.md",
|
|
643
|
+
"relativePath": "solutions-engineering/engineering-overview.md",
|
|
644
|
+
"categoryId": "solutions-engineering",
|
|
645
|
+
"title": "Engineering Overview",
|
|
646
|
+
"description": "",
|
|
647
|
+
"author": "Documentation",
|
|
648
|
+
"updatedAt": "Recently",
|
|
649
|
+
"frontmatter": {}
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"contentId": "solutions-engineering-error-monitoring",
|
|
653
|
+
"slug": "error-monitoring",
|
|
654
|
+
"filePath": "/content/solutions-engineering/error-monitoring.md",
|
|
655
|
+
"relativePath": "solutions-engineering/error-monitoring.md",
|
|
656
|
+
"categoryId": "solutions-engineering",
|
|
657
|
+
"title": "Error Monitoring",
|
|
658
|
+
"description": "",
|
|
659
|
+
"author": "Documentation",
|
|
660
|
+
"updatedAt": "Recently",
|
|
661
|
+
"frontmatter": {}
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"contentId": "solutions-engineering-institutional-memory",
|
|
665
|
+
"slug": "institutional-memory",
|
|
666
|
+
"filePath": "/content/solutions-engineering/institutional-memory.md",
|
|
667
|
+
"relativePath": "solutions-engineering/institutional-memory.md",
|
|
668
|
+
"categoryId": "solutions-engineering",
|
|
669
|
+
"title": "Institutional Memory",
|
|
670
|
+
"description": "",
|
|
671
|
+
"author": "Documentation",
|
|
672
|
+
"updatedAt": "Recently",
|
|
673
|
+
"frontmatter": {}
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"contentId": "solutions-marketing-brand-monitoring",
|
|
677
|
+
"slug": "brand-monitoring",
|
|
678
|
+
"filePath": "/content/solutions-marketing/brand-monitoring.md",
|
|
679
|
+
"relativePath": "solutions-marketing/brand-monitoring.md",
|
|
680
|
+
"categoryId": "solutions-marketing",
|
|
681
|
+
"title": "Brand Monitoring",
|
|
682
|
+
"description": "",
|
|
683
|
+
"author": "Documentation",
|
|
684
|
+
"updatedAt": "Recently",
|
|
685
|
+
"frontmatter": {}
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"contentId": "solutions-marketing-content-automation",
|
|
689
|
+
"slug": "content-automation",
|
|
690
|
+
"filePath": "/content/solutions-marketing/content-automation.md",
|
|
691
|
+
"relativePath": "solutions-marketing/content-automation.md",
|
|
692
|
+
"categoryId": "solutions-marketing",
|
|
693
|
+
"title": "Content Automation",
|
|
694
|
+
"description": "",
|
|
695
|
+
"author": "Documentation",
|
|
696
|
+
"updatedAt": "Recently",
|
|
697
|
+
"frontmatter": {}
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"contentId": "solutions-marketing-marketing-overview",
|
|
701
|
+
"slug": "marketing-overview",
|
|
702
|
+
"filePath": "/content/solutions-marketing/marketing-overview.md",
|
|
703
|
+
"relativePath": "solutions-marketing/marketing-overview.md",
|
|
704
|
+
"categoryId": "solutions-marketing",
|
|
705
|
+
"title": "Marketing Overview",
|
|
706
|
+
"description": "",
|
|
707
|
+
"author": "Documentation",
|
|
708
|
+
"updatedAt": "Recently",
|
|
709
|
+
"frontmatter": {}
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"contentId": "solutions-marketing-social-media-management",
|
|
713
|
+
"slug": "social-media-management",
|
|
714
|
+
"filePath": "/content/solutions-marketing/social-media-management.md",
|
|
715
|
+
"relativePath": "solutions-marketing/social-media-management.md",
|
|
716
|
+
"categoryId": "solutions-marketing",
|
|
717
|
+
"title": "Social Media Management",
|
|
718
|
+
"description": "",
|
|
719
|
+
"author": "Documentation",
|
|
720
|
+
"updatedAt": "Recently",
|
|
721
|
+
"frontmatter": {}
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"contentId": "solutions-sales-call-preparation",
|
|
725
|
+
"slug": "call-preparation",
|
|
726
|
+
"filePath": "/content/solutions-sales/call-preparation.md",
|
|
727
|
+
"relativePath": "solutions-sales/call-preparation.md",
|
|
728
|
+
"categoryId": "solutions-sales",
|
|
729
|
+
"title": "Call Preparation",
|
|
730
|
+
"description": "",
|
|
731
|
+
"author": "Documentation",
|
|
732
|
+
"updatedAt": "Recently",
|
|
733
|
+
"frontmatter": {}
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"contentId": "solutions-sales-crm-automation",
|
|
737
|
+
"slug": "crm-automation",
|
|
738
|
+
"filePath": "/content/solutions-sales/crm-automation.md",
|
|
739
|
+
"relativePath": "solutions-sales/crm-automation.md",
|
|
740
|
+
"categoryId": "solutions-sales",
|
|
741
|
+
"title": "CRM Automation",
|
|
742
|
+
"description": "",
|
|
743
|
+
"author": "Documentation",
|
|
744
|
+
"updatedAt": "Recently",
|
|
745
|
+
"frontmatter": {
|
|
746
|
+
"title": "CRM Automation"
|
|
747
|
+
}
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"contentId": "solutions-sales-lead-management",
|
|
751
|
+
"slug": "lead-management",
|
|
752
|
+
"filePath": "/content/solutions-sales/lead-management.md",
|
|
753
|
+
"relativePath": "solutions-sales/lead-management.md",
|
|
754
|
+
"categoryId": "solutions-sales",
|
|
755
|
+
"title": "Lead Management",
|
|
756
|
+
"description": "",
|
|
757
|
+
"author": "Documentation",
|
|
758
|
+
"updatedAt": "Recently",
|
|
759
|
+
"frontmatter": {}
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"contentId": "solutions-sales-sales-overview",
|
|
763
|
+
"slug": "sales-overview",
|
|
764
|
+
"filePath": "/content/solutions-sales/sales-overview.md",
|
|
765
|
+
"relativePath": "solutions-sales/sales-overview.md",
|
|
766
|
+
"categoryId": "solutions-sales",
|
|
767
|
+
"title": "Sales Overview",
|
|
768
|
+
"description": "",
|
|
769
|
+
"author": "Documentation",
|
|
770
|
+
"updatedAt": "Recently",
|
|
771
|
+
"frontmatter": {}
|
|
772
|
+
},
|
|
327
773
|
{
|
|
328
774
|
"contentId": "spaces-library-spaces-overview",
|
|
329
775
|
"slug": "spaces-overview",
|
|
@@ -648,6 +1094,66 @@
|
|
|
648
1094
|
"updatedAt": "Recently",
|
|
649
1095
|
"frontmatter": {}
|
|
650
1096
|
},
|
|
1097
|
+
{
|
|
1098
|
+
"contentId": "use-cases-engineering-use-cases",
|
|
1099
|
+
"slug": "engineering-use-cases",
|
|
1100
|
+
"filePath": "/content/use-cases/engineering-use-cases.md",
|
|
1101
|
+
"relativePath": "use-cases/engineering-use-cases.md",
|
|
1102
|
+
"categoryId": "use-cases",
|
|
1103
|
+
"title": "Engineering Use Cases",
|
|
1104
|
+
"description": "",
|
|
1105
|
+
"author": "Documentation",
|
|
1106
|
+
"updatedAt": "Recently",
|
|
1107
|
+
"frontmatter": {}
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"contentId": "use-cases-marketing-use-cases",
|
|
1111
|
+
"slug": "marketing-use-cases",
|
|
1112
|
+
"filePath": "/content/use-cases/marketing-use-cases.md",
|
|
1113
|
+
"relativePath": "use-cases/marketing-use-cases.md",
|
|
1114
|
+
"categoryId": "use-cases",
|
|
1115
|
+
"title": "Marketing Use Cases",
|
|
1116
|
+
"description": "",
|
|
1117
|
+
"author": "Documentation",
|
|
1118
|
+
"updatedAt": "Recently",
|
|
1119
|
+
"frontmatter": {}
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"contentId": "use-cases-sales-use-cases",
|
|
1123
|
+
"slug": "sales-use-cases",
|
|
1124
|
+
"filePath": "/content/use-cases/sales-use-cases.md",
|
|
1125
|
+
"relativePath": "use-cases/sales-use-cases.md",
|
|
1126
|
+
"categoryId": "use-cases",
|
|
1127
|
+
"title": "Sales Use Cases",
|
|
1128
|
+
"description": "",
|
|
1129
|
+
"author": "Documentation",
|
|
1130
|
+
"updatedAt": "Recently",
|
|
1131
|
+
"frontmatter": {}
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"contentId": "use-cases-support-use-cases",
|
|
1135
|
+
"slug": "support-use-cases",
|
|
1136
|
+
"filePath": "/content/use-cases/support-use-cases.md",
|
|
1137
|
+
"relativePath": "use-cases/support-use-cases.md",
|
|
1138
|
+
"categoryId": "use-cases",
|
|
1139
|
+
"title": "Support Use Cases",
|
|
1140
|
+
"description": "",
|
|
1141
|
+
"author": "Documentation",
|
|
1142
|
+
"updatedAt": "Recently",
|
|
1143
|
+
"frontmatter": {}
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"contentId": "use-cases-use-cases-overview",
|
|
1147
|
+
"slug": "use-cases-overview",
|
|
1148
|
+
"filePath": "/content/use-cases/use-cases-overview.md",
|
|
1149
|
+
"relativePath": "use-cases/use-cases-overview.md",
|
|
1150
|
+
"categoryId": "use-cases",
|
|
1151
|
+
"title": "Use Cases Overview",
|
|
1152
|
+
"description": "",
|
|
1153
|
+
"author": "Documentation",
|
|
1154
|
+
"updatedAt": "Recently",
|
|
1155
|
+
"frontmatter": {}
|
|
1156
|
+
},
|
|
651
1157
|
{
|
|
652
1158
|
"contentId": "what-is-yantra-getting-started-yantra",
|
|
653
1159
|
"slug": "getting-started-yantra",
|
|
@@ -917,8 +1423,8 @@
|
|
|
917
1423
|
"account-management": {
|
|
918
1424
|
"id": "account-management",
|
|
919
1425
|
"title": "Account Management",
|
|
920
|
-
"description": "
|
|
921
|
-
"iconType": "
|
|
1426
|
+
"description": "Profile settings, account setup, and preferences",
|
|
1427
|
+
"iconType": "Account",
|
|
922
1428
|
"articles": [
|
|
923
1429
|
{
|
|
924
1430
|
"id": "account-management-account-setup",
|
|
@@ -967,26 +1473,70 @@
|
|
|
967
1473
|
}
|
|
968
1474
|
]
|
|
969
1475
|
},
|
|
970
|
-
"
|
|
971
|
-
"id": "
|
|
972
|
-
"title": "
|
|
973
|
-
"description": "
|
|
974
|
-
"iconType": "
|
|
1476
|
+
"ai-employees": {
|
|
1477
|
+
"id": "ai-employees",
|
|
1478
|
+
"title": "AI Employees",
|
|
1479
|
+
"description": "Learn how AI employees work and get started",
|
|
1480
|
+
"iconType": "AiEmployees",
|
|
975
1481
|
"articles": [
|
|
976
1482
|
{
|
|
977
|
-
"id": "
|
|
978
|
-
"title": "
|
|
1483
|
+
"id": "ai-employees-supervised-mode",
|
|
1484
|
+
"title": "AI Employee Supervised Mode",
|
|
979
1485
|
"description": "",
|
|
980
|
-
"slug": "
|
|
1486
|
+
"slug": "supervised-mode",
|
|
981
1487
|
"author": "Documentation",
|
|
982
1488
|
"updatedAt": "Recently",
|
|
983
|
-
"categoryId": "
|
|
1489
|
+
"categoryId": "ai-employees"
|
|
984
1490
|
},
|
|
985
1491
|
{
|
|
986
|
-
"id": "
|
|
987
|
-
"title": "
|
|
1492
|
+
"id": "ai-employees-ai-employees-overview",
|
|
1493
|
+
"title": "AI Employees Overview",
|
|
988
1494
|
"description": "",
|
|
989
|
-
"slug": "
|
|
1495
|
+
"slug": "ai-employees-overview",
|
|
1496
|
+
"author": "Documentation",
|
|
1497
|
+
"updatedAt": "Recently",
|
|
1498
|
+
"categoryId": "ai-employees"
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"id": "ai-employees-getting-started-ai-employees",
|
|
1502
|
+
"title": "Getting Started with AI Employees",
|
|
1503
|
+
"description": "",
|
|
1504
|
+
"slug": "getting-started-ai-employees",
|
|
1505
|
+
"author": "Documentation",
|
|
1506
|
+
"updatedAt": "Recently",
|
|
1507
|
+
"categoryId": "ai-employees"
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"id": "ai-employees-how-ai-employees-work",
|
|
1511
|
+
"title": "How AI Employees Work",
|
|
1512
|
+
"description": "",
|
|
1513
|
+
"slug": "how-ai-employees-work",
|
|
1514
|
+
"author": "Documentation",
|
|
1515
|
+
"updatedAt": "Recently",
|
|
1516
|
+
"categoryId": "ai-employees"
|
|
1517
|
+
}
|
|
1518
|
+
]
|
|
1519
|
+
},
|
|
1520
|
+
"data-privacy": {
|
|
1521
|
+
"id": "data-privacy",
|
|
1522
|
+
"title": "Data Privacy & Security",
|
|
1523
|
+
"description": "Data and account privacy, security practices",
|
|
1524
|
+
"iconType": "Privacy",
|
|
1525
|
+
"articles": [
|
|
1526
|
+
{
|
|
1527
|
+
"id": "data-privacy-data-collection",
|
|
1528
|
+
"title": "Data Collection",
|
|
1529
|
+
"description": "",
|
|
1530
|
+
"slug": "data-collection",
|
|
1531
|
+
"author": "Documentation",
|
|
1532
|
+
"updatedAt": "Recently",
|
|
1533
|
+
"categoryId": "data-privacy"
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
"id": "data-privacy-privacy-policy",
|
|
1537
|
+
"title": "Privacy Policy",
|
|
1538
|
+
"description": "",
|
|
1539
|
+
"slug": "privacy-policy",
|
|
990
1540
|
"author": "Documentation",
|
|
991
1541
|
"updatedAt": "Recently",
|
|
992
1542
|
"categoryId": "data-privacy"
|
|
@@ -996,8 +1546,8 @@
|
|
|
996
1546
|
"data-subject-privacy": {
|
|
997
1547
|
"id": "data-subject-privacy",
|
|
998
1548
|
"title": "Data Subject Privacy",
|
|
999
|
-
"description": "
|
|
1000
|
-
"iconType": "
|
|
1549
|
+
"description": "Privacy requests, data access, and GDPR",
|
|
1550
|
+
"iconType": "DataPrivacy",
|
|
1001
1551
|
"articles": [
|
|
1002
1552
|
{
|
|
1003
1553
|
"id": "data-subject-privacy-data-access",
|
|
@@ -1031,8 +1581,8 @@
|
|
|
1031
1581
|
"file-uploads": {
|
|
1032
1582
|
"id": "file-uploads",
|
|
1033
1583
|
"title": "File Uploads",
|
|
1034
|
-
"description": "File
|
|
1035
|
-
"iconType": "
|
|
1584
|
+
"description": "File management, uploads, and integrations",
|
|
1585
|
+
"iconType": "FileUploads",
|
|
1036
1586
|
"articles": [
|
|
1037
1587
|
{
|
|
1038
1588
|
"id": "file-uploads-file-upload-overview",
|
|
@@ -1048,8 +1598,8 @@
|
|
|
1048
1598
|
"getting-started": {
|
|
1049
1599
|
"id": "getting-started",
|
|
1050
1600
|
"title": "Getting Started",
|
|
1051
|
-
"description": "
|
|
1052
|
-
"iconType": "
|
|
1601
|
+
"description": "Everything you need to get going",
|
|
1602
|
+
"iconType": "GettingStarted",
|
|
1053
1603
|
"articles": [
|
|
1054
1604
|
{
|
|
1055
1605
|
"id": "getting-started-getting-started-guide",
|
|
@@ -1062,11 +1612,170 @@
|
|
|
1062
1612
|
}
|
|
1063
1613
|
]
|
|
1064
1614
|
},
|
|
1615
|
+
"integrations": {
|
|
1616
|
+
"id": "integrations",
|
|
1617
|
+
"title": "Integrations",
|
|
1618
|
+
"description": "Connect Yantra with your favorite tools",
|
|
1619
|
+
"iconType": "Integrations",
|
|
1620
|
+
"articles": [
|
|
1621
|
+
{
|
|
1622
|
+
"id": "integrations-crm-integrations",
|
|
1623
|
+
"title": "CRM Integrations",
|
|
1624
|
+
"description": "",
|
|
1625
|
+
"slug": "crm-integrations",
|
|
1626
|
+
"author": "Documentation",
|
|
1627
|
+
"updatedAt": "Recently",
|
|
1628
|
+
"categoryId": "integrations"
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"id": "integrations-github-integration",
|
|
1632
|
+
"title": "Github Integration",
|
|
1633
|
+
"description": "",
|
|
1634
|
+
"slug": "github-integration",
|
|
1635
|
+
"author": "Documentation",
|
|
1636
|
+
"updatedAt": "Recently",
|
|
1637
|
+
"categoryId": "integrations"
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"id": "integrations-integrations-overview",
|
|
1641
|
+
"title": "Integrations Overview",
|
|
1642
|
+
"description": "",
|
|
1643
|
+
"slug": "integrations-overview",
|
|
1644
|
+
"author": "Documentation",
|
|
1645
|
+
"updatedAt": "Recently",
|
|
1646
|
+
"categoryId": "integrations"
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"id": "integrations-monitoring-integrations",
|
|
1650
|
+
"title": "Monitoring Integrations",
|
|
1651
|
+
"description": "",
|
|
1652
|
+
"slug": "monitoring-integrations",
|
|
1653
|
+
"author": "Documentation",
|
|
1654
|
+
"updatedAt": "Recently",
|
|
1655
|
+
"categoryId": "integrations"
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"id": "integrations-productivity-integrations",
|
|
1659
|
+
"title": "Productivity Integrations",
|
|
1660
|
+
"description": "",
|
|
1661
|
+
"slug": "productivity-integrations",
|
|
1662
|
+
"author": "Documentation",
|
|
1663
|
+
"updatedAt": "Recently",
|
|
1664
|
+
"categoryId": "integrations"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"id": "integrations-slack-integration",
|
|
1668
|
+
"title": "Slack Integration",
|
|
1669
|
+
"description": "",
|
|
1670
|
+
"slug": "slack-integration",
|
|
1671
|
+
"author": "Documentation",
|
|
1672
|
+
"updatedAt": "Recently",
|
|
1673
|
+
"categoryId": "integrations"
|
|
1674
|
+
}
|
|
1675
|
+
]
|
|
1676
|
+
},
|
|
1677
|
+
"openclaw": {
|
|
1678
|
+
"id": "openclaw",
|
|
1679
|
+
"title": "OpenClaw",
|
|
1680
|
+
"description": "Open-source AI agent framework powering Yantra",
|
|
1681
|
+
"iconType": "OpenClaw",
|
|
1682
|
+
"articles": [
|
|
1683
|
+
{
|
|
1684
|
+
"id": "openclaw-openclaw-architecture",
|
|
1685
|
+
"title": "Openclaw Architecture",
|
|
1686
|
+
"description": "",
|
|
1687
|
+
"slug": "openclaw-architecture",
|
|
1688
|
+
"author": "Documentation",
|
|
1689
|
+
"updatedAt": "Recently",
|
|
1690
|
+
"categoryId": "openclaw"
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"id": "openclaw-openclaw-contribution",
|
|
1694
|
+
"title": "Openclaw Contribution",
|
|
1695
|
+
"description": "",
|
|
1696
|
+
"slug": "openclaw-contribution",
|
|
1697
|
+
"author": "Documentation",
|
|
1698
|
+
"updatedAt": "Recently",
|
|
1699
|
+
"categoryId": "openclaw"
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"id": "openclaw-openclaw-overview",
|
|
1703
|
+
"title": "Openclaw Overview",
|
|
1704
|
+
"description": "",
|
|
1705
|
+
"slug": "openclaw-overview",
|
|
1706
|
+
"author": "Documentation",
|
|
1707
|
+
"updatedAt": "Recently",
|
|
1708
|
+
"categoryId": "openclaw"
|
|
1709
|
+
}
|
|
1710
|
+
]
|
|
1711
|
+
},
|
|
1712
|
+
"platform-features": {
|
|
1713
|
+
"id": "platform-features",
|
|
1714
|
+
"title": "Platform Features",
|
|
1715
|
+
"description": "Core capabilities of the Yantra AI platform",
|
|
1716
|
+
"iconType": "PlatformFeatures",
|
|
1717
|
+
"articles": [
|
|
1718
|
+
{
|
|
1719
|
+
"id": "platform-features-always-watching",
|
|
1720
|
+
"title": "Always Watching",
|
|
1721
|
+
"description": "",
|
|
1722
|
+
"slug": "always-watching",
|
|
1723
|
+
"author": "Documentation",
|
|
1724
|
+
"updatedAt": "Recently",
|
|
1725
|
+
"categoryId": "platform-features"
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
"id": "platform-features-instant-context",
|
|
1729
|
+
"title": "Instant Context",
|
|
1730
|
+
"description": "",
|
|
1731
|
+
"slug": "instant-context",
|
|
1732
|
+
"author": "Documentation",
|
|
1733
|
+
"updatedAt": "Recently",
|
|
1734
|
+
"categoryId": "platform-features"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"id": "platform-features-instant-onboarding",
|
|
1738
|
+
"title": "Instant Onboarding",
|
|
1739
|
+
"description": "",
|
|
1740
|
+
"slug": "instant-onboarding",
|
|
1741
|
+
"author": "Documentation",
|
|
1742
|
+
"updatedAt": "Recently",
|
|
1743
|
+
"categoryId": "platform-features"
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"id": "platform-features-platform-overview",
|
|
1747
|
+
"title": "Platform Overview",
|
|
1748
|
+
"description": "",
|
|
1749
|
+
"slug": "platform-overview",
|
|
1750
|
+
"author": "Documentation",
|
|
1751
|
+
"updatedAt": "Recently",
|
|
1752
|
+
"categoryId": "platform-features"
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"id": "platform-features-proactive-alerts",
|
|
1756
|
+
"title": "Proactive Alerts",
|
|
1757
|
+
"description": "",
|
|
1758
|
+
"slug": "proactive-alerts",
|
|
1759
|
+
"author": "Documentation",
|
|
1760
|
+
"updatedAt": "Recently",
|
|
1761
|
+
"categoryId": "platform-features"
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"id": "platform-features-smart-escalation",
|
|
1765
|
+
"title": "Smart Escalation",
|
|
1766
|
+
"description": "",
|
|
1767
|
+
"slug": "smart-escalation",
|
|
1768
|
+
"author": "Documentation",
|
|
1769
|
+
"updatedAt": "Recently",
|
|
1770
|
+
"categoryId": "platform-features"
|
|
1771
|
+
}
|
|
1772
|
+
]
|
|
1773
|
+
},
|
|
1065
1774
|
"product-features": {
|
|
1066
1775
|
"id": "product-features",
|
|
1067
1776
|
"title": "Product Features",
|
|
1068
|
-
"description": "
|
|
1069
|
-
"iconType": "
|
|
1777
|
+
"description": "Features, functionality, and product capabilities",
|
|
1778
|
+
"iconType": "Features",
|
|
1070
1779
|
"articles": [
|
|
1071
1780
|
{
|
|
1072
1781
|
"id": "product-features-ai-models",
|
|
@@ -1162,9 +1871,9 @@
|
|
|
1162
1871
|
},
|
|
1163
1872
|
"scope-api": {
|
|
1164
1873
|
"id": "scope-api",
|
|
1165
|
-
"title": "Scope
|
|
1166
|
-
"description": "
|
|
1167
|
-
"iconType": "
|
|
1874
|
+
"title": "Scope & API",
|
|
1875
|
+
"description": "Developer API and integration documentation",
|
|
1876
|
+
"iconType": "Api",
|
|
1168
1877
|
"articles": [
|
|
1169
1878
|
{
|
|
1170
1879
|
"id": "scope-api-api-overview",
|
|
@@ -1180,8 +1889,8 @@
|
|
|
1180
1889
|
"search-modes": {
|
|
1181
1890
|
"id": "search-modes",
|
|
1182
1891
|
"title": "Search Modes",
|
|
1183
|
-
"description": "Search
|
|
1184
|
-
"iconType": "
|
|
1892
|
+
"description": "Search features, query types, and research assistants",
|
|
1893
|
+
"iconType": "SearchModes",
|
|
1185
1894
|
"articles": [
|
|
1186
1895
|
{
|
|
1187
1896
|
"id": "search-modes-deep-research",
|
|
@@ -1221,11 +1930,196 @@
|
|
|
1221
1930
|
}
|
|
1222
1931
|
]
|
|
1223
1932
|
},
|
|
1933
|
+
"security-compliance": {
|
|
1934
|
+
"id": "security-compliance",
|
|
1935
|
+
"title": "Security & Compliance",
|
|
1936
|
+
"description": "Enterprise security, encryption, and compliance",
|
|
1937
|
+
"iconType": "SecurityCompliance",
|
|
1938
|
+
"articles": [
|
|
1939
|
+
{
|
|
1940
|
+
"id": "security-compliance-audit-trail",
|
|
1941
|
+
"title": "Audit Trail",
|
|
1942
|
+
"description": "",
|
|
1943
|
+
"slug": "audit-trail",
|
|
1944
|
+
"author": "Documentation",
|
|
1945
|
+
"updatedAt": "Recently",
|
|
1946
|
+
"categoryId": "security-compliance"
|
|
1947
|
+
},
|
|
1948
|
+
{
|
|
1949
|
+
"id": "security-compliance-compliance",
|
|
1950
|
+
"title": "Compliance",
|
|
1951
|
+
"description": "",
|
|
1952
|
+
"slug": "compliance",
|
|
1953
|
+
"author": "Documentation",
|
|
1954
|
+
"updatedAt": "Recently",
|
|
1955
|
+
"categoryId": "security-compliance"
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
"id": "security-compliance-data-encryption",
|
|
1959
|
+
"title": "Data Encryption",
|
|
1960
|
+
"description": "",
|
|
1961
|
+
"slug": "data-encryption",
|
|
1962
|
+
"author": "Documentation",
|
|
1963
|
+
"updatedAt": "Recently",
|
|
1964
|
+
"categoryId": "security-compliance"
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"id": "security-compliance-security-overview",
|
|
1968
|
+
"title": "Security Overview",
|
|
1969
|
+
"description": "",
|
|
1970
|
+
"slug": "security-overview",
|
|
1971
|
+
"author": "Documentation",
|
|
1972
|
+
"updatedAt": "Recently",
|
|
1973
|
+
"categoryId": "security-compliance"
|
|
1974
|
+
},
|
|
1975
|
+
{
|
|
1976
|
+
"id": "security-compliance-vm-isolation",
|
|
1977
|
+
"title": "VM Isolation and Infrastructure",
|
|
1978
|
+
"description": "",
|
|
1979
|
+
"slug": "vm-isolation",
|
|
1980
|
+
"author": "Documentation",
|
|
1981
|
+
"updatedAt": "Recently",
|
|
1982
|
+
"categoryId": "security-compliance"
|
|
1983
|
+
}
|
|
1984
|
+
]
|
|
1985
|
+
},
|
|
1986
|
+
"solutions-engineering": {
|
|
1987
|
+
"id": "solutions-engineering",
|
|
1988
|
+
"title": "Solutions for Engineering",
|
|
1989
|
+
"description": "AI-powered tools for engineering teams",
|
|
1990
|
+
"iconType": "SolutionsEngineering",
|
|
1991
|
+
"articles": [
|
|
1992
|
+
{
|
|
1993
|
+
"id": "solutions-engineering-bug-tracking-context",
|
|
1994
|
+
"title": "Bug Tracking Context",
|
|
1995
|
+
"description": "",
|
|
1996
|
+
"slug": "bug-tracking-context",
|
|
1997
|
+
"author": "Documentation",
|
|
1998
|
+
"updatedAt": "Recently",
|
|
1999
|
+
"categoryId": "solutions-engineering"
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
"id": "solutions-engineering-engineering-overview",
|
|
2003
|
+
"title": "Engineering Overview",
|
|
2004
|
+
"description": "",
|
|
2005
|
+
"slug": "engineering-overview",
|
|
2006
|
+
"author": "Documentation",
|
|
2007
|
+
"updatedAt": "Recently",
|
|
2008
|
+
"categoryId": "solutions-engineering"
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
"id": "solutions-engineering-error-monitoring",
|
|
2012
|
+
"title": "Error Monitoring",
|
|
2013
|
+
"description": "",
|
|
2014
|
+
"slug": "error-monitoring",
|
|
2015
|
+
"author": "Documentation",
|
|
2016
|
+
"updatedAt": "Recently",
|
|
2017
|
+
"categoryId": "solutions-engineering"
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
"id": "solutions-engineering-institutional-memory",
|
|
2021
|
+
"title": "Institutional Memory",
|
|
2022
|
+
"description": "",
|
|
2023
|
+
"slug": "institutional-memory",
|
|
2024
|
+
"author": "Documentation",
|
|
2025
|
+
"updatedAt": "Recently",
|
|
2026
|
+
"categoryId": "solutions-engineering"
|
|
2027
|
+
}
|
|
2028
|
+
]
|
|
2029
|
+
},
|
|
2030
|
+
"solutions-marketing": {
|
|
2031
|
+
"id": "solutions-marketing",
|
|
2032
|
+
"title": "Solutions for Marketing",
|
|
2033
|
+
"description": "Content, social media, and brand automation",
|
|
2034
|
+
"iconType": "SolutionsMarketing",
|
|
2035
|
+
"articles": [
|
|
2036
|
+
{
|
|
2037
|
+
"id": "solutions-marketing-brand-monitoring",
|
|
2038
|
+
"title": "Brand Monitoring",
|
|
2039
|
+
"description": "",
|
|
2040
|
+
"slug": "brand-monitoring",
|
|
2041
|
+
"author": "Documentation",
|
|
2042
|
+
"updatedAt": "Recently",
|
|
2043
|
+
"categoryId": "solutions-marketing"
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
"id": "solutions-marketing-content-automation",
|
|
2047
|
+
"title": "Content Automation",
|
|
2048
|
+
"description": "",
|
|
2049
|
+
"slug": "content-automation",
|
|
2050
|
+
"author": "Documentation",
|
|
2051
|
+
"updatedAt": "Recently",
|
|
2052
|
+
"categoryId": "solutions-marketing"
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"id": "solutions-marketing-marketing-overview",
|
|
2056
|
+
"title": "Marketing Overview",
|
|
2057
|
+
"description": "",
|
|
2058
|
+
"slug": "marketing-overview",
|
|
2059
|
+
"author": "Documentation",
|
|
2060
|
+
"updatedAt": "Recently",
|
|
2061
|
+
"categoryId": "solutions-marketing"
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"id": "solutions-marketing-social-media-management",
|
|
2065
|
+
"title": "Social Media Management",
|
|
2066
|
+
"description": "",
|
|
2067
|
+
"slug": "social-media-management",
|
|
2068
|
+
"author": "Documentation",
|
|
2069
|
+
"updatedAt": "Recently",
|
|
2070
|
+
"categoryId": "solutions-marketing"
|
|
2071
|
+
}
|
|
2072
|
+
]
|
|
2073
|
+
},
|
|
2074
|
+
"solutions-sales": {
|
|
2075
|
+
"id": "solutions-sales",
|
|
2076
|
+
"title": "Solutions for Sales",
|
|
2077
|
+
"description": "Automate CRM and boost sales productivity",
|
|
2078
|
+
"iconType": "SolutionsSales",
|
|
2079
|
+
"articles": [
|
|
2080
|
+
{
|
|
2081
|
+
"id": "solutions-sales-call-preparation",
|
|
2082
|
+
"title": "Call Preparation",
|
|
2083
|
+
"description": "",
|
|
2084
|
+
"slug": "call-preparation",
|
|
2085
|
+
"author": "Documentation",
|
|
2086
|
+
"updatedAt": "Recently",
|
|
2087
|
+
"categoryId": "solutions-sales"
|
|
2088
|
+
},
|
|
2089
|
+
{
|
|
2090
|
+
"id": "solutions-sales-crm-automation",
|
|
2091
|
+
"title": "CRM Automation",
|
|
2092
|
+
"description": "",
|
|
2093
|
+
"slug": "crm-automation",
|
|
2094
|
+
"author": "Documentation",
|
|
2095
|
+
"updatedAt": "Recently",
|
|
2096
|
+
"categoryId": "solutions-sales"
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"id": "solutions-sales-lead-management",
|
|
2100
|
+
"title": "Lead Management",
|
|
2101
|
+
"description": "",
|
|
2102
|
+
"slug": "lead-management",
|
|
2103
|
+
"author": "Documentation",
|
|
2104
|
+
"updatedAt": "Recently",
|
|
2105
|
+
"categoryId": "solutions-sales"
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"id": "solutions-sales-sales-overview",
|
|
2109
|
+
"title": "Sales Overview",
|
|
2110
|
+
"description": "",
|
|
2111
|
+
"slug": "sales-overview",
|
|
2112
|
+
"author": "Documentation",
|
|
2113
|
+
"updatedAt": "Recently",
|
|
2114
|
+
"categoryId": "solutions-sales"
|
|
2115
|
+
}
|
|
2116
|
+
]
|
|
2117
|
+
},
|
|
1224
2118
|
"spaces-library": {
|
|
1225
2119
|
"id": "spaces-library",
|
|
1226
|
-
"title": "Spaces Library",
|
|
1227
|
-
"description": "
|
|
1228
|
-
"iconType": "
|
|
2120
|
+
"title": "Spaces & Library",
|
|
2121
|
+
"description": "Content management, libraries, and workspaces",
|
|
2122
|
+
"iconType": "Spaces",
|
|
1229
2123
|
"articles": [
|
|
1230
2124
|
{
|
|
1231
2125
|
"id": "spaces-library-spaces-overview",
|
|
@@ -1241,8 +2135,8 @@
|
|
|
1241
2135
|
"student-hub": {
|
|
1242
2136
|
"id": "student-hub",
|
|
1243
2137
|
"title": "Student Hub",
|
|
1244
|
-
"description": "
|
|
1245
|
-
"iconType": "
|
|
2138
|
+
"description": "Yantra for students and educational use",
|
|
2139
|
+
"iconType": "StudentHub",
|
|
1246
2140
|
"articles": [
|
|
1247
2141
|
{
|
|
1248
2142
|
"id": "student-hub-academic-research",
|
|
@@ -1284,9 +2178,9 @@
|
|
|
1284
2178
|
},
|
|
1285
2179
|
"subscription-billing": {
|
|
1286
2180
|
"id": "subscription-billing",
|
|
1287
|
-
"title": "Subscription Billing",
|
|
1288
|
-
"description": "
|
|
1289
|
-
"iconType": "
|
|
2181
|
+
"title": "Subscription & Billing",
|
|
2182
|
+
"description": "Payments, billing, offers, and discounts",
|
|
2183
|
+
"iconType": "Subscription",
|
|
1290
2184
|
"articles": [
|
|
1291
2185
|
{
|
|
1292
2186
|
"id": "subscription-billing-billing-cycle",
|
|
@@ -1392,8 +2286,8 @@
|
|
|
1392
2286
|
"technical-questions": {
|
|
1393
2287
|
"id": "technical-questions",
|
|
1394
2288
|
"title": "Technical Questions",
|
|
1395
|
-
"description": "Technical
|
|
1396
|
-
"iconType": "
|
|
2289
|
+
"description": "Technical questions about the product",
|
|
2290
|
+
"iconType": "TechnicalQuestions",
|
|
1397
2291
|
"articles": [
|
|
1398
2292
|
{
|
|
1399
2293
|
"id": "technical-questions-ai-models-technical",
|
|
@@ -1472,8 +2366,8 @@
|
|
|
1472
2366
|
"threads": {
|
|
1473
2367
|
"id": "threads",
|
|
1474
2368
|
"title": "Threads",
|
|
1475
|
-
"description": "
|
|
1476
|
-
"iconType": "
|
|
2369
|
+
"description": "Conversations, discussions, and threading",
|
|
2370
|
+
"iconType": "Threads",
|
|
1477
2371
|
"articles": [
|
|
1478
2372
|
{
|
|
1479
2373
|
"id": "threads-conversation-management",
|
|
@@ -1498,8 +2392,8 @@
|
|
|
1498
2392
|
"troubleshooting": {
|
|
1499
2393
|
"id": "troubleshooting",
|
|
1500
2394
|
"title": "Troubleshooting",
|
|
1501
|
-
"description": "
|
|
1502
|
-
"iconType": "
|
|
2395
|
+
"description": "Help, problem solving, and support guides",
|
|
2396
|
+
"iconType": "Troubleshooting",
|
|
1503
2397
|
"articles": [
|
|
1504
2398
|
{
|
|
1505
2399
|
"id": "troubleshooting-common-issues",
|
|
@@ -1512,11 +2406,64 @@
|
|
|
1512
2406
|
}
|
|
1513
2407
|
]
|
|
1514
2408
|
},
|
|
2409
|
+
"use-cases": {
|
|
2410
|
+
"id": "use-cases",
|
|
2411
|
+
"title": "Use Cases",
|
|
2412
|
+
"description": "Real-world scenarios and implementation patterns",
|
|
2413
|
+
"iconType": "UseCases",
|
|
2414
|
+
"articles": [
|
|
2415
|
+
{
|
|
2416
|
+
"id": "use-cases-engineering-use-cases",
|
|
2417
|
+
"title": "Engineering Use Cases",
|
|
2418
|
+
"description": "",
|
|
2419
|
+
"slug": "engineering-use-cases",
|
|
2420
|
+
"author": "Documentation",
|
|
2421
|
+
"updatedAt": "Recently",
|
|
2422
|
+
"categoryId": "use-cases"
|
|
2423
|
+
},
|
|
2424
|
+
{
|
|
2425
|
+
"id": "use-cases-marketing-use-cases",
|
|
2426
|
+
"title": "Marketing Use Cases",
|
|
2427
|
+
"description": "",
|
|
2428
|
+
"slug": "marketing-use-cases",
|
|
2429
|
+
"author": "Documentation",
|
|
2430
|
+
"updatedAt": "Recently",
|
|
2431
|
+
"categoryId": "use-cases"
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"id": "use-cases-sales-use-cases",
|
|
2435
|
+
"title": "Sales Use Cases",
|
|
2436
|
+
"description": "",
|
|
2437
|
+
"slug": "sales-use-cases",
|
|
2438
|
+
"author": "Documentation",
|
|
2439
|
+
"updatedAt": "Recently",
|
|
2440
|
+
"categoryId": "use-cases"
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"id": "use-cases-support-use-cases",
|
|
2444
|
+
"title": "Support Use Cases",
|
|
2445
|
+
"description": "",
|
|
2446
|
+
"slug": "support-use-cases",
|
|
2447
|
+
"author": "Documentation",
|
|
2448
|
+
"updatedAt": "Recently",
|
|
2449
|
+
"categoryId": "use-cases"
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
"id": "use-cases-use-cases-overview",
|
|
2453
|
+
"title": "Use Cases Overview",
|
|
2454
|
+
"description": "",
|
|
2455
|
+
"slug": "use-cases-overview",
|
|
2456
|
+
"author": "Documentation",
|
|
2457
|
+
"updatedAt": "Recently",
|
|
2458
|
+
"categoryId": "use-cases"
|
|
2459
|
+
}
|
|
2460
|
+
]
|
|
2461
|
+
},
|
|
1515
2462
|
"what-is-yantra": {
|
|
1516
2463
|
"id": "what-is-yantra",
|
|
1517
|
-
"title": "What
|
|
1518
|
-
"description": "
|
|
1519
|
-
"iconType": "
|
|
2464
|
+
"title": "What is Yantra?",
|
|
2465
|
+
"description": "Introduction and overview of the platform",
|
|
2466
|
+
"iconType": "Perplexity",
|
|
1520
2467
|
"articles": [
|
|
1521
2468
|
{
|
|
1522
2469
|
"id": "what-is-yantra-getting-started-yantra",
|
|
@@ -1568,8 +2515,8 @@
|
|
|
1568
2515
|
"yantra-assistant": {
|
|
1569
2516
|
"id": "yantra-assistant",
|
|
1570
2517
|
"title": "Yantra Assistant",
|
|
1571
|
-
"description": "Yantra
|
|
1572
|
-
"iconType": "
|
|
2518
|
+
"description": "Yantra assistant for Android and Apple devices",
|
|
2519
|
+
"iconType": "Assistant",
|
|
1573
2520
|
"articles": [
|
|
1574
2521
|
{
|
|
1575
2522
|
"id": "yantra-assistant-android-app",
|
|
@@ -1612,8 +2559,8 @@
|
|
|
1612
2559
|
"yantra-enterprise": {
|
|
1613
2560
|
"id": "yantra-enterprise",
|
|
1614
2561
|
"title": "Yantra Enterprise",
|
|
1615
|
-
"description": "
|
|
1616
|
-
"iconType": "
|
|
2562
|
+
"description": "Enterprise plan, admin features, and compliance",
|
|
2563
|
+
"iconType": "Enterprise",
|
|
1617
2564
|
"articles": [
|
|
1618
2565
|
{
|
|
1619
2566
|
"id": "yantra-enterprise-admin-dashboard",
|
|
@@ -1673,9 +2620,9 @@
|
|
|
1673
2620
|
},
|
|
1674
2621
|
"yantra-pro-max": {
|
|
1675
2622
|
"id": "yantra-pro-max",
|
|
1676
|
-
"title": "Yantra Pro Max",
|
|
1677
|
-
"description": "
|
|
1678
|
-
"iconType": "
|
|
2623
|
+
"title": "Yantra Pro & Max",
|
|
2624
|
+
"description": "Subscription plans, pricing, and product tiers",
|
|
2625
|
+
"iconType": "Pro",
|
|
1679
2626
|
"articles": [
|
|
1680
2627
|
{
|
|
1681
2628
|
"id": "yantra-pro-max-billing-management",
|
|
@@ -1749,6 +2696,10 @@
|
|
|
1749
2696
|
"account-management-preferences": "/content/account-management/preferences.md",
|
|
1750
2697
|
"account-management-privacy-settings": "/content/account-management/privacy-settings.md",
|
|
1751
2698
|
"account-management-profile-settings": "/content/account-management/profile-settings.md",
|
|
2699
|
+
"ai-employees-ai-employees-overview": "/content/ai-employees/ai-employees-overview.md",
|
|
2700
|
+
"ai-employees-getting-started-ai-employees": "/content/ai-employees/getting-started-ai-employees.md",
|
|
2701
|
+
"ai-employees-how-ai-employees-work": "/content/ai-employees/how-ai-employees-work.md",
|
|
2702
|
+
"ai-employees-supervised-mode": "/content/ai-employees/supervised-mode.md",
|
|
1752
2703
|
"data-privacy-data-collection": "/content/data-privacy/data-collection.md",
|
|
1753
2704
|
"data-privacy-privacy-policy": "/content/data-privacy/privacy-policy.md",
|
|
1754
2705
|
"data-subject-privacy-data-access": "/content/data-subject-privacy/data-access.md",
|
|
@@ -1756,6 +2707,21 @@
|
|
|
1756
2707
|
"data-subject-privacy-privacy-requests": "/content/data-subject-privacy/privacy-requests.md",
|
|
1757
2708
|
"file-uploads-file-upload-overview": "/content/file-uploads/file-upload-overview.md",
|
|
1758
2709
|
"getting-started-getting-started-guide": "/content/getting-started/getting-started-guide.md",
|
|
2710
|
+
"integrations-crm-integrations": "/content/integrations/crm-integrations.md",
|
|
2711
|
+
"integrations-github-integration": "/content/integrations/github-integration.md",
|
|
2712
|
+
"integrations-integrations-overview": "/content/integrations/integrations-overview.md",
|
|
2713
|
+
"integrations-monitoring-integrations": "/content/integrations/monitoring-integrations.md",
|
|
2714
|
+
"integrations-productivity-integrations": "/content/integrations/productivity-integrations.md",
|
|
2715
|
+
"integrations-slack-integration": "/content/integrations/slack-integration.md",
|
|
2716
|
+
"openclaw-openclaw-architecture": "/content/openclaw/openclaw-architecture.md",
|
|
2717
|
+
"openclaw-openclaw-contribution": "/content/openclaw/openclaw-contribution.md",
|
|
2718
|
+
"openclaw-openclaw-overview": "/content/openclaw/openclaw-overview.md",
|
|
2719
|
+
"platform-features-always-watching": "/content/platform-features/always-watching.md",
|
|
2720
|
+
"platform-features-instant-context": "/content/platform-features/instant-context.md",
|
|
2721
|
+
"platform-features-instant-onboarding": "/content/platform-features/instant-onboarding.md",
|
|
2722
|
+
"platform-features-platform-overview": "/content/platform-features/platform-overview.md",
|
|
2723
|
+
"platform-features-proactive-alerts": "/content/platform-features/proactive-alerts.md",
|
|
2724
|
+
"platform-features-smart-escalation": "/content/platform-features/smart-escalation.md",
|
|
1759
2725
|
"product-features-ai-models": "/content/product-features/ai-models.md",
|
|
1760
2726
|
"product-features-collaboration-tools": "/content/product-features/collaboration-tools.md",
|
|
1761
2727
|
"product-features-conversation-features": "/content/product-features/conversation-features.md",
|
|
@@ -1771,6 +2737,23 @@
|
|
|
1771
2737
|
"search-modes-labs-features": "/content/search-modes/labs-features.md",
|
|
1772
2738
|
"search-modes-pro-search": "/content/search-modes/pro-search.md",
|
|
1773
2739
|
"search-modes-regular-search": "/content/search-modes/regular-search.md",
|
|
2740
|
+
"security-compliance-audit-trail": "/content/security-compliance/audit-trail.md",
|
|
2741
|
+
"security-compliance-compliance": "/content/security-compliance/compliance.md",
|
|
2742
|
+
"security-compliance-data-encryption": "/content/security-compliance/data-encryption.md",
|
|
2743
|
+
"security-compliance-security-overview": "/content/security-compliance/security-overview.md",
|
|
2744
|
+
"security-compliance-vm-isolation": "/content/security-compliance/vm-isolation.md",
|
|
2745
|
+
"solutions-engineering-bug-tracking-context": "/content/solutions-engineering/bug-tracking-context.md",
|
|
2746
|
+
"solutions-engineering-engineering-overview": "/content/solutions-engineering/engineering-overview.md",
|
|
2747
|
+
"solutions-engineering-error-monitoring": "/content/solutions-engineering/error-monitoring.md",
|
|
2748
|
+
"solutions-engineering-institutional-memory": "/content/solutions-engineering/institutional-memory.md",
|
|
2749
|
+
"solutions-marketing-brand-monitoring": "/content/solutions-marketing/brand-monitoring.md",
|
|
2750
|
+
"solutions-marketing-content-automation": "/content/solutions-marketing/content-automation.md",
|
|
2751
|
+
"solutions-marketing-marketing-overview": "/content/solutions-marketing/marketing-overview.md",
|
|
2752
|
+
"solutions-marketing-social-media-management": "/content/solutions-marketing/social-media-management.md",
|
|
2753
|
+
"solutions-sales-call-preparation": "/content/solutions-sales/call-preparation.md",
|
|
2754
|
+
"solutions-sales-crm-automation": "/content/solutions-sales/crm-automation.md",
|
|
2755
|
+
"solutions-sales-lead-management": "/content/solutions-sales/lead-management.md",
|
|
2756
|
+
"solutions-sales-sales-overview": "/content/solutions-sales/sales-overview.md",
|
|
1774
2757
|
"spaces-library-spaces-overview": "/content/spaces-library/spaces-overview.md",
|
|
1775
2758
|
"student-hub-academic-research": "/content/student-hub/academic-research.md",
|
|
1776
2759
|
"student-hub-student-discounts": "/content/student-hub/student-discounts.md",
|
|
@@ -1798,6 +2781,11 @@
|
|
|
1798
2781
|
"threads-conversation-management": "/content/threads/conversation-management.md",
|
|
1799
2782
|
"threads-threads-overview": "/content/threads/threads-overview.md",
|
|
1800
2783
|
"troubleshooting-common-issues": "/content/troubleshooting/common-issues.md",
|
|
2784
|
+
"use-cases-engineering-use-cases": "/content/use-cases/engineering-use-cases.md",
|
|
2785
|
+
"use-cases-marketing-use-cases": "/content/use-cases/marketing-use-cases.md",
|
|
2786
|
+
"use-cases-sales-use-cases": "/content/use-cases/sales-use-cases.md",
|
|
2787
|
+
"use-cases-support-use-cases": "/content/use-cases/support-use-cases.md",
|
|
2788
|
+
"use-cases-use-cases-overview": "/content/use-cases/use-cases-overview.md",
|
|
1801
2789
|
"what-is-yantra-getting-started-yantra": "/content/what-is-yantra/getting-started-yantra.md",
|
|
1802
2790
|
"what-is-yantra-how-yantra-works": "/content/what-is-yantra/how-yantra-works.md",
|
|
1803
2791
|
"what-is-yantra-practical-tips-yantra": "/content/what-is-yantra/practical-tips-yantra.md",
|
|
@@ -1910,19 +2898,94 @@
|
|
|
1910
2898
|
},
|
|
1911
2899
|
{
|
|
1912
2900
|
"type": "directory",
|
|
1913
|
-
"name": "
|
|
1914
|
-
"path": "
|
|
2901
|
+
"name": "ai-employees",
|
|
2902
|
+
"path": "ai-employees",
|
|
1915
2903
|
"children": [
|
|
1916
2904
|
{
|
|
1917
2905
|
"type": "file",
|
|
1918
|
-
"name": "
|
|
1919
|
-
"title": "
|
|
1920
|
-
"path": "
|
|
1921
|
-
"contentId": "
|
|
1922
|
-
"slug": "
|
|
1923
|
-
"categoryId": "
|
|
1924
|
-
"filePath": "/content/docs/
|
|
1925
|
-
"relativePath": "
|
|
2906
|
+
"name": "ai-employees-overview",
|
|
2907
|
+
"title": "AI Employees Overview",
|
|
2908
|
+
"path": "ai-employees/ai-employees-overview.md",
|
|
2909
|
+
"contentId": "ai-employees-ai-employees-overview",
|
|
2910
|
+
"slug": "ai-employees-overview",
|
|
2911
|
+
"categoryId": "ai-employees",
|
|
2912
|
+
"filePath": "/content/docs/ai-employees/ai-employees-overview.md",
|
|
2913
|
+
"relativePath": "ai-employees/ai-employees-overview.md",
|
|
2914
|
+
"description": "",
|
|
2915
|
+
"author": "Documentation",
|
|
2916
|
+
"updatedAt": "Recently",
|
|
2917
|
+
"frontmatter": {
|
|
2918
|
+
"title": "AI Employees Overview"
|
|
2919
|
+
}
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
"type": "file",
|
|
2923
|
+
"name": "getting-started-ai-employees",
|
|
2924
|
+
"title": "Getting Started with AI Employees",
|
|
2925
|
+
"path": "ai-employees/getting-started-ai-employees.md",
|
|
2926
|
+
"contentId": "ai-employees-getting-started-ai-employees",
|
|
2927
|
+
"slug": "getting-started-ai-employees",
|
|
2928
|
+
"categoryId": "ai-employees",
|
|
2929
|
+
"filePath": "/content/docs/ai-employees/getting-started-ai-employees.md",
|
|
2930
|
+
"relativePath": "ai-employees/getting-started-ai-employees.md",
|
|
2931
|
+
"description": "",
|
|
2932
|
+
"author": "Documentation",
|
|
2933
|
+
"updatedAt": "Recently",
|
|
2934
|
+
"frontmatter": {
|
|
2935
|
+
"title": "Getting Started with AI Employees"
|
|
2936
|
+
}
|
|
2937
|
+
},
|
|
2938
|
+
{
|
|
2939
|
+
"type": "file",
|
|
2940
|
+
"name": "how-ai-employees-work",
|
|
2941
|
+
"title": "How AI Employees Work",
|
|
2942
|
+
"path": "ai-employees/how-ai-employees-work.md",
|
|
2943
|
+
"contentId": "ai-employees-how-ai-employees-work",
|
|
2944
|
+
"slug": "how-ai-employees-work",
|
|
2945
|
+
"categoryId": "ai-employees",
|
|
2946
|
+
"filePath": "/content/docs/ai-employees/how-ai-employees-work.md",
|
|
2947
|
+
"relativePath": "ai-employees/how-ai-employees-work.md",
|
|
2948
|
+
"description": "",
|
|
2949
|
+
"author": "Documentation",
|
|
2950
|
+
"updatedAt": "Recently",
|
|
2951
|
+
"frontmatter": {
|
|
2952
|
+
"title": "How AI Employees Work"
|
|
2953
|
+
}
|
|
2954
|
+
},
|
|
2955
|
+
{
|
|
2956
|
+
"type": "file",
|
|
2957
|
+
"name": "supervised-mode",
|
|
2958
|
+
"title": "AI Employee Supervised Mode",
|
|
2959
|
+
"path": "ai-employees/supervised-mode.md",
|
|
2960
|
+
"contentId": "ai-employees-supervised-mode",
|
|
2961
|
+
"slug": "supervised-mode",
|
|
2962
|
+
"categoryId": "ai-employees",
|
|
2963
|
+
"filePath": "/content/docs/ai-employees/supervised-mode.md",
|
|
2964
|
+
"relativePath": "ai-employees/supervised-mode.md",
|
|
2965
|
+
"description": "",
|
|
2966
|
+
"author": "Documentation",
|
|
2967
|
+
"updatedAt": "Recently",
|
|
2968
|
+
"frontmatter": {
|
|
2969
|
+
"title": "AI Employee Supervised Mode"
|
|
2970
|
+
}
|
|
2971
|
+
}
|
|
2972
|
+
]
|
|
2973
|
+
},
|
|
2974
|
+
{
|
|
2975
|
+
"type": "directory",
|
|
2976
|
+
"name": "data-privacy",
|
|
2977
|
+
"path": "data-privacy",
|
|
2978
|
+
"children": [
|
|
2979
|
+
{
|
|
2980
|
+
"type": "file",
|
|
2981
|
+
"name": "data-collection",
|
|
2982
|
+
"title": "Data Collection",
|
|
2983
|
+
"path": "data-privacy/data-collection.md",
|
|
2984
|
+
"contentId": "data-privacy-data-collection",
|
|
2985
|
+
"slug": "data-collection",
|
|
2986
|
+
"categoryId": "data-privacy",
|
|
2987
|
+
"filePath": "/content/docs/data-privacy/data-collection.md",
|
|
2988
|
+
"relativePath": "data-privacy/data-collection.md",
|
|
1926
2989
|
"description": "",
|
|
1927
2990
|
"author": "Documentation",
|
|
1928
2991
|
"updatedAt": "Recently",
|
|
@@ -2041,6 +3104,254 @@
|
|
|
2041
3104
|
}
|
|
2042
3105
|
]
|
|
2043
3106
|
},
|
|
3107
|
+
{
|
|
3108
|
+
"type": "directory",
|
|
3109
|
+
"name": "integrations",
|
|
3110
|
+
"path": "integrations",
|
|
3111
|
+
"children": [
|
|
3112
|
+
{
|
|
3113
|
+
"type": "file",
|
|
3114
|
+
"name": "crm-integrations",
|
|
3115
|
+
"title": "CRM Integrations",
|
|
3116
|
+
"path": "integrations/crm-integrations.md",
|
|
3117
|
+
"contentId": "integrations-crm-integrations",
|
|
3118
|
+
"slug": "crm-integrations",
|
|
3119
|
+
"categoryId": "integrations",
|
|
3120
|
+
"filePath": "/content/docs/integrations/crm-integrations.md",
|
|
3121
|
+
"relativePath": "integrations/crm-integrations.md",
|
|
3122
|
+
"description": "",
|
|
3123
|
+
"author": "Documentation",
|
|
3124
|
+
"updatedAt": "Recently",
|
|
3125
|
+
"frontmatter": {
|
|
3126
|
+
"title": "CRM Integrations"
|
|
3127
|
+
}
|
|
3128
|
+
},
|
|
3129
|
+
{
|
|
3130
|
+
"type": "file",
|
|
3131
|
+
"name": "github-integration",
|
|
3132
|
+
"title": "Github Integration",
|
|
3133
|
+
"path": "integrations/github-integration.md",
|
|
3134
|
+
"contentId": "integrations-github-integration",
|
|
3135
|
+
"slug": "github-integration",
|
|
3136
|
+
"categoryId": "integrations",
|
|
3137
|
+
"filePath": "/content/docs/integrations/github-integration.md",
|
|
3138
|
+
"relativePath": "integrations/github-integration.md",
|
|
3139
|
+
"description": "",
|
|
3140
|
+
"author": "Documentation",
|
|
3141
|
+
"updatedAt": "Recently",
|
|
3142
|
+
"frontmatter": {}
|
|
3143
|
+
},
|
|
3144
|
+
{
|
|
3145
|
+
"type": "file",
|
|
3146
|
+
"name": "integrations-overview",
|
|
3147
|
+
"title": "Integrations Overview",
|
|
3148
|
+
"path": "integrations/integrations-overview.md",
|
|
3149
|
+
"contentId": "integrations-integrations-overview",
|
|
3150
|
+
"slug": "integrations-overview",
|
|
3151
|
+
"categoryId": "integrations",
|
|
3152
|
+
"filePath": "/content/docs/integrations/integrations-overview.md",
|
|
3153
|
+
"relativePath": "integrations/integrations-overview.md",
|
|
3154
|
+
"description": "",
|
|
3155
|
+
"author": "Documentation",
|
|
3156
|
+
"updatedAt": "Recently",
|
|
3157
|
+
"frontmatter": {}
|
|
3158
|
+
},
|
|
3159
|
+
{
|
|
3160
|
+
"type": "file",
|
|
3161
|
+
"name": "monitoring-integrations",
|
|
3162
|
+
"title": "Monitoring Integrations",
|
|
3163
|
+
"path": "integrations/monitoring-integrations.md",
|
|
3164
|
+
"contentId": "integrations-monitoring-integrations",
|
|
3165
|
+
"slug": "monitoring-integrations",
|
|
3166
|
+
"categoryId": "integrations",
|
|
3167
|
+
"filePath": "/content/docs/integrations/monitoring-integrations.md",
|
|
3168
|
+
"relativePath": "integrations/monitoring-integrations.md",
|
|
3169
|
+
"description": "",
|
|
3170
|
+
"author": "Documentation",
|
|
3171
|
+
"updatedAt": "Recently",
|
|
3172
|
+
"frontmatter": {}
|
|
3173
|
+
},
|
|
3174
|
+
{
|
|
3175
|
+
"type": "file",
|
|
3176
|
+
"name": "productivity-integrations",
|
|
3177
|
+
"title": "Productivity Integrations",
|
|
3178
|
+
"path": "integrations/productivity-integrations.md",
|
|
3179
|
+
"contentId": "integrations-productivity-integrations",
|
|
3180
|
+
"slug": "productivity-integrations",
|
|
3181
|
+
"categoryId": "integrations",
|
|
3182
|
+
"filePath": "/content/docs/integrations/productivity-integrations.md",
|
|
3183
|
+
"relativePath": "integrations/productivity-integrations.md",
|
|
3184
|
+
"description": "",
|
|
3185
|
+
"author": "Documentation",
|
|
3186
|
+
"updatedAt": "Recently",
|
|
3187
|
+
"frontmatter": {}
|
|
3188
|
+
},
|
|
3189
|
+
{
|
|
3190
|
+
"type": "file",
|
|
3191
|
+
"name": "slack-integration",
|
|
3192
|
+
"title": "Slack Integration",
|
|
3193
|
+
"path": "integrations/slack-integration.md",
|
|
3194
|
+
"contentId": "integrations-slack-integration",
|
|
3195
|
+
"slug": "slack-integration",
|
|
3196
|
+
"categoryId": "integrations",
|
|
3197
|
+
"filePath": "/content/docs/integrations/slack-integration.md",
|
|
3198
|
+
"relativePath": "integrations/slack-integration.md",
|
|
3199
|
+
"description": "",
|
|
3200
|
+
"author": "Documentation",
|
|
3201
|
+
"updatedAt": "Recently",
|
|
3202
|
+
"frontmatter": {}
|
|
3203
|
+
}
|
|
3204
|
+
]
|
|
3205
|
+
},
|
|
3206
|
+
{
|
|
3207
|
+
"type": "directory",
|
|
3208
|
+
"name": "openclaw",
|
|
3209
|
+
"path": "openclaw",
|
|
3210
|
+
"children": [
|
|
3211
|
+
{
|
|
3212
|
+
"type": "file",
|
|
3213
|
+
"name": "openclaw-architecture",
|
|
3214
|
+
"title": "Openclaw Architecture",
|
|
3215
|
+
"path": "openclaw/openclaw-architecture.md",
|
|
3216
|
+
"contentId": "openclaw-openclaw-architecture",
|
|
3217
|
+
"slug": "openclaw-architecture",
|
|
3218
|
+
"categoryId": "openclaw",
|
|
3219
|
+
"filePath": "/content/docs/openclaw/openclaw-architecture.md",
|
|
3220
|
+
"relativePath": "openclaw/openclaw-architecture.md",
|
|
3221
|
+
"description": "",
|
|
3222
|
+
"author": "Documentation",
|
|
3223
|
+
"updatedAt": "Recently",
|
|
3224
|
+
"frontmatter": {}
|
|
3225
|
+
},
|
|
3226
|
+
{
|
|
3227
|
+
"type": "file",
|
|
3228
|
+
"name": "openclaw-contribution",
|
|
3229
|
+
"title": "Openclaw Contribution",
|
|
3230
|
+
"path": "openclaw/openclaw-contribution.md",
|
|
3231
|
+
"contentId": "openclaw-openclaw-contribution",
|
|
3232
|
+
"slug": "openclaw-contribution",
|
|
3233
|
+
"categoryId": "openclaw",
|
|
3234
|
+
"filePath": "/content/docs/openclaw/openclaw-contribution.md",
|
|
3235
|
+
"relativePath": "openclaw/openclaw-contribution.md",
|
|
3236
|
+
"description": "",
|
|
3237
|
+
"author": "Documentation",
|
|
3238
|
+
"updatedAt": "Recently",
|
|
3239
|
+
"frontmatter": {}
|
|
3240
|
+
},
|
|
3241
|
+
{
|
|
3242
|
+
"type": "file",
|
|
3243
|
+
"name": "openclaw-overview",
|
|
3244
|
+
"title": "Openclaw Overview",
|
|
3245
|
+
"path": "openclaw/openclaw-overview.md",
|
|
3246
|
+
"contentId": "openclaw-openclaw-overview",
|
|
3247
|
+
"slug": "openclaw-overview",
|
|
3248
|
+
"categoryId": "openclaw",
|
|
3249
|
+
"filePath": "/content/docs/openclaw/openclaw-overview.md",
|
|
3250
|
+
"relativePath": "openclaw/openclaw-overview.md",
|
|
3251
|
+
"description": "",
|
|
3252
|
+
"author": "Documentation",
|
|
3253
|
+
"updatedAt": "Recently",
|
|
3254
|
+
"frontmatter": {}
|
|
3255
|
+
}
|
|
3256
|
+
]
|
|
3257
|
+
},
|
|
3258
|
+
{
|
|
3259
|
+
"type": "directory",
|
|
3260
|
+
"name": "platform-features",
|
|
3261
|
+
"path": "platform-features",
|
|
3262
|
+
"children": [
|
|
3263
|
+
{
|
|
3264
|
+
"type": "file",
|
|
3265
|
+
"name": "always-watching",
|
|
3266
|
+
"title": "Always Watching",
|
|
3267
|
+
"path": "platform-features/always-watching.md",
|
|
3268
|
+
"contentId": "platform-features-always-watching",
|
|
3269
|
+
"slug": "always-watching",
|
|
3270
|
+
"categoryId": "platform-features",
|
|
3271
|
+
"filePath": "/content/docs/platform-features/always-watching.md",
|
|
3272
|
+
"relativePath": "platform-features/always-watching.md",
|
|
3273
|
+
"description": "",
|
|
3274
|
+
"author": "Documentation",
|
|
3275
|
+
"updatedAt": "Recently",
|
|
3276
|
+
"frontmatter": {}
|
|
3277
|
+
},
|
|
3278
|
+
{
|
|
3279
|
+
"type": "file",
|
|
3280
|
+
"name": "instant-context",
|
|
3281
|
+
"title": "Instant Context",
|
|
3282
|
+
"path": "platform-features/instant-context.md",
|
|
3283
|
+
"contentId": "platform-features-instant-context",
|
|
3284
|
+
"slug": "instant-context",
|
|
3285
|
+
"categoryId": "platform-features",
|
|
3286
|
+
"filePath": "/content/docs/platform-features/instant-context.md",
|
|
3287
|
+
"relativePath": "platform-features/instant-context.md",
|
|
3288
|
+
"description": "",
|
|
3289
|
+
"author": "Documentation",
|
|
3290
|
+
"updatedAt": "Recently",
|
|
3291
|
+
"frontmatter": {}
|
|
3292
|
+
},
|
|
3293
|
+
{
|
|
3294
|
+
"type": "file",
|
|
3295
|
+
"name": "instant-onboarding",
|
|
3296
|
+
"title": "Instant Onboarding",
|
|
3297
|
+
"path": "platform-features/instant-onboarding.md",
|
|
3298
|
+
"contentId": "platform-features-instant-onboarding",
|
|
3299
|
+
"slug": "instant-onboarding",
|
|
3300
|
+
"categoryId": "platform-features",
|
|
3301
|
+
"filePath": "/content/docs/platform-features/instant-onboarding.md",
|
|
3302
|
+
"relativePath": "platform-features/instant-onboarding.md",
|
|
3303
|
+
"description": "",
|
|
3304
|
+
"author": "Documentation",
|
|
3305
|
+
"updatedAt": "Recently",
|
|
3306
|
+
"frontmatter": {}
|
|
3307
|
+
},
|
|
3308
|
+
{
|
|
3309
|
+
"type": "file",
|
|
3310
|
+
"name": "platform-overview",
|
|
3311
|
+
"title": "Platform Overview",
|
|
3312
|
+
"path": "platform-features/platform-overview.md",
|
|
3313
|
+
"contentId": "platform-features-platform-overview",
|
|
3314
|
+
"slug": "platform-overview",
|
|
3315
|
+
"categoryId": "platform-features",
|
|
3316
|
+
"filePath": "/content/docs/platform-features/platform-overview.md",
|
|
3317
|
+
"relativePath": "platform-features/platform-overview.md",
|
|
3318
|
+
"description": "",
|
|
3319
|
+
"author": "Documentation",
|
|
3320
|
+
"updatedAt": "Recently",
|
|
3321
|
+
"frontmatter": {}
|
|
3322
|
+
},
|
|
3323
|
+
{
|
|
3324
|
+
"type": "file",
|
|
3325
|
+
"name": "proactive-alerts",
|
|
3326
|
+
"title": "Proactive Alerts",
|
|
3327
|
+
"path": "platform-features/proactive-alerts.md",
|
|
3328
|
+
"contentId": "platform-features-proactive-alerts",
|
|
3329
|
+
"slug": "proactive-alerts",
|
|
3330
|
+
"categoryId": "platform-features",
|
|
3331
|
+
"filePath": "/content/docs/platform-features/proactive-alerts.md",
|
|
3332
|
+
"relativePath": "platform-features/proactive-alerts.md",
|
|
3333
|
+
"description": "",
|
|
3334
|
+
"author": "Documentation",
|
|
3335
|
+
"updatedAt": "Recently",
|
|
3336
|
+
"frontmatter": {}
|
|
3337
|
+
},
|
|
3338
|
+
{
|
|
3339
|
+
"type": "file",
|
|
3340
|
+
"name": "smart-escalation",
|
|
3341
|
+
"title": "Smart Escalation",
|
|
3342
|
+
"path": "platform-features/smart-escalation.md",
|
|
3343
|
+
"contentId": "platform-features-smart-escalation",
|
|
3344
|
+
"slug": "smart-escalation",
|
|
3345
|
+
"categoryId": "platform-features",
|
|
3346
|
+
"filePath": "/content/docs/platform-features/smart-escalation.md",
|
|
3347
|
+
"relativePath": "platform-features/smart-escalation.md",
|
|
3348
|
+
"description": "",
|
|
3349
|
+
"author": "Documentation",
|
|
3350
|
+
"updatedAt": "Recently",
|
|
3351
|
+
"frontmatter": {}
|
|
3352
|
+
}
|
|
3353
|
+
]
|
|
3354
|
+
},
|
|
2044
3355
|
{
|
|
2045
3356
|
"type": "directory",
|
|
2046
3357
|
"name": "product-features",
|
|
@@ -2287,6 +3598,293 @@
|
|
|
2287
3598
|
}
|
|
2288
3599
|
]
|
|
2289
3600
|
},
|
|
3601
|
+
{
|
|
3602
|
+
"type": "directory",
|
|
3603
|
+
"name": "security-compliance",
|
|
3604
|
+
"path": "security-compliance",
|
|
3605
|
+
"children": [
|
|
3606
|
+
{
|
|
3607
|
+
"type": "file",
|
|
3608
|
+
"name": "audit-trail",
|
|
3609
|
+
"title": "Audit Trail",
|
|
3610
|
+
"path": "security-compliance/audit-trail.md",
|
|
3611
|
+
"contentId": "security-compliance-audit-trail",
|
|
3612
|
+
"slug": "audit-trail",
|
|
3613
|
+
"categoryId": "security-compliance",
|
|
3614
|
+
"filePath": "/content/docs/security-compliance/audit-trail.md",
|
|
3615
|
+
"relativePath": "security-compliance/audit-trail.md",
|
|
3616
|
+
"description": "",
|
|
3617
|
+
"author": "Documentation",
|
|
3618
|
+
"updatedAt": "Recently",
|
|
3619
|
+
"frontmatter": {}
|
|
3620
|
+
},
|
|
3621
|
+
{
|
|
3622
|
+
"type": "file",
|
|
3623
|
+
"name": "compliance",
|
|
3624
|
+
"title": "Compliance",
|
|
3625
|
+
"path": "security-compliance/compliance.md",
|
|
3626
|
+
"contentId": "security-compliance-compliance",
|
|
3627
|
+
"slug": "compliance",
|
|
3628
|
+
"categoryId": "security-compliance",
|
|
3629
|
+
"filePath": "/content/docs/security-compliance/compliance.md",
|
|
3630
|
+
"relativePath": "security-compliance/compliance.md",
|
|
3631
|
+
"description": "",
|
|
3632
|
+
"author": "Documentation",
|
|
3633
|
+
"updatedAt": "Recently",
|
|
3634
|
+
"frontmatter": {}
|
|
3635
|
+
},
|
|
3636
|
+
{
|
|
3637
|
+
"type": "file",
|
|
3638
|
+
"name": "data-encryption",
|
|
3639
|
+
"title": "Data Encryption",
|
|
3640
|
+
"path": "security-compliance/data-encryption.md",
|
|
3641
|
+
"contentId": "security-compliance-data-encryption",
|
|
3642
|
+
"slug": "data-encryption",
|
|
3643
|
+
"categoryId": "security-compliance",
|
|
3644
|
+
"filePath": "/content/docs/security-compliance/data-encryption.md",
|
|
3645
|
+
"relativePath": "security-compliance/data-encryption.md",
|
|
3646
|
+
"description": "",
|
|
3647
|
+
"author": "Documentation",
|
|
3648
|
+
"updatedAt": "Recently",
|
|
3649
|
+
"frontmatter": {}
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"type": "file",
|
|
3653
|
+
"name": "security-overview",
|
|
3654
|
+
"title": "Security Overview",
|
|
3655
|
+
"path": "security-compliance/security-overview.md",
|
|
3656
|
+
"contentId": "security-compliance-security-overview",
|
|
3657
|
+
"slug": "security-overview",
|
|
3658
|
+
"categoryId": "security-compliance",
|
|
3659
|
+
"filePath": "/content/docs/security-compliance/security-overview.md",
|
|
3660
|
+
"relativePath": "security-compliance/security-overview.md",
|
|
3661
|
+
"description": "",
|
|
3662
|
+
"author": "Documentation",
|
|
3663
|
+
"updatedAt": "Recently",
|
|
3664
|
+
"frontmatter": {}
|
|
3665
|
+
},
|
|
3666
|
+
{
|
|
3667
|
+
"type": "file",
|
|
3668
|
+
"name": "vm-isolation",
|
|
3669
|
+
"title": "VM Isolation and Infrastructure",
|
|
3670
|
+
"path": "security-compliance/vm-isolation.md",
|
|
3671
|
+
"contentId": "security-compliance-vm-isolation",
|
|
3672
|
+
"slug": "vm-isolation",
|
|
3673
|
+
"categoryId": "security-compliance",
|
|
3674
|
+
"filePath": "/content/docs/security-compliance/vm-isolation.md",
|
|
3675
|
+
"relativePath": "security-compliance/vm-isolation.md",
|
|
3676
|
+
"description": "",
|
|
3677
|
+
"author": "Documentation",
|
|
3678
|
+
"updatedAt": "Recently",
|
|
3679
|
+
"frontmatter": {
|
|
3680
|
+
"title": "VM Isolation and Infrastructure"
|
|
3681
|
+
}
|
|
3682
|
+
}
|
|
3683
|
+
]
|
|
3684
|
+
},
|
|
3685
|
+
{
|
|
3686
|
+
"type": "directory",
|
|
3687
|
+
"name": "solutions-engineering",
|
|
3688
|
+
"path": "solutions-engineering",
|
|
3689
|
+
"children": [
|
|
3690
|
+
{
|
|
3691
|
+
"type": "file",
|
|
3692
|
+
"name": "bug-tracking-context",
|
|
3693
|
+
"title": "Bug Tracking Context",
|
|
3694
|
+
"path": "solutions-engineering/bug-tracking-context.md",
|
|
3695
|
+
"contentId": "solutions-engineering-bug-tracking-context",
|
|
3696
|
+
"slug": "bug-tracking-context",
|
|
3697
|
+
"categoryId": "solutions-engineering",
|
|
3698
|
+
"filePath": "/content/docs/solutions-engineering/bug-tracking-context.md",
|
|
3699
|
+
"relativePath": "solutions-engineering/bug-tracking-context.md",
|
|
3700
|
+
"description": "",
|
|
3701
|
+
"author": "Documentation",
|
|
3702
|
+
"updatedAt": "Recently",
|
|
3703
|
+
"frontmatter": {}
|
|
3704
|
+
},
|
|
3705
|
+
{
|
|
3706
|
+
"type": "file",
|
|
3707
|
+
"name": "engineering-overview",
|
|
3708
|
+
"title": "Engineering Overview",
|
|
3709
|
+
"path": "solutions-engineering/engineering-overview.md",
|
|
3710
|
+
"contentId": "solutions-engineering-engineering-overview",
|
|
3711
|
+
"slug": "engineering-overview",
|
|
3712
|
+
"categoryId": "solutions-engineering",
|
|
3713
|
+
"filePath": "/content/docs/solutions-engineering/engineering-overview.md",
|
|
3714
|
+
"relativePath": "solutions-engineering/engineering-overview.md",
|
|
3715
|
+
"description": "",
|
|
3716
|
+
"author": "Documentation",
|
|
3717
|
+
"updatedAt": "Recently",
|
|
3718
|
+
"frontmatter": {}
|
|
3719
|
+
},
|
|
3720
|
+
{
|
|
3721
|
+
"type": "file",
|
|
3722
|
+
"name": "error-monitoring",
|
|
3723
|
+
"title": "Error Monitoring",
|
|
3724
|
+
"path": "solutions-engineering/error-monitoring.md",
|
|
3725
|
+
"contentId": "solutions-engineering-error-monitoring",
|
|
3726
|
+
"slug": "error-monitoring",
|
|
3727
|
+
"categoryId": "solutions-engineering",
|
|
3728
|
+
"filePath": "/content/docs/solutions-engineering/error-monitoring.md",
|
|
3729
|
+
"relativePath": "solutions-engineering/error-monitoring.md",
|
|
3730
|
+
"description": "",
|
|
3731
|
+
"author": "Documentation",
|
|
3732
|
+
"updatedAt": "Recently",
|
|
3733
|
+
"frontmatter": {}
|
|
3734
|
+
},
|
|
3735
|
+
{
|
|
3736
|
+
"type": "file",
|
|
3737
|
+
"name": "institutional-memory",
|
|
3738
|
+
"title": "Institutional Memory",
|
|
3739
|
+
"path": "solutions-engineering/institutional-memory.md",
|
|
3740
|
+
"contentId": "solutions-engineering-institutional-memory",
|
|
3741
|
+
"slug": "institutional-memory",
|
|
3742
|
+
"categoryId": "solutions-engineering",
|
|
3743
|
+
"filePath": "/content/docs/solutions-engineering/institutional-memory.md",
|
|
3744
|
+
"relativePath": "solutions-engineering/institutional-memory.md",
|
|
3745
|
+
"description": "",
|
|
3746
|
+
"author": "Documentation",
|
|
3747
|
+
"updatedAt": "Recently",
|
|
3748
|
+
"frontmatter": {}
|
|
3749
|
+
}
|
|
3750
|
+
]
|
|
3751
|
+
},
|
|
3752
|
+
{
|
|
3753
|
+
"type": "directory",
|
|
3754
|
+
"name": "solutions-marketing",
|
|
3755
|
+
"path": "solutions-marketing",
|
|
3756
|
+
"children": [
|
|
3757
|
+
{
|
|
3758
|
+
"type": "file",
|
|
3759
|
+
"name": "brand-monitoring",
|
|
3760
|
+
"title": "Brand Monitoring",
|
|
3761
|
+
"path": "solutions-marketing/brand-monitoring.md",
|
|
3762
|
+
"contentId": "solutions-marketing-brand-monitoring",
|
|
3763
|
+
"slug": "brand-monitoring",
|
|
3764
|
+
"categoryId": "solutions-marketing",
|
|
3765
|
+
"filePath": "/content/docs/solutions-marketing/brand-monitoring.md",
|
|
3766
|
+
"relativePath": "solutions-marketing/brand-monitoring.md",
|
|
3767
|
+
"description": "",
|
|
3768
|
+
"author": "Documentation",
|
|
3769
|
+
"updatedAt": "Recently",
|
|
3770
|
+
"frontmatter": {}
|
|
3771
|
+
},
|
|
3772
|
+
{
|
|
3773
|
+
"type": "file",
|
|
3774
|
+
"name": "content-automation",
|
|
3775
|
+
"title": "Content Automation",
|
|
3776
|
+
"path": "solutions-marketing/content-automation.md",
|
|
3777
|
+
"contentId": "solutions-marketing-content-automation",
|
|
3778
|
+
"slug": "content-automation",
|
|
3779
|
+
"categoryId": "solutions-marketing",
|
|
3780
|
+
"filePath": "/content/docs/solutions-marketing/content-automation.md",
|
|
3781
|
+
"relativePath": "solutions-marketing/content-automation.md",
|
|
3782
|
+
"description": "",
|
|
3783
|
+
"author": "Documentation",
|
|
3784
|
+
"updatedAt": "Recently",
|
|
3785
|
+
"frontmatter": {}
|
|
3786
|
+
},
|
|
3787
|
+
{
|
|
3788
|
+
"type": "file",
|
|
3789
|
+
"name": "marketing-overview",
|
|
3790
|
+
"title": "Marketing Overview",
|
|
3791
|
+
"path": "solutions-marketing/marketing-overview.md",
|
|
3792
|
+
"contentId": "solutions-marketing-marketing-overview",
|
|
3793
|
+
"slug": "marketing-overview",
|
|
3794
|
+
"categoryId": "solutions-marketing",
|
|
3795
|
+
"filePath": "/content/docs/solutions-marketing/marketing-overview.md",
|
|
3796
|
+
"relativePath": "solutions-marketing/marketing-overview.md",
|
|
3797
|
+
"description": "",
|
|
3798
|
+
"author": "Documentation",
|
|
3799
|
+
"updatedAt": "Recently",
|
|
3800
|
+
"frontmatter": {}
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"type": "file",
|
|
3804
|
+
"name": "social-media-management",
|
|
3805
|
+
"title": "Social Media Management",
|
|
3806
|
+
"path": "solutions-marketing/social-media-management.md",
|
|
3807
|
+
"contentId": "solutions-marketing-social-media-management",
|
|
3808
|
+
"slug": "social-media-management",
|
|
3809
|
+
"categoryId": "solutions-marketing",
|
|
3810
|
+
"filePath": "/content/docs/solutions-marketing/social-media-management.md",
|
|
3811
|
+
"relativePath": "solutions-marketing/social-media-management.md",
|
|
3812
|
+
"description": "",
|
|
3813
|
+
"author": "Documentation",
|
|
3814
|
+
"updatedAt": "Recently",
|
|
3815
|
+
"frontmatter": {}
|
|
3816
|
+
}
|
|
3817
|
+
]
|
|
3818
|
+
},
|
|
3819
|
+
{
|
|
3820
|
+
"type": "directory",
|
|
3821
|
+
"name": "solutions-sales",
|
|
3822
|
+
"path": "solutions-sales",
|
|
3823
|
+
"children": [
|
|
3824
|
+
{
|
|
3825
|
+
"type": "file",
|
|
3826
|
+
"name": "call-preparation",
|
|
3827
|
+
"title": "Call Preparation",
|
|
3828
|
+
"path": "solutions-sales/call-preparation.md",
|
|
3829
|
+
"contentId": "solutions-sales-call-preparation",
|
|
3830
|
+
"slug": "call-preparation",
|
|
3831
|
+
"categoryId": "solutions-sales",
|
|
3832
|
+
"filePath": "/content/docs/solutions-sales/call-preparation.md",
|
|
3833
|
+
"relativePath": "solutions-sales/call-preparation.md",
|
|
3834
|
+
"description": "",
|
|
3835
|
+
"author": "Documentation",
|
|
3836
|
+
"updatedAt": "Recently",
|
|
3837
|
+
"frontmatter": {}
|
|
3838
|
+
},
|
|
3839
|
+
{
|
|
3840
|
+
"type": "file",
|
|
3841
|
+
"name": "crm-automation",
|
|
3842
|
+
"title": "CRM Automation",
|
|
3843
|
+
"path": "solutions-sales/crm-automation.md",
|
|
3844
|
+
"contentId": "solutions-sales-crm-automation",
|
|
3845
|
+
"slug": "crm-automation",
|
|
3846
|
+
"categoryId": "solutions-sales",
|
|
3847
|
+
"filePath": "/content/docs/solutions-sales/crm-automation.md",
|
|
3848
|
+
"relativePath": "solutions-sales/crm-automation.md",
|
|
3849
|
+
"description": "",
|
|
3850
|
+
"author": "Documentation",
|
|
3851
|
+
"updatedAt": "Recently",
|
|
3852
|
+
"frontmatter": {
|
|
3853
|
+
"title": "CRM Automation"
|
|
3854
|
+
}
|
|
3855
|
+
},
|
|
3856
|
+
{
|
|
3857
|
+
"type": "file",
|
|
3858
|
+
"name": "lead-management",
|
|
3859
|
+
"title": "Lead Management",
|
|
3860
|
+
"path": "solutions-sales/lead-management.md",
|
|
3861
|
+
"contentId": "solutions-sales-lead-management",
|
|
3862
|
+
"slug": "lead-management",
|
|
3863
|
+
"categoryId": "solutions-sales",
|
|
3864
|
+
"filePath": "/content/docs/solutions-sales/lead-management.md",
|
|
3865
|
+
"relativePath": "solutions-sales/lead-management.md",
|
|
3866
|
+
"description": "",
|
|
3867
|
+
"author": "Documentation",
|
|
3868
|
+
"updatedAt": "Recently",
|
|
3869
|
+
"frontmatter": {}
|
|
3870
|
+
},
|
|
3871
|
+
{
|
|
3872
|
+
"type": "file",
|
|
3873
|
+
"name": "sales-overview",
|
|
3874
|
+
"title": "Sales Overview",
|
|
3875
|
+
"path": "solutions-sales/sales-overview.md",
|
|
3876
|
+
"contentId": "solutions-sales-sales-overview",
|
|
3877
|
+
"slug": "sales-overview",
|
|
3878
|
+
"categoryId": "solutions-sales",
|
|
3879
|
+
"filePath": "/content/docs/solutions-sales/sales-overview.md",
|
|
3880
|
+
"relativePath": "solutions-sales/sales-overview.md",
|
|
3881
|
+
"description": "",
|
|
3882
|
+
"author": "Documentation",
|
|
3883
|
+
"updatedAt": "Recently",
|
|
3884
|
+
"frontmatter": {}
|
|
3885
|
+
}
|
|
3886
|
+
]
|
|
3887
|
+
},
|
|
2290
3888
|
{
|
|
2291
3889
|
"type": "directory",
|
|
2292
3890
|
"name": "spaces-library",
|
|
@@ -2682,14 +4280,103 @@
|
|
|
2682
4280
|
"children": [
|
|
2683
4281
|
{
|
|
2684
4282
|
"type": "file",
|
|
2685
|
-
"name": "conversation-management",
|
|
2686
|
-
"title": "Conversation Management",
|
|
2687
|
-
"path": "threads/conversation-management.md",
|
|
2688
|
-
"contentId": "threads-conversation-management",
|
|
2689
|
-
"slug": "conversation-management",
|
|
2690
|
-
"categoryId": "threads",
|
|
2691
|
-
"filePath": "/content/docs/threads/conversation-management.md",
|
|
2692
|
-
"relativePath": "threads/conversation-management.md",
|
|
4283
|
+
"name": "conversation-management",
|
|
4284
|
+
"title": "Conversation Management",
|
|
4285
|
+
"path": "threads/conversation-management.md",
|
|
4286
|
+
"contentId": "threads-conversation-management",
|
|
4287
|
+
"slug": "conversation-management",
|
|
4288
|
+
"categoryId": "threads",
|
|
4289
|
+
"filePath": "/content/docs/threads/conversation-management.md",
|
|
4290
|
+
"relativePath": "threads/conversation-management.md",
|
|
4291
|
+
"description": "",
|
|
4292
|
+
"author": "Documentation",
|
|
4293
|
+
"updatedAt": "Recently",
|
|
4294
|
+
"frontmatter": {}
|
|
4295
|
+
},
|
|
4296
|
+
{
|
|
4297
|
+
"type": "file",
|
|
4298
|
+
"name": "threads-overview",
|
|
4299
|
+
"title": "Threads Overview",
|
|
4300
|
+
"path": "threads/threads-overview.md",
|
|
4301
|
+
"contentId": "threads-threads-overview",
|
|
4302
|
+
"slug": "threads-overview",
|
|
4303
|
+
"categoryId": "threads",
|
|
4304
|
+
"filePath": "/content/docs/threads/threads-overview.md",
|
|
4305
|
+
"relativePath": "threads/threads-overview.md",
|
|
4306
|
+
"description": "",
|
|
4307
|
+
"author": "Documentation",
|
|
4308
|
+
"updatedAt": "Recently",
|
|
4309
|
+
"frontmatter": {}
|
|
4310
|
+
}
|
|
4311
|
+
]
|
|
4312
|
+
},
|
|
4313
|
+
{
|
|
4314
|
+
"type": "directory",
|
|
4315
|
+
"name": "troubleshooting",
|
|
4316
|
+
"path": "troubleshooting",
|
|
4317
|
+
"children": [
|
|
4318
|
+
{
|
|
4319
|
+
"type": "file",
|
|
4320
|
+
"name": "common-issues",
|
|
4321
|
+
"title": "Common Issues",
|
|
4322
|
+
"path": "troubleshooting/common-issues.md",
|
|
4323
|
+
"contentId": "troubleshooting-common-issues",
|
|
4324
|
+
"slug": "common-issues",
|
|
4325
|
+
"categoryId": "troubleshooting",
|
|
4326
|
+
"filePath": "/content/docs/troubleshooting/common-issues.md",
|
|
4327
|
+
"relativePath": "troubleshooting/common-issues.md",
|
|
4328
|
+
"description": "",
|
|
4329
|
+
"author": "Documentation",
|
|
4330
|
+
"updatedAt": "Recently",
|
|
4331
|
+
"frontmatter": {}
|
|
4332
|
+
}
|
|
4333
|
+
]
|
|
4334
|
+
},
|
|
4335
|
+
{
|
|
4336
|
+
"type": "directory",
|
|
4337
|
+
"name": "use-cases",
|
|
4338
|
+
"path": "use-cases",
|
|
4339
|
+
"children": [
|
|
4340
|
+
{
|
|
4341
|
+
"type": "file",
|
|
4342
|
+
"name": "engineering-use-cases",
|
|
4343
|
+
"title": "Engineering Use Cases",
|
|
4344
|
+
"path": "use-cases/engineering-use-cases.md",
|
|
4345
|
+
"contentId": "use-cases-engineering-use-cases",
|
|
4346
|
+
"slug": "engineering-use-cases",
|
|
4347
|
+
"categoryId": "use-cases",
|
|
4348
|
+
"filePath": "/content/docs/use-cases/engineering-use-cases.md",
|
|
4349
|
+
"relativePath": "use-cases/engineering-use-cases.md",
|
|
4350
|
+
"description": "",
|
|
4351
|
+
"author": "Documentation",
|
|
4352
|
+
"updatedAt": "Recently",
|
|
4353
|
+
"frontmatter": {}
|
|
4354
|
+
},
|
|
4355
|
+
{
|
|
4356
|
+
"type": "file",
|
|
4357
|
+
"name": "marketing-use-cases",
|
|
4358
|
+
"title": "Marketing Use Cases",
|
|
4359
|
+
"path": "use-cases/marketing-use-cases.md",
|
|
4360
|
+
"contentId": "use-cases-marketing-use-cases",
|
|
4361
|
+
"slug": "marketing-use-cases",
|
|
4362
|
+
"categoryId": "use-cases",
|
|
4363
|
+
"filePath": "/content/docs/use-cases/marketing-use-cases.md",
|
|
4364
|
+
"relativePath": "use-cases/marketing-use-cases.md",
|
|
4365
|
+
"description": "",
|
|
4366
|
+
"author": "Documentation",
|
|
4367
|
+
"updatedAt": "Recently",
|
|
4368
|
+
"frontmatter": {}
|
|
4369
|
+
},
|
|
4370
|
+
{
|
|
4371
|
+
"type": "file",
|
|
4372
|
+
"name": "sales-use-cases",
|
|
4373
|
+
"title": "Sales Use Cases",
|
|
4374
|
+
"path": "use-cases/sales-use-cases.md",
|
|
4375
|
+
"contentId": "use-cases-sales-use-cases",
|
|
4376
|
+
"slug": "sales-use-cases",
|
|
4377
|
+
"categoryId": "use-cases",
|
|
4378
|
+
"filePath": "/content/docs/use-cases/sales-use-cases.md",
|
|
4379
|
+
"relativePath": "use-cases/sales-use-cases.md",
|
|
2693
4380
|
"description": "",
|
|
2694
4381
|
"author": "Documentation",
|
|
2695
4382
|
"updatedAt": "Recently",
|
|
@@ -2697,36 +4384,29 @@
|
|
|
2697
4384
|
},
|
|
2698
4385
|
{
|
|
2699
4386
|
"type": "file",
|
|
2700
|
-
"name": "
|
|
2701
|
-
"title": "
|
|
2702
|
-
"path": "
|
|
2703
|
-
"contentId": "
|
|
2704
|
-
"slug": "
|
|
2705
|
-
"categoryId": "
|
|
2706
|
-
"filePath": "/content/docs/
|
|
2707
|
-
"relativePath": "
|
|
4387
|
+
"name": "support-use-cases",
|
|
4388
|
+
"title": "Support Use Cases",
|
|
4389
|
+
"path": "use-cases/support-use-cases.md",
|
|
4390
|
+
"contentId": "use-cases-support-use-cases",
|
|
4391
|
+
"slug": "support-use-cases",
|
|
4392
|
+
"categoryId": "use-cases",
|
|
4393
|
+
"filePath": "/content/docs/use-cases/support-use-cases.md",
|
|
4394
|
+
"relativePath": "use-cases/support-use-cases.md",
|
|
2708
4395
|
"description": "",
|
|
2709
4396
|
"author": "Documentation",
|
|
2710
4397
|
"updatedAt": "Recently",
|
|
2711
4398
|
"frontmatter": {}
|
|
2712
|
-
}
|
|
2713
|
-
]
|
|
2714
|
-
},
|
|
2715
|
-
{
|
|
2716
|
-
"type": "directory",
|
|
2717
|
-
"name": "troubleshooting",
|
|
2718
|
-
"path": "troubleshooting",
|
|
2719
|
-
"children": [
|
|
4399
|
+
},
|
|
2720
4400
|
{
|
|
2721
4401
|
"type": "file",
|
|
2722
|
-
"name": "
|
|
2723
|
-
"title": "
|
|
2724
|
-
"path": "
|
|
2725
|
-
"contentId": "
|
|
2726
|
-
"slug": "
|
|
2727
|
-
"categoryId": "
|
|
2728
|
-
"filePath": "/content/docs/
|
|
2729
|
-
"relativePath": "
|
|
4402
|
+
"name": "use-cases-overview",
|
|
4403
|
+
"title": "Use Cases Overview",
|
|
4404
|
+
"path": "use-cases/use-cases-overview.md",
|
|
4405
|
+
"contentId": "use-cases-use-cases-overview",
|
|
4406
|
+
"slug": "use-cases-overview",
|
|
4407
|
+
"categoryId": "use-cases",
|
|
4408
|
+
"filePath": "/content/docs/use-cases/use-cases-overview.md",
|
|
4409
|
+
"relativePath": "use-cases/use-cases-overview.md",
|
|
2730
4410
|
"description": "",
|
|
2731
4411
|
"author": "Documentation",
|
|
2732
4412
|
"updatedAt": "Recently",
|
|
@@ -3132,6 +4812,37 @@
|
|
|
3132
4812
|
],
|
|
3133
4813
|
"isFile": false
|
|
3134
4814
|
},
|
|
4815
|
+
{
|
|
4816
|
+
"title": "Ai Employees",
|
|
4817
|
+
"path": null,
|
|
4818
|
+
"children": [
|
|
4819
|
+
{
|
|
4820
|
+
"title": "AI Employees Overview",
|
|
4821
|
+
"path": "/help-center/ai-employees/ai-employees-overview",
|
|
4822
|
+
"children": [],
|
|
4823
|
+
"isFile": true
|
|
4824
|
+
},
|
|
4825
|
+
{
|
|
4826
|
+
"title": "Getting Started with AI Employees",
|
|
4827
|
+
"path": "/help-center/ai-employees/getting-started-ai-employees",
|
|
4828
|
+
"children": [],
|
|
4829
|
+
"isFile": true
|
|
4830
|
+
},
|
|
4831
|
+
{
|
|
4832
|
+
"title": "How AI Employees Work",
|
|
4833
|
+
"path": "/help-center/ai-employees/how-ai-employees-work",
|
|
4834
|
+
"children": [],
|
|
4835
|
+
"isFile": true
|
|
4836
|
+
},
|
|
4837
|
+
{
|
|
4838
|
+
"title": "AI Employee Supervised Mode",
|
|
4839
|
+
"path": "/help-center/ai-employees/supervised-mode",
|
|
4840
|
+
"children": [],
|
|
4841
|
+
"isFile": true
|
|
4842
|
+
}
|
|
4843
|
+
],
|
|
4844
|
+
"isFile": false
|
|
4845
|
+
},
|
|
3135
4846
|
{
|
|
3136
4847
|
"title": "Data Privacy",
|
|
3137
4848
|
"path": null,
|
|
@@ -3202,6 +4913,117 @@
|
|
|
3202
4913
|
],
|
|
3203
4914
|
"isFile": false
|
|
3204
4915
|
},
|
|
4916
|
+
{
|
|
4917
|
+
"title": "Integrations",
|
|
4918
|
+
"path": null,
|
|
4919
|
+
"children": [
|
|
4920
|
+
{
|
|
4921
|
+
"title": "CRM Integrations",
|
|
4922
|
+
"path": "/help-center/integrations/crm-integrations",
|
|
4923
|
+
"children": [],
|
|
4924
|
+
"isFile": true
|
|
4925
|
+
},
|
|
4926
|
+
{
|
|
4927
|
+
"title": "Github Integration",
|
|
4928
|
+
"path": "/help-center/integrations/github-integration",
|
|
4929
|
+
"children": [],
|
|
4930
|
+
"isFile": true
|
|
4931
|
+
},
|
|
4932
|
+
{
|
|
4933
|
+
"title": "Integrations Overview",
|
|
4934
|
+
"path": "/help-center/integrations/integrations-overview",
|
|
4935
|
+
"children": [],
|
|
4936
|
+
"isFile": true
|
|
4937
|
+
},
|
|
4938
|
+
{
|
|
4939
|
+
"title": "Monitoring Integrations",
|
|
4940
|
+
"path": "/help-center/integrations/monitoring-integrations",
|
|
4941
|
+
"children": [],
|
|
4942
|
+
"isFile": true
|
|
4943
|
+
},
|
|
4944
|
+
{
|
|
4945
|
+
"title": "Productivity Integrations",
|
|
4946
|
+
"path": "/help-center/integrations/productivity-integrations",
|
|
4947
|
+
"children": [],
|
|
4948
|
+
"isFile": true
|
|
4949
|
+
},
|
|
4950
|
+
{
|
|
4951
|
+
"title": "Slack Integration",
|
|
4952
|
+
"path": "/help-center/integrations/slack-integration",
|
|
4953
|
+
"children": [],
|
|
4954
|
+
"isFile": true
|
|
4955
|
+
}
|
|
4956
|
+
],
|
|
4957
|
+
"isFile": false
|
|
4958
|
+
},
|
|
4959
|
+
{
|
|
4960
|
+
"title": "Openclaw",
|
|
4961
|
+
"path": null,
|
|
4962
|
+
"children": [
|
|
4963
|
+
{
|
|
4964
|
+
"title": "Openclaw Architecture",
|
|
4965
|
+
"path": "/help-center/openclaw/openclaw-architecture",
|
|
4966
|
+
"children": [],
|
|
4967
|
+
"isFile": true
|
|
4968
|
+
},
|
|
4969
|
+
{
|
|
4970
|
+
"title": "Openclaw Contribution",
|
|
4971
|
+
"path": "/help-center/openclaw/openclaw-contribution",
|
|
4972
|
+
"children": [],
|
|
4973
|
+
"isFile": true
|
|
4974
|
+
},
|
|
4975
|
+
{
|
|
4976
|
+
"title": "Openclaw Overview",
|
|
4977
|
+
"path": "/help-center/openclaw/openclaw-overview",
|
|
4978
|
+
"children": [],
|
|
4979
|
+
"isFile": true
|
|
4980
|
+
}
|
|
4981
|
+
],
|
|
4982
|
+
"isFile": false
|
|
4983
|
+
},
|
|
4984
|
+
{
|
|
4985
|
+
"title": "Platform Features",
|
|
4986
|
+
"path": null,
|
|
4987
|
+
"children": [
|
|
4988
|
+
{
|
|
4989
|
+
"title": "Always Watching",
|
|
4990
|
+
"path": "/help-center/platform-features/always-watching",
|
|
4991
|
+
"children": [],
|
|
4992
|
+
"isFile": true
|
|
4993
|
+
},
|
|
4994
|
+
{
|
|
4995
|
+
"title": "Instant Context",
|
|
4996
|
+
"path": "/help-center/platform-features/instant-context",
|
|
4997
|
+
"children": [],
|
|
4998
|
+
"isFile": true
|
|
4999
|
+
},
|
|
5000
|
+
{
|
|
5001
|
+
"title": "Instant Onboarding",
|
|
5002
|
+
"path": "/help-center/platform-features/instant-onboarding",
|
|
5003
|
+
"children": [],
|
|
5004
|
+
"isFile": true
|
|
5005
|
+
},
|
|
5006
|
+
{
|
|
5007
|
+
"title": "Platform Overview",
|
|
5008
|
+
"path": "/help-center/platform-features/platform-overview",
|
|
5009
|
+
"children": [],
|
|
5010
|
+
"isFile": true
|
|
5011
|
+
},
|
|
5012
|
+
{
|
|
5013
|
+
"title": "Proactive Alerts",
|
|
5014
|
+
"path": "/help-center/platform-features/proactive-alerts",
|
|
5015
|
+
"children": [],
|
|
5016
|
+
"isFile": true
|
|
5017
|
+
},
|
|
5018
|
+
{
|
|
5019
|
+
"title": "Smart Escalation",
|
|
5020
|
+
"path": "/help-center/platform-features/smart-escalation",
|
|
5021
|
+
"children": [],
|
|
5022
|
+
"isFile": true
|
|
5023
|
+
}
|
|
5024
|
+
],
|
|
5025
|
+
"isFile": false
|
|
5026
|
+
},
|
|
3205
5027
|
{
|
|
3206
5028
|
"title": "Product Features",
|
|
3207
5029
|
"path": null,
|
|
@@ -3313,6 +5135,136 @@
|
|
|
3313
5135
|
],
|
|
3314
5136
|
"isFile": false
|
|
3315
5137
|
},
|
|
5138
|
+
{
|
|
5139
|
+
"title": "Security Compliance",
|
|
5140
|
+
"path": null,
|
|
5141
|
+
"children": [
|
|
5142
|
+
{
|
|
5143
|
+
"title": "Audit Trail",
|
|
5144
|
+
"path": "/help-center/security-compliance/audit-trail",
|
|
5145
|
+
"children": [],
|
|
5146
|
+
"isFile": true
|
|
5147
|
+
},
|
|
5148
|
+
{
|
|
5149
|
+
"title": "Compliance",
|
|
5150
|
+
"path": "/help-center/security-compliance/compliance",
|
|
5151
|
+
"children": [],
|
|
5152
|
+
"isFile": true
|
|
5153
|
+
},
|
|
5154
|
+
{
|
|
5155
|
+
"title": "Data Encryption",
|
|
5156
|
+
"path": "/help-center/security-compliance/data-encryption",
|
|
5157
|
+
"children": [],
|
|
5158
|
+
"isFile": true
|
|
5159
|
+
},
|
|
5160
|
+
{
|
|
5161
|
+
"title": "Security Overview",
|
|
5162
|
+
"path": "/help-center/security-compliance/security-overview",
|
|
5163
|
+
"children": [],
|
|
5164
|
+
"isFile": true
|
|
5165
|
+
},
|
|
5166
|
+
{
|
|
5167
|
+
"title": "VM Isolation and Infrastructure",
|
|
5168
|
+
"path": "/help-center/security-compliance/vm-isolation",
|
|
5169
|
+
"children": [],
|
|
5170
|
+
"isFile": true
|
|
5171
|
+
}
|
|
5172
|
+
],
|
|
5173
|
+
"isFile": false
|
|
5174
|
+
},
|
|
5175
|
+
{
|
|
5176
|
+
"title": "Solutions Engineering",
|
|
5177
|
+
"path": null,
|
|
5178
|
+
"children": [
|
|
5179
|
+
{
|
|
5180
|
+
"title": "Bug Tracking Context",
|
|
5181
|
+
"path": "/help-center/solutions-engineering/bug-tracking-context",
|
|
5182
|
+
"children": [],
|
|
5183
|
+
"isFile": true
|
|
5184
|
+
},
|
|
5185
|
+
{
|
|
5186
|
+
"title": "Engineering Overview",
|
|
5187
|
+
"path": "/help-center/solutions-engineering/engineering-overview",
|
|
5188
|
+
"children": [],
|
|
5189
|
+
"isFile": true
|
|
5190
|
+
},
|
|
5191
|
+
{
|
|
5192
|
+
"title": "Error Monitoring",
|
|
5193
|
+
"path": "/help-center/solutions-engineering/error-monitoring",
|
|
5194
|
+
"children": [],
|
|
5195
|
+
"isFile": true
|
|
5196
|
+
},
|
|
5197
|
+
{
|
|
5198
|
+
"title": "Institutional Memory",
|
|
5199
|
+
"path": "/help-center/solutions-engineering/institutional-memory",
|
|
5200
|
+
"children": [],
|
|
5201
|
+
"isFile": true
|
|
5202
|
+
}
|
|
5203
|
+
],
|
|
5204
|
+
"isFile": false
|
|
5205
|
+
},
|
|
5206
|
+
{
|
|
5207
|
+
"title": "Solutions Marketing",
|
|
5208
|
+
"path": null,
|
|
5209
|
+
"children": [
|
|
5210
|
+
{
|
|
5211
|
+
"title": "Brand Monitoring",
|
|
5212
|
+
"path": "/help-center/solutions-marketing/brand-monitoring",
|
|
5213
|
+
"children": [],
|
|
5214
|
+
"isFile": true
|
|
5215
|
+
},
|
|
5216
|
+
{
|
|
5217
|
+
"title": "Content Automation",
|
|
5218
|
+
"path": "/help-center/solutions-marketing/content-automation",
|
|
5219
|
+
"children": [],
|
|
5220
|
+
"isFile": true
|
|
5221
|
+
},
|
|
5222
|
+
{
|
|
5223
|
+
"title": "Marketing Overview",
|
|
5224
|
+
"path": "/help-center/solutions-marketing/marketing-overview",
|
|
5225
|
+
"children": [],
|
|
5226
|
+
"isFile": true
|
|
5227
|
+
},
|
|
5228
|
+
{
|
|
5229
|
+
"title": "Social Media Management",
|
|
5230
|
+
"path": "/help-center/solutions-marketing/social-media-management",
|
|
5231
|
+
"children": [],
|
|
5232
|
+
"isFile": true
|
|
5233
|
+
}
|
|
5234
|
+
],
|
|
5235
|
+
"isFile": false
|
|
5236
|
+
},
|
|
5237
|
+
{
|
|
5238
|
+
"title": "Solutions Sales",
|
|
5239
|
+
"path": null,
|
|
5240
|
+
"children": [
|
|
5241
|
+
{
|
|
5242
|
+
"title": "Call Preparation",
|
|
5243
|
+
"path": "/help-center/solutions-sales/call-preparation",
|
|
5244
|
+
"children": [],
|
|
5245
|
+
"isFile": true
|
|
5246
|
+
},
|
|
5247
|
+
{
|
|
5248
|
+
"title": "CRM Automation",
|
|
5249
|
+
"path": "/help-center/solutions-sales/crm-automation",
|
|
5250
|
+
"children": [],
|
|
5251
|
+
"isFile": true
|
|
5252
|
+
},
|
|
5253
|
+
{
|
|
5254
|
+
"title": "Lead Management",
|
|
5255
|
+
"path": "/help-center/solutions-sales/lead-management",
|
|
5256
|
+
"children": [],
|
|
5257
|
+
"isFile": true
|
|
5258
|
+
},
|
|
5259
|
+
{
|
|
5260
|
+
"title": "Sales Overview",
|
|
5261
|
+
"path": "/help-center/solutions-sales/sales-overview",
|
|
5262
|
+
"children": [],
|
|
5263
|
+
"isFile": true
|
|
5264
|
+
}
|
|
5265
|
+
],
|
|
5266
|
+
"isFile": false
|
|
5267
|
+
},
|
|
3316
5268
|
{
|
|
3317
5269
|
"title": "Spaces Library",
|
|
3318
5270
|
"path": null,
|
|
@@ -3517,6 +5469,43 @@
|
|
|
3517
5469
|
],
|
|
3518
5470
|
"isFile": false
|
|
3519
5471
|
},
|
|
5472
|
+
{
|
|
5473
|
+
"title": "Use Cases",
|
|
5474
|
+
"path": null,
|
|
5475
|
+
"children": [
|
|
5476
|
+
{
|
|
5477
|
+
"title": "Engineering Use Cases",
|
|
5478
|
+
"path": "/help-center/use-cases/engineering-use-cases",
|
|
5479
|
+
"children": [],
|
|
5480
|
+
"isFile": true
|
|
5481
|
+
},
|
|
5482
|
+
{
|
|
5483
|
+
"title": "Marketing Use Cases",
|
|
5484
|
+
"path": "/help-center/use-cases/marketing-use-cases",
|
|
5485
|
+
"children": [],
|
|
5486
|
+
"isFile": true
|
|
5487
|
+
},
|
|
5488
|
+
{
|
|
5489
|
+
"title": "Sales Use Cases",
|
|
5490
|
+
"path": "/help-center/use-cases/sales-use-cases",
|
|
5491
|
+
"children": [],
|
|
5492
|
+
"isFile": true
|
|
5493
|
+
},
|
|
5494
|
+
{
|
|
5495
|
+
"title": "Support Use Cases",
|
|
5496
|
+
"path": "/help-center/use-cases/support-use-cases",
|
|
5497
|
+
"children": [],
|
|
5498
|
+
"isFile": true
|
|
5499
|
+
},
|
|
5500
|
+
{
|
|
5501
|
+
"title": "Use Cases Overview",
|
|
5502
|
+
"path": "/help-center/use-cases/use-cases-overview",
|
|
5503
|
+
"children": [],
|
|
5504
|
+
"isFile": true
|
|
5505
|
+
}
|
|
5506
|
+
],
|
|
5507
|
+
"isFile": false
|
|
5508
|
+
},
|
|
3520
5509
|
{
|
|
3521
5510
|
"title": "What Is Yantra",
|
|
3522
5511
|
"path": null,
|