-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathmkdocs.en.ai-for-work.yml
More file actions
232 lines (229 loc) · 8.6 KB
/
mkdocs.en.ai-for-work.yml
File metadata and controls
232 lines (229 loc) · 8.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
site_name: Kore ai Docs
site_author: Kore ai Content Experience Team
docs_dir: 'docs/ai-for-work/'
site_dir: 'site/ai-for-work/'
site_url: https://docs.kore.ai/ai-for-work/
repo_name: Koredotcom/docs
repo_url: https://github.com/Koredotcom/docs
extra_css:
- stylesheets/extra_kore.css
theme:
favicon: images/Kore_Black.svg
name: material
custom_dir: overrides.en.ai-for-work
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.path
- navigation.footer
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- header.autohide
language: en
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: indigo
accent: indigo
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: indigo
accent: lime
plugins:
- search:
lang: tr
- glightbox
- redirects:
redirect_maps:
'getting-started/quick-start-guide.md': 'getting-started/setup-guide.md'
'user-management/managing your users.md': 'user-management/managing-your-users.md'
'security/sso.md': 'security/sso-overview.md'
'APIs/audit-log-api.md': 'audit-log/audit-log-api.md'
'custom-agents/default-rag.md': 'custom-agents/enterprise-knowledge.md'
'assistant-configuration/email-template.md': 'assist-configuration/email-template.md'
'assistant-configuration/rate-limit.md': 'assist-configuration/rate-limit.md'
'assistant-configuration/guardrails.md': 'assist-configuration/guardrails.md'
'assistant-configuration/orchestration-settings.md': 'assist-configuration/orchestration-settings.md'
'assistant-configuration/mcp-server.md': 'assist-configuration/mcp-server.md'
'channels/ms-teams/microsoft-teams-config.md': 'channels/microsoft-teams-config.md'
'channels/ms-teams/microsoft-teams.md': 'channels/microsoft-teams.md'
'user-management/enterprise-directory.md': 'employees/directory-configuration.md'
extra:
version:
provider: mike
generator: false
analytics:
provider: google
property: G-560BYJFH0P
feedback:
title: Was this page helpful?
ratings:
- icon: material/thumb-up-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/thumb-down-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback!
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- extra_js/feedback.js
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
title: On this Page
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
copyright: |
© 2026 Kore.ai, Inc. – All trademarks are the property of their respective owners.
nav:
- Home : home.md
- Getting Started:
- Introduction to AI for Work: getting-started/introduction.md
- Accessing AI for Work: getting-started/accessing-ai-for-work.md
- Setup Guide: getting-started/setup-guide.md
- Marketplace: getting-started/marketplace.md
- Using AI for Work Assistant:
- How to Use: getting-started/how-to-use.md
- Schedule Agents: getting-started/schedule-agents.md
- Release Notes:
- Release Updates: release-notes/release-updates.md
- Custom Agents:
- About Custom Agents: custom-agents/overview.md
- Enterprise Knowledge:
- Source: custom-agents/enterprise-knowledge.md
- Connect Search AI: custom-agents/connect-search-ai.md
- Connect Agentic App: custom-agents/connect-agentic-app.md
- Connect Amazon Q: custom-agents/connect-amazon-q.md
- Work - Agentic Search: custom-agents/work-agent.md
- AI Agents:
- Prompt Agents: custom-agents/prompt-agents.md
- API Agents: custom-agents/api-agents.md
- Search Agents: custom-agents/search-agents.md
- Agentic Flows: custom-agents/agentic-flows.md
- Autonomous Agents: custom-agents/autonomous-agent.md
- Other Agents:
- Bot Agents: custom-agents/bot-agents.md
- Workflow Agents: custom-agents/workflow-agents.md
- MCP:
- MCP Agents: custom-agents/mcp-agents.md
- MCP Connections: custom-agents/mcp-connections.md
- Agent Management:
- Agent Options: custom-agents/agent-options.md
- Agent Testing: custom-agents/agent-testing.md
- Agent Creation: custom-agents/agent-creation.md
- Agent Version: custom-agents/agent-version.md
- Alert Task: custom-agents/alert-task.md
- Notify API: custom-agents/notify-api.md
- Schedule Trigger: custom-agents/schedule-trigger.md
- Pre-built Agents:
- About Pre-built Agents: pre-built-agents/overview.md
- Analytics:
- Analytics Overview: analytics/overview.md
- Dashboard View: analytics/dashboard-view.md
- Data View: analytics/data-view.md
- Feedback: analytics/feedback.md
- Administration:
- Admin Console Overview: Administration/overview.md
- Workspace: Administration/workspace.md
- Account Hub: Administration/account-hub.md
- Assist Configuration:
- Announcements: assist-configuration/announcements.md
- Channels:
- Microsoft Teams:
- Overview: channels/microsoft-teams.md
- Configuration: channels/microsoft-teams-config.md
- Slack:
- Overview: channels/slack-overview.md
- Configuration: channels/slack-configuration.md
- Email Template: assist-configuration/email-template.md
- Guardrails: assist-configuration/guardrails.md
- MCP Server: assist-configuration/mcp-server.md
- Orchestration Settings: assist-configuration/orchestration-settings.md
- Rate Limit: assist-configuration/rate-limit.md
- Scheduler Settings: assist-configuration/scheduler-settings.md
- Language Settings: assist-configuration/language-settings.md
- Attachment Settings: assist-configuration/attachment-settings.md
- Employees:
- Directory Configuration: employees/directory-configuration.md
- Organization Chart: employees/organization-chart.md
- Lookup Settings: employees/lookup-settings.md
- User Management:
- User Enrollments: user-management/user-enrollments.md
- Add Users: user-management/managing-your-users.md
- Manage Groups: user-management/managing-your-groups.md
- Workspace Management:
- Account Workspace: workspace-management/account-workspace.md
- Personal Workspace: workspace-management/personal-workspace.md
- Integration:
- Amazon Q: integration/amazon-q.md
- LLM Configuration:
- General Purpose: llm-configuration/general-purpose.md
- Business Rules: llm-configuration/business-rules.md
- Security:
- SSO:
- Overview: security/sso-overview.md
- OIDC: security/oidc.md
- SAML: security/saml.md
- WSFC: security/wsfc.md
- Domain Management: security/domain-management.md
- Service Accounts:
- Overview: security/service-accounts.md
- Google: security/google-cloud-service-accounts.md
- MS Azure: security/azure-service-accounts.md
- Data Settings: security/data-settings.md
- Enterprise Encryption:
- Setup: security/enterprise-encryption.md
- AWS: security/aws-enterprise-encryption.md
- Azure: security/azure-enterprise-encryption.md
- Audit Log:
- Audit Log Management: audit-log/audit-log-management.md
- Audit Log API: audit-log/audit-log-api.md
- APIs:
- Authorization: APIs/authorization.md