File size: 99,022 Bytes
38a90cc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ba0e8cd
 
 
 
 
 
aa82e64
 
 
 
 
 
 
 
 
 
 
 
ffcb186
289fd40
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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
timestamp_utc,domain,reason,question,best_faq_id,best_question,score,lexical,semantic,entity
2026-02-17T18:01:21Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-17T18:01:26Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-17T18:01:29Z,pots,below_threshold,Follow-up request: deep compare,FAQM-0059,"customer asks follow-up: ""deep compare"" after prior answer. keep context pls",0.5546,0.8462,0.3757,0.0
2026-02-17T18:02:08Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-17T18:02:13Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-17T18:05:22Z,router_docs,below_threshold,prime care?,FAQM-0402,What is Peplink PrimeCare?,0.6807,1.0,0.5162,0.0
2026-02-17T20:00:50Z,router_docs,below_threshold,What WAN/LAN ports are documented for AER1600?,FAQM-0139,Is AER1600 end of life?,0.6146,0.6667,0.2321,1.0
2026-02-17T20:00:51Z,router_docs,below_threshold,What WAN/LAN ports are documented for RV50X?,FAQM-0160,Is RV50X end of life?,0.5656,0.5882,0.2043,1.0
2026-02-17T20:01:22Z,router_docs,below_threshold,"If yes, what connector types are documented?",FAQM-0263,What are documented antenna connector types for CR602?,0.6306,0.9091,0.5029,0.0
2026-02-17T20:01:30Z,masters,below_threshold,Give a plain-English explainer of MFVN for non-technical account teams,FAQM-0012,Build an internal prep list for technical validation session with SE team.,0.3429,0.4895,0.2803,0.0
2026-02-17T20:01:49Z,pots,below_threshold,Summarize the RCN POTS replacement knowledgebase doc into top decision criteria,FAQM-0239,Summarize RCN POTS replacement knowledge base points for sales enablement.,0.5092,0.6711,0.4963,0.0
2026-02-17T20:05:03Z,masters,below_threshold,What evidence do we have in docs for secure fax positioning?,FAQM-0247,Summarize what docs say about secure fax migration constraints.,0.4406,0.6116,0.3852,0.0
2026-02-17T20:05:17Z,router_docs,below_threshold,"For that one, include WAN/LAN + RF connector table too",FAQM-0263,What are documented antenna connector types for CR602?,0.3735,0.5283,0.3123,0.0
2026-02-17T20:05:53Z,pots,below_threshold,Summarize the government POTS replacement doc into procurement/compliance talking points,FAQM-0235,Summarize government POTS replacement guidance in the corpus.,0.5859,0.8119,0.5142,0.0
2026-02-17T20:06:28Z,router_docs,below_threshold,cite docs if available,FAQM-0051,Create a concise internal cheat sheet from available Masters docs.,0.5089,0.7778,0.3429,0.0
2026-02-17T20:07:42Z,masters,below_threshold,Draft a concise follow-up email after a customer asks about dual pathway fire/elevator requirements,FAQM-0061,"customer follow-up: ""what about cradlepoint"" after peplink case studies",0.4121,0.6122,0.3028,0.0
2026-02-17T20:08:02Z,pots,below_threshold,"From Karis Law + RAY BAUM'S Act docs, what should we include in discovery and implementation?",FAQM-0237,Summarize Karis Law and RAY BAUM's Act implications for deployments.,0.4629,0.6329,0.4183,0.0
2026-02-17T20:08:10Z,router_docs,below_threshold,same as above but keep it short for txt msg to sales lead,FAQM-0214,show full details on xr60 but keep it short and source-backed,0.4143,0.5763,0.3603,0.0
2026-02-17T20:08:34Z,router_docs,below_threshold,"key diffs b/w FWA02 and FWA12, put in a table",FAQM-0287,What are the key differences between the FWA02 and the FWA12?,0.7103,0.7083,0.4462,1.0
2026-02-17T20:08:35Z,pots,below_threshold,What do rag7 regulatory docs say about notice + 911 + karis/ray baum together?,FAQM-0324,What does the corpus say about Karis Law / RAY BAUM's Act in practical terms?,0.4739,0.649,0.427,0.0
2026-02-17T20:10:06Z,masters,below_threshold,"Summarize internal guidance for objections about reliability, battery backup, and fire code concerns",FAQM-0248,Summarize what the docs say about AT&T for POTS replacement.,0.5121,0.535,0.2702,1.0
2026-02-17T20:10:29Z,pots,below_threshold,"From CableLabs MFVN material, summarize MFVN constraints and risk controls",FAQM-0247,Summarize what docs say about secure fax migration constraints.,0.385,0.5846,0.2648,0.0
2026-02-17T20:13:00Z,pots,below_threshold,What does the Attachment 3 Phone Line Emulator document imply for interface expectations?,FAQM-0248,Summarize what the docs say about AT&T for POTS replacement.,0.4724,0.5034,0.202,1.0
2026-02-17T20:13:34Z,router_docs,below_threshold,Now do the same but only from internal docs,FAQM-0236,Summarize how to structure a customer-ready one-pager from internal docs.,0.4304,0.5913,0.3849,0.0
2026-02-17T20:14:24Z,router_docs,below_threshold,What WAN/LAN ports are documented for AER1600?,FAQM-0139,Is AER1600 end of life?,0.6146,0.6667,0.2321,1.0
2026-02-17T20:14:25Z,router_docs,below_threshold,What WAN/LAN ports are documented for RV50X?,FAQM-0160,Is RV50X end of life?,0.5656,0.5882,0.2043,1.0
2026-02-17T20:15:35Z,router_lifecycle,below_threshold,"If a customer has 60 MG22, which 5G model is suggested?",FAQM-0152,Is MG22 end of life?,0.6687,0.7778,0.2281,1.0
2026-02-17T20:16:16Z,pots,below_threshold,How do Machine Networks and BCN differ based on our indexed material?,FAQM-0254,Summarize what the docs say about Machine Networks for POTS replacement.,0.4603,0.518,0.2895,0.6667
2026-02-17T20:16:28Z,pots,below_threshold,Which providers discuss healthcare deployments in source docs?,FAQM-0472,Which docs best support discovery calls for healthcare modernization?,0.4282,0.6202,0.3376,0.0
2026-02-17T20:16:42Z,pots,below_threshold,What objections are addressed in the POTS docs,FAQM-0308,What docs define support boundaries and escalation paths?,0.4072,0.6471,0.2391,0.0
2026-02-17T20:16:57Z,pots,below_threshold,Build a concise recommendation framework for selecting a POTS provider,FAQM-0008,Build a provider selection checklist for multi-site POTS modernization.,0.4824,0.7101,0.3639,0.0
2026-02-17T20:17:38Z,pots,below_threshold,Which provider docs mention secure fax explicitly?,FAQM-0531,Which router docs mention FIPS/compliance claims and where?,0.4486,0.6168,0.4005,0.0
2026-02-17T20:18:31Z,pots,below_threshold,What should a Verizon rep ask first before recommending POTS replacement?,FAQM-0348,What is a recommended replacement for ES450?,0.4539,0.6783,0.3279,0.0
2026-02-17T20:18:38Z,pots,below_threshold,Make a table of providers and where each one has strongest documented evidence,FAQM-0527,Which providers have strongest documented vertical coverage?,0.4956,0.6861,0.4359,0.0
2026-02-17T20:18:59Z,pots,below_threshold,"Summarize all providers we have, then identify where evidence is thin",FAQM-0527,Which providers have strongest documented vertical coverage?,0.3677,0.5354,0.2858,0.0
2026-02-17T20:19:28Z,masters,below_threshold,Which internal docs should reps use to explain Pro Install scope?,FAQM-0516,Which internal documents should I use for quote preparation?,0.4948,0.6667,0.4613,0.0
2026-02-17T20:19:42Z,masters,below_threshold,Summarize internal Masters references for SIP Accounts and Contact Center,FAQM-0230,Summarize discovery questions recommended for POTS intake calls.,0.3909,0.5441,0.3395,0.0
2026-02-17T20:19:58Z,masters,below_threshold,Draft a source-backed talk track for SecureFAX objections,FAQM-0306,What do our docs say about iFAX and SecureFAX differences?,0.4163,0.4912,0.2734,0.5
2026-02-17T20:20:12Z,masters,below_threshold,Show where pricing appears in Masters docs and where it does not,FAQM-0394,What is Modbus and why does it show up in router projects?,0.4081,0.6087,0.2965,0.0
2026-02-17T20:20:20Z,masters,below_threshold,How should reps cite sources when sharing Masters-generated summaries?,FAQM-0467,What should we verify when a customer uses a less common brand (ATEL or similar)?,0.3601,0.4966,0.3194,0.0
2026-02-17T20:21:00Z,router_docs,below_threshold,"For AER2200 and AER1600, summarize WAN/LAN, RF connectors, modem variants, and install caveats in one table",FAQM-0232,Summarize documented WAN/LAN ports and antennas for AER2200.,0.5492,0.7174,0.1872,0.5
2026-02-17T20:22:03Z,router_docs,below_threshold,Create a concise field-install checklist from XR60 install and quick-start docs,FAQM-0191,Provide a quick field checklist for deploying XR60 in a vehicle.,0.6297,0.5429,0.4521,1.0
2026-02-17T21:35:40Z,router_docs,below_threshold,Create a concise field-install checklist from XR60 install and quick-start docs,FAQM-0191,Provide a quick field checklist for deploying XR60 in a vehicle.,0.6297,0.5429,0.4521,1.0
2026-02-17T22:31:36Z,router_docs,below_threshold,What WAN/LAN ports are documented for AER1600?,FAQM-0139,Is AER1600 end of life?,0.6146,0.6667,0.2321,1.0
2026-02-17T22:31:42Z,router_docs,below_threshold,What WAN/LAN ports are documented for RV50X?,FAQM-0160,Is RV50X end of life?,0.5656,0.5882,0.2043,1.0
2026-02-17T22:42:41Z,router_lifecycle,below_threshold,"If a customer has 60 MG22, which 5G model is suggested?",FAQM-0152,Is MG22 end of life?,0.6687,0.7778,0.2281,1.0
2026-02-17T22:50:08Z,router_docs,below_threshold,What WAN/LAN ports are documented for AER1600?,FAQM-0139,Is AER1600 end of life?,0.6146,0.6667,0.2321,1.0
2026-02-17T22:50:36Z,pots,below_threshold,Which providers discuss healthcare deployments in source docs?,FAQM-0472,Which docs best support discovery calls for healthcare modernization?,0.4282,0.6202,0.3376,0.0
2026-02-17T22:51:38Z,router_docs,below_threshold,What WAN/LAN ports are documented for AER1600?,FAQM-0139,Is AER1600 end of life?,0.6146,0.6667,0.2321,1.0
2026-02-17T22:53:57Z,router_docs,below_threshold,What WAN/LAN ports are documented for AER1600?,FAQM-0139,Is AER1600 end of life?,0.6146,0.6667,0.2321,1.0
2026-02-17T22:53:58Z,router_docs,below_threshold,What WAN/LAN ports are documented for RV50X?,FAQM-0160,Is RV50X end of life?,0.5656,0.5882,0.2043,1.0
2026-02-17T22:55:14Z,router_docs,below_threshold,What WAN/LAN ports are documented for AER1600?,FAQM-0139,Is AER1600 end of life?,0.6146,0.6667,0.2321,1.0
2026-02-17T22:55:15Z,router_docs,below_threshold,What WAN/LAN ports are documented for RV50X?,FAQM-0160,Is RV50X end of life?,0.5656,0.5882,0.2043,1.0
2026-02-17T22:56:03Z,router_lifecycle,below_threshold,"If a customer has 60 MG22, which 5G model is suggested?",FAQM-0152,Is MG22 end of life?,0.6687,0.7778,0.2281,1.0
2026-02-17T22:56:46Z,pots,below_threshold,How do Machine Networks and BCN differ based on our indexed material?,FAQM-0254,Summarize what the docs say about Machine Networks for POTS replacement.,0.4603,0.518,0.2895,0.6667
2026-02-17T22:56:51Z,pots,below_threshold,Which providers discuss healthcare deployments in source docs?,FAQM-0472,Which docs best support discovery calls for healthcare modernization?,0.4282,0.6202,0.3376,0.0
2026-02-17T22:57:05Z,pots,below_threshold,What objections are addressed in the POTS docs,FAQM-0308,What docs define support boundaries and escalation paths?,0.4072,0.6471,0.2391,0.0
2026-02-17T22:57:36Z,pots,below_threshold,Which provider docs mention secure fax explicitly?,FAQM-0531,Which router docs mention FIPS/compliance claims and where?,0.4486,0.6168,0.4005,0.0
2026-02-17T22:58:28Z,pots,below_threshold,What should a Verizon rep ask first before recommending POTS replacement?,FAQM-0348,What is a recommended replacement for ES450?,0.4539,0.6783,0.3279,0.0
2026-02-17T22:58:36Z,pots,below_threshold,Make a table of providers and where each one has strongest documented evidence,FAQM-0527,Which providers have strongest documented vertical coverage?,0.4956,0.6861,0.4359,0.0
2026-02-17T22:58:51Z,masters,below_threshold,Which internal docs should reps use to explain Pro Install scope?,FAQM-0516,Which internal documents should I use for quote preparation?,0.4948,0.6667,0.4613,0.0
2026-02-17T22:59:05Z,masters,below_threshold,Summarize internal Masters references for SIP Accounts and Contact Center,FAQM-0230,Summarize discovery questions recommended for POTS intake calls.,0.3909,0.5441,0.3395,0.0
2026-02-17T22:59:21Z,masters,below_threshold,Draft a source-backed talk track for SecureFAX objections,FAQM-0306,What do our docs say about iFAX and SecureFAX differences?,0.4163,0.4912,0.2734,0.5
2026-02-17T22:59:35Z,masters,below_threshold,Show where pricing appears in Masters docs and where it does not,FAQM-0394,What is Modbus and why does it show up in router projects?,0.4081,0.6087,0.2965,0.0
2026-02-17T22:59:44Z,masters,below_threshold,How should reps cite sources when sharing Masters-generated summaries?,FAQM-0467,What should we verify when a customer uses a less common brand (ATEL or similar)?,0.3601,0.4966,0.3194,0.0
2026-02-17T23:00:06Z,router_docs,below_threshold,"For AER2200 and AER1600, summarize WAN/LAN, RF connectors, modem variants, and install caveats in one table",FAQM-0232,Summarize documented WAN/LAN ports and antennas for AER2200.,0.5492,0.7174,0.1872,0.5
2026-02-18T02:44:12Z,router_docs,below_threshold,What WAN/LAN ports are documented for AER1600?,FAQM-0139,Is AER1600 end of life?,0.6146,0.6667,0.2321,1.0
2026-02-18T02:44:18Z,router_docs,below_threshold,What WAN/LAN ports are documented for RV50X?,FAQM-0160,Is RV50X end of life?,0.5656,0.5882,0.2043,1.0
2026-02-18T02:51:39Z,router_lifecycle,below_threshold,"If a customer has 60 MG22, which 5G model is suggested?",FAQM-0152,Is MG22 end of life?,0.6687,0.7778,0.2281,1.0
2026-02-18T02:54:04Z,pots,below_threshold,How do Machine Networks and BCN differ based on our indexed material?,FAQM-0254,Summarize what the docs say about Machine Networks for POTS replacement.,0.4603,0.518,0.2895,0.6667
2026-02-18T02:54:20Z,pots,below_threshold,Which providers discuss healthcare deployments in source docs?,FAQM-0472,Which docs best support discovery calls for healthcare modernization?,0.4282,0.6202,0.3376,0.0
2026-02-18T02:54:39Z,pots,below_threshold,What objections are addressed in the POTS docs,FAQM-0308,What docs define support boundaries and escalation paths?,0.4072,0.6471,0.2391,0.0
2026-02-18T02:55:20Z,pots,below_threshold,Which provider docs mention secure fax explicitly?,FAQM-0531,Which router docs mention FIPS/compliance claims and where?,0.4486,0.6168,0.4005,0.0
2026-02-18T02:56:29Z,pots,below_threshold,What should a Verizon rep ask first before recommending POTS replacement?,FAQM-0348,What is a recommended replacement for ES450?,0.4539,0.6783,0.3279,0.0
2026-02-18T02:56:40Z,pots,below_threshold,Make a table of providers and where each one has strongest documented evidence,FAQM-0527,Which providers have strongest documented vertical coverage?,0.4956,0.6861,0.4359,0.0
2026-02-18T02:57:14Z,masters,below_threshold,Which internal docs should reps use to explain Pro Install scope?,FAQM-0516,Which internal documents should I use for quote preparation?,0.4948,0.6667,0.4613,0.0
2026-02-18T02:57:33Z,masters,below_threshold,Summarize internal Masters references for SIP Accounts and Contact Center,FAQM-0230,Summarize discovery questions recommended for POTS intake calls.,0.3909,0.5441,0.3395,0.0
2026-02-18T02:59:01Z,masters,below_threshold,Draft a source-backed talk track for SecureFAX objections,FAQM-0306,What do our docs say about iFAX and SecureFAX differences?,0.4163,0.4912,0.2734,0.5
2026-02-18T02:59:20Z,masters,below_threshold,Show where pricing appears in Masters docs and where it does not,FAQM-0394,What is Modbus and why does it show up in router projects?,0.4081,0.6087,0.2965,0.0
2026-02-18T02:59:31Z,masters,below_threshold,How should reps cite sources when sharing Masters-generated summaries?,FAQM-0467,What should we verify when a customer uses a less common brand (ATEL or similar)?,0.3601,0.4966,0.3194,0.0
2026-02-18T02:59:56Z,router_docs,below_threshold,"For AER2200 and AER1600, summarize WAN/LAN, RF connectors, modem variants, and install caveats in one table",FAQM-0232,Summarize documented WAN/LAN ports and antennas for AER2200.,0.5492,0.7174,0.1872,0.5
2026-02-18T03:23:58Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T03:24:05Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T03:26:22Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T03:26:27Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T03:29:41Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T03:29:46Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T03:39:35Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T03:39:40Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T03:42:50Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T03:42:56Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T03:49:06Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T03:49:11Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T03:51:31Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T03:51:38Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T03:52:54Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T03:52:59Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T04:00:50Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T04:00:56Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T04:01:23Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T04:01:28Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T04:01:53Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T04:01:59Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T04:07:27Z,router_lifecycle,below_threshold,"If a customer has 60 MG22, which 5G model is suggested?",FAQM-0152,Is MG22 end of life?,0.6687,0.7778,0.2281,1.0
2026-02-18T04:07:54Z,pots,below_threshold,How do Machine Networks and BCN differ based on our indexed material?,FAQM-0254,Summarize what the docs say about Machine Networks for POTS replacement.,0.4603,0.518,0.2895,0.6667
2026-02-18T04:07:57Z,pots,below_threshold,Which providers discuss healthcare deployments in source docs?,FAQM-0472,Which docs best support discovery calls for healthcare modernization?,0.4282,0.6202,0.3376,0.0
2026-02-18T04:08:11Z,pots,below_threshold,What objections are addressed in the POTS docs,FAQM-0308,What docs define support boundaries and escalation paths?,0.4072,0.6471,0.2391,0.0
2026-02-18T04:08:36Z,pots,below_threshold,Which provider docs mention secure fax explicitly?,FAQM-0531,Which router docs mention FIPS/compliance claims and where?,0.4486,0.6168,0.4005,0.0
2026-02-18T04:09:31Z,pots,below_threshold,What should a Verizon rep ask first before recommending POTS replacement?,FAQM-0348,What is a recommended replacement for ES450?,0.4539,0.6783,0.3279,0.0
2026-02-18T04:09:38Z,pots,below_threshold,Make a table of providers and where each one has strongest documented evidence,FAQM-0527,Which providers have strongest documented vertical coverage?,0.4956,0.6861,0.4359,0.0
2026-02-18T04:09:57Z,masters,below_threshold,Which internal docs should reps use to explain Pro Install scope?,FAQM-0516,Which internal documents should I use for quote preparation?,0.4948,0.6667,0.4613,0.0
2026-02-18T04:10:10Z,masters,below_threshold,Summarize internal Masters references for SIP Accounts and Contact Center,FAQM-0230,Summarize discovery questions recommended for POTS intake calls.,0.3909,0.5441,0.3395,0.0
2026-02-18T04:10:25Z,masters,below_threshold,Draft a source-backed talk track for SecureFAX objections,FAQM-0306,What do our docs say about iFAX and SecureFAX differences?,0.4163,0.4912,0.2734,0.5
2026-02-18T04:10:39Z,masters,below_threshold,Show where pricing appears in Masters docs and where it does not,FAQM-0394,What is Modbus and why does it show up in router projects?,0.4081,0.6087,0.2965,0.0
2026-02-18T04:10:45Z,masters,below_threshold,How should reps cite sources when sharing Masters-generated summaries?,FAQM-0467,What should we verify when a customer uses a less common brand (ATEL or similar)?,0.3601,0.4966,0.3194,0.0
2026-02-18T05:24:06Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T05:24:11Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T07:07:49Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T07:07:55Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T11:46:49Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T11:46:56Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T11:53:03Z,masters,below_threshold,Which internal document mention Pro Install?,FAQM-0516,Which internal documents should I use for quote preparation?,0.4487,0.6471,0.3577,0.0
2026-02-18T11:53:07Z,masters,below_threshold,Which internal document mention SIP Account?,FAQM-0537,Which routers document battery included vs optional?,0.4325,0.617,0.3543,0.0
2026-02-18T11:53:09Z,masters,below_threshold,Which internal document mention POTS replacement docs?,FAQM-0311,What docs mention SLA monitoring and operational support for POTS replacements?,0.4835,0.687,0.3998,0.0
2026-02-18T11:53:16Z,masters,below_threshold,Which internal document mention MST Contact Center?,FAQM-0504,Which docs mention SIM slot counts and active/standby behavior?,0.4168,0.5893,0.3489,0.0
2026-02-18T11:53:18Z,masters,below_threshold,Which internal document mention OT support?,FAQM-0501,Which docs mention lifecycle or support policy statements?,0.4733,0.6667,0.4,0.0
2026-02-18T11:53:45Z,router_lifecycle,below_threshold,"If a customer has 60 MG22, which 5G model is suggested?",FAQM-0152,Is MG22 end of life?,0.6687,0.7778,0.2281,1.0
2026-02-18T11:54:19Z,pots,below_threshold,How do Machine Networks and BCN differ based on our indexed material?,FAQM-0254,Summarize what the docs say about Machine Networks for POTS replacement.,0.4603,0.518,0.2895,0.6667
2026-02-18T11:54:22Z,pots,below_threshold,Which providers discuss healthcare deployments in source docs?,FAQM-0472,Which docs best support discovery calls for healthcare modernization?,0.4282,0.6202,0.3376,0.0
2026-02-18T11:54:37Z,pots,below_threshold,What objections are addressed in the POTS docs,FAQM-0308,What docs define support boundaries and escalation paths?,0.4072,0.6471,0.2391,0.0
2026-02-18T11:55:04Z,pots,below_threshold,Which provider docs mention secure fax explicitly?,FAQM-0531,Which router docs mention FIPS/compliance claims and where?,0.4486,0.6168,0.4005,0.0
2026-02-18T11:56:00Z,pots,below_threshold,What should a Verizon rep ask first before recommending POTS replacement?,FAQM-0348,What is a recommended replacement for ES450?,0.4539,0.6783,0.3279,0.0
2026-02-18T11:56:08Z,pots,below_threshold,Make a table of providers and where each one has strongest documented evidence,FAQM-0527,Which providers have strongest documented vertical coverage?,0.4956,0.6861,0.4359,0.0
2026-02-18T11:56:26Z,masters,below_threshold,Which internal docs should reps use to explain Pro Install scope?,FAQM-0516,Which internal documents should I use for quote preparation?,0.4948,0.6667,0.4613,0.0
2026-02-18T11:56:40Z,masters,below_threshold,Summarize internal Masters references for SIP Account and Contact Center,FAQM-0290,What are the most useful Masters internal docs for new seller onboarding?,0.3806,0.5694,0.2739,0.0
2026-02-18T11:56:55Z,masters,below_threshold,Which document support customer-ready one-pager creation?,FAQM-0236,Summarize how to structure a customer-ready one-pager from internal docs.,0.4672,0.6094,0.4644,0.0
2026-02-18T11:57:01Z,masters,below_threshold,Draft a source-backed talk track for SecureFAX objections,FAQM-0306,What do our docs say about iFAX and SecureFAX differences?,0.4163,0.4912,0.2734,0.5
2026-02-18T11:57:15Z,masters,below_threshold,Show where pricing appears in Masters docs and where it does not,FAQM-0394,What is Modbus and why does it show up in router projects?,0.4081,0.6087,0.2965,0.0
2026-02-18T11:57:26Z,masters,below_threshold,How should reps cite source when sharing Masters-generated summaries?,FAQM-0467,What should we verify when a customer uses a less common brand (ATEL or similar)?,0.3555,0.4861,0.3212,0.0
2026-02-18T12:16:32Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T12:16:38Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T12:27:37Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T12:27:43Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T12:31:36Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T12:31:42Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T12:32:34Z,masters,below_threshold,Which internal document mention Pro Install?,FAQM-0516,Which internal documents should I use for quote preparation?,0.4487,0.6471,0.3577,0.0
2026-02-18T12:32:39Z,masters,below_threshold,Which internal document mention SIP Account?,FAQM-0537,Which routers document battery included vs optional?,0.4325,0.617,0.3543,0.0
2026-02-18T12:32:42Z,masters,below_threshold,Which internal document mention POTS replacement docs?,FAQM-0311,What docs mention SLA monitoring and operational support for POTS replacements?,0.4835,0.687,0.3998,0.0
2026-02-18T12:32:46Z,masters,below_threshold,Which internal document mention MST Contact Center?,FAQM-0504,Which docs mention SIM slot counts and active/standby behavior?,0.4168,0.5893,0.3489,0.0
2026-02-18T12:32:50Z,masters,below_threshold,Which internal document mention OT support?,FAQM-0501,Which docs mention lifecycle or support policy statements?,0.4733,0.6667,0.4,0.0
2026-02-18T12:32:59Z,router_lifecycle,below_threshold,"If a customer has 60 MG22, which 5G model is suggested?",FAQM-0152,Is MG22 end of life?,0.6687,0.7778,0.2281,1.0
2026-02-18T12:33:27Z,pots,below_threshold,How do Machine Networks and BCN differ based on our indexed material?,FAQM-0254,Summarize what the docs say about Machine Networks for POTS replacement.,0.4603,0.518,0.2895,0.6667
2026-02-18T12:33:30Z,pots,below_threshold,Which providers discuss healthcare deployments in source docs?,FAQM-0472,Which docs best support discovery calls for healthcare modernization?,0.4282,0.6202,0.3376,0.0
2026-02-18T12:33:47Z,pots,below_threshold,What objections are addressed in the POTS docs,FAQM-0308,What docs define support boundaries and escalation paths?,0.4072,0.6471,0.2391,0.0
2026-02-18T12:34:15Z,pots,below_threshold,Which provider docs mention secure fax explicitly?,FAQM-0531,Which router docs mention FIPS/compliance claims and where?,0.4486,0.6168,0.4005,0.0
2026-02-18T12:35:09Z,pots,below_threshold,What should a Verizon rep ask first before recommending POTS replacement?,FAQM-0348,What is a recommended replacement for ES450?,0.4539,0.6783,0.3279,0.0
2026-02-18T12:35:16Z,pots,below_threshold,Make a table of providers and where each one has strongest documented evidence,FAQM-0527,Which providers have strongest documented vertical coverage?,0.4956,0.6861,0.4359,0.0
2026-02-18T12:35:29Z,masters,below_threshold,Which internal docs should reps use to explain Pro Install scope?,FAQM-0516,Which internal documents should I use for quote preparation?,0.4948,0.6667,0.4613,0.0
2026-02-18T12:35:45Z,masters,below_threshold,Summarize internal Masters references for SIP Account and Contact Center,FAQM-0290,What are the most useful Masters internal docs for new seller onboarding?,0.3806,0.5694,0.2739,0.0
2026-02-18T12:35:55Z,masters,below_threshold,Which document support customer-ready one-pager creation?,FAQM-0236,Summarize how to structure a customer-ready one-pager from internal docs.,0.4672,0.6094,0.4644,0.0
2026-02-18T12:35:57Z,masters,below_threshold,Draft a source-backed talk track for SecureFAX objections,FAQM-0306,What do our docs say about iFAX and SecureFAX differences?,0.4163,0.4912,0.2734,0.5
2026-02-18T12:36:13Z,masters,below_threshold,Show where pricing appears in Masters docs and where it does not,FAQM-0394,What is Modbus and why does it show up in router projects?,0.4081,0.6087,0.2965,0.0
2026-02-18T12:36:20Z,masters,below_threshold,How should reps cite source when sharing Masters-generated summaries?,FAQM-0467,What should we verify when a customer uses a less common brand (ATEL or similar)?,0.3555,0.4861,0.3212,0.0
2026-02-18T12:46:59Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T12:47:05Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T12:53:25Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T12:53:32Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T12:53:55Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T12:54:01Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T12:57:28Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T12:57:34Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T12:58:00Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T12:58:06Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T12:59:45Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T12:59:51Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T13:00:26Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T13:00:34Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T13:04:38Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T13:04:44Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T13:05:06Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T13:05:13Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T13:12:23Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T13:12:29Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T13:17:00Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T13:17:07Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T13:20:54Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T13:21:01Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T13:21:36Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T13:21:43Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T13:25:45Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T13:25:54Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T13:26:40Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T13:26:47Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T13:49:39Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T13:49:46Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T14:17:11Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T14:17:17Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T14:18:28Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T14:18:34Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T14:20:27Z,masters,below_threshold,Which internal document mention Pro Install?,FAQM-0516,Which internal documents should I use for quote preparation?,0.4487,0.6471,0.3577,0.0
2026-02-18T14:20:31Z,masters,below_threshold,Which internal document mention SIP Account?,FAQM-0537,Which routers document battery included vs optional?,0.4325,0.617,0.3543,0.0
2026-02-18T14:20:34Z,masters,below_threshold,Which internal document mention POTS replacement docs?,FAQM-0311,What docs mention SLA monitoring and operational support for POTS replacements?,0.4835,0.687,0.3998,0.0
2026-02-18T14:20:41Z,masters,below_threshold,Which internal document mention MST Contact Center?,FAQM-0504,Which docs mention SIM slot counts and active/standby behavior?,0.4168,0.5893,0.3489,0.0
2026-02-18T14:20:44Z,masters,below_threshold,Which internal document mention OT support?,FAQM-0501,Which docs mention lifecycle or support policy statements?,0.4733,0.6667,0.4,0.0
2026-02-18T14:21:22Z,pots,below_threshold,How do Machine Networks and BCN differ based on our indexed material?,FAQM-0254,Summarize what the docs say about Machine Networks for POTS replacement.,0.4603,0.518,0.2895,0.6667
2026-02-18T14:21:25Z,pots,below_threshold,Which providers discuss healthcare deployments in source docs?,FAQM-0472,Which docs best support discovery calls for healthcare modernization?,0.4282,0.6202,0.3376,0.0
2026-02-18T14:21:39Z,pots,below_threshold,What objections are addressed in the POTS docs,FAQM-0308,What docs define support boundaries and escalation paths?,0.4072,0.6471,0.2391,0.0
2026-02-18T14:22:05Z,pots,below_threshold,Which provider docs mention secure fax explicitly?,FAQM-0531,Which router docs mention FIPS/compliance claims and where?,0.4486,0.6168,0.4005,0.0
2026-02-18T14:23:16Z,pots,below_threshold,What should a Verizon rep ask first before recommending POTS replacement?,FAQM-0348,What is a recommended replacement for ES450?,0.4539,0.6783,0.3279,0.0
2026-02-18T14:23:23Z,pots,below_threshold,Make a table of providers and where each one has strongest documented evidence,FAQM-0527,Which providers have strongest documented vertical coverage?,0.4956,0.6861,0.4359,0.0
2026-02-18T14:23:38Z,masters,below_threshold,Which internal docs should reps use to explain Pro Install scope?,FAQM-0516,Which internal documents should I use for quote preparation?,0.4948,0.6667,0.4613,0.0
2026-02-18T14:23:52Z,masters,below_threshold,Summarize internal Masters references for SIP Account and Contact Center,FAQM-0290,What are the most useful Masters internal docs for new seller onboarding?,0.3806,0.5694,0.2739,0.0
2026-02-18T14:24:04Z,masters,below_threshold,Which document support customer-ready one-pager creation?,FAQM-0236,Summarize how to structure a customer-ready one-pager from internal docs.,0.4672,0.6094,0.4644,0.0
2026-02-18T14:24:08Z,masters,below_threshold,Draft a source-backed talk track for SecureFAX objections,FAQM-0306,What do our docs say about iFAX and SecureFAX differences?,0.4163,0.4912,0.2734,0.5
2026-02-18T14:24:22Z,masters,below_threshold,Show where pricing appears in Masters docs and where it does not,FAQM-0394,What is Modbus and why does it show up in router projects?,0.4081,0.6087,0.2965,0.0
2026-02-18T14:24:29Z,masters,below_threshold,How should reps cite source when sharing Masters-generated summaries?,FAQM-0467,What should we verify when a customer uses a less common brand (ATEL or similar)?,0.3555,0.4861,0.3212,0.0
2026-02-18T16:13:02Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T16:13:09Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T16:15:00Z,masters,below_threshold,Which internal document mention Pro Install?,FAQM-0516,Which internal documents should I use for quote preparation?,0.4487,0.6471,0.3577,0.0
2026-02-18T16:15:04Z,masters,below_threshold,Which internal document mention SIP Account?,FAQM-0537,Which routers document battery included vs optional?,0.4325,0.617,0.3543,0.0
2026-02-18T16:15:08Z,masters,below_threshold,Which internal document mention POTS replacement docs?,FAQM-0311,What docs mention SLA monitoring and operational support for POTS replacements?,0.4835,0.687,0.3998,0.0
2026-02-18T16:15:14Z,masters,below_threshold,Which internal document mention MST Contact Center?,FAQM-0504,Which docs mention SIM slot counts and active/standby behavior?,0.4168,0.5893,0.3489,0.0
2026-02-18T16:15:18Z,masters,below_threshold,Which internal document mention OT support?,FAQM-0501,Which docs mention lifecycle or support policy statements?,0.4733,0.6667,0.4,0.0
2026-02-18T16:15:58Z,pots,below_threshold,How do Machine Networks and BCN differ based on our indexed material?,FAQM-0254,Summarize what the docs say about Machine Networks for POTS replacement.,0.4603,0.518,0.2895,0.6667
2026-02-18T16:16:01Z,pots,below_threshold,Which providers discuss healthcare deployments in source docs?,FAQM-0472,Which docs best support discovery calls for healthcare modernization?,0.4282,0.6202,0.3376,0.0
2026-02-18T16:16:15Z,pots,below_threshold,What objections are addressed in the POTS docs,FAQM-0308,What docs define support boundaries and escalation paths?,0.4072,0.6471,0.2391,0.0
2026-02-18T16:16:42Z,pots,below_threshold,Which provider docs mention secure fax explicitly?,FAQM-0523,Which models explicitly document Wi-Fi 6?,0.4574,0.6897,0.3218,0.0
2026-02-18T16:17:37Z,pots,below_threshold,What should a Verizon rep ask first before recommending POTS replacement?,FAQM-0348,What is a recommended replacement for ES450?,0.4539,0.6783,0.3279,0.0
2026-02-18T16:17:43Z,pots,below_threshold,Make a table of providers and where each one has strongest documented evidence,FAQM-0527,Which providers have strongest documented vertical coverage?,0.4956,0.6861,0.4359,0.0
2026-02-18T16:17:59Z,masters,below_threshold,Which internal docs should reps use to explain Pro Install scope?,FAQM-0516,Which internal documents should I use for quote preparation?,0.4948,0.6667,0.4613,0.0
2026-02-18T16:18:13Z,masters,below_threshold,Summarize internal Masters references for SIP Account and Contact Center,FAQM-0290,What are the most useful Masters internal docs for new seller onboarding?,0.3806,0.5694,0.2739,0.0
2026-02-18T16:18:26Z,masters,below_threshold,Which document support customer-ready one-pager creation?,FAQM-0236,Summarize how to structure a customer-ready one-pager from internal docs.,0.4672,0.6094,0.4644,0.0
2026-02-18T16:18:31Z,masters,below_threshold,Draft a source-backed talk track for SecureFAX objections,FAQM-0306,What do our docs say about iFAX and SecureFAX differences?,0.4163,0.4912,0.2734,0.5
2026-02-18T16:18:44Z,masters,below_threshold,Show where pricing appears in Masters docs and where it does not,FAQM-0394,What is Modbus and why does it show up in router projects?,0.4081,0.6087,0.2965,0.0
2026-02-18T16:18:51Z,masters,below_threshold,How should reps cite source when sharing Masters-generated summaries?,FAQM-0467,What should we verify when a customer uses a less common brand (ATEL or similar)?,0.3555,0.4861,0.3212,0.0
2026-02-18T16:53:34Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T16:53:40Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T16:54:06Z,masters,below_threshold,List all BuSS SKUs,FAQM-0542,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T16:54:13Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T17:56:55Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T17:57:02Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T18:12:16Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T18:12:23Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T23:51:03Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T23:51:09Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T23:55:08Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T23:55:15Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-18T23:59:15Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-18T23:59:21Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-19T00:17:08Z,router_docs,below_threshold,"Keep the same XR60, but make it low-profile roof mount with GPS",FAQM-0214,show full details on xr60 but keep it short and source-backed,0.5567,0.5041,0.299,1.0
2026-02-19T00:17:46Z,router_docs,below_threshold,"For that same E400, signal is weak from one direction only. What directional option should we use?",FAQM-0146,Is E400 end of life?,0.6292,0.7778,0.1152,1.0
2026-02-19T00:18:06Z,router_docs,below_threshold,"Now for the same BR1 Pro 5G, it is a fixed kiosk install indoors",FAQM-0151,Is MAX BR1 Pro 5G end of life?,0.7032,0.7647,0.3453,1.0
2026-02-19T00:19:40Z,router_docs,below_threshold,"For that RX55, if the customer needs indoor directional coverage, what changes?",FAQM-0161,is rx50 same as rx55? if not ask me then continue,0.5237,0.4839,0.2337,1.0
2026-02-19T03:15:55Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-19T03:16:03Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-19T18:21:10Z,router_docs,below_threshold,Now make that an indoor recommendation for the same R980 deployment,FAQM-0082,"For R980, recommend outdoor fixed antenna families and explain why.",0.5602,0.5303,0.2717,1.0
2026-02-19T18:23:43Z,router_docs,below_threshold,"Give me several router in our docs that support eSIM, and call out any caveats",FAQM-0112,give me the best router period no caveats,0.4865,0.6984,0.3922,0.0
2026-02-20T03:15:44Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T03:15:58Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T03:16:12Z,router_docs,below_threshold,"still 228, please continue",FAQM-0362,What is an N‑type connector vs SMA?,0.2791,0.4407,0.1678,0.0
2026-02-20T03:16:12Z,router_docs,below_threshold,228 again,FAQM-0066,Darden has 228 AER2200 and wants 5G replacements; what should they buy?,0.3052,0.5,0.1578,0.0
2026-02-20T03:17:06Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T03:17:20Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T03:17:34Z,router_docs,below_threshold,"still 228, please continue",FAQM-0362,What is an N‑type connector vs SMA?,0.2791,0.4407,0.1678,0.0
2026-02-20T03:17:34Z,router_docs,below_threshold,228 again,FAQM-0066,Darden has 228 AER2200 and wants 5G replacements; what should they buy?,0.3052,0.5,0.1578,0.0
2026-02-20T03:20:13Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T03:20:27Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T03:22:28Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T03:22:44Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T03:23:28Z,masters,below_threshold,Which internal document mention Pro Install?,FAQM-0517,Which internal documents should I use for quote preparation?,0.4487,0.6471,0.3577,0.0
2026-02-20T03:23:28Z,masters,below_threshold,Which internal document mention SIP Account?,FAQM-0538,Which routers document battery included vs optional?,0.4325,0.617,0.3543,0.0
2026-02-20T03:23:28Z,masters,below_threshold,Which internal document mention POTS replacement docs?,FAQM-0311,What docs mention SLA monitoring and operational support for POTS replacements?,0.4835,0.687,0.3998,0.0
2026-02-20T03:23:28Z,masters,below_threshold,Which internal document mention MST Contact Center?,FAQM-0505,Which docs mention SIM slot counts and active/standby behavior?,0.4168,0.5893,0.3489,0.0
2026-02-20T03:23:28Z,masters,below_threshold,Which internal document mention OT support?,FAQM-0502,Which docs mention lifecycle or support policy statements?,0.4733,0.6667,0.4,0.0
2026-02-20T03:23:37Z,pots,below_threshold,How do Machine Networks and BCN differ based on our indexed material?,FAQM-0254,Summarize what the docs say about Machine Networks for POTS replacement.,0.4603,0.518,0.2895,0.6667
2026-02-20T03:23:37Z,pots,below_threshold,Which providers discuss healthcare deployments in source docs?,FAQM-0473,Which docs best support discovery calls for healthcare modernization?,0.4282,0.6202,0.3376,0.0
2026-02-20T03:23:37Z,pots,below_threshold,What objections are addressed in the POTS docs,FAQM-0308,What docs define support boundaries and escalation paths?,0.4072,0.6471,0.2391,0.0
2026-02-20T03:23:38Z,pots,below_threshold,Which provider docs mention secure fax explicitly?,FAQM-0524,Which models explicitly document Wi-Fi 6?,0.4574,0.6897,0.3218,0.0
2026-02-20T03:23:38Z,pots,below_threshold,What should a Verizon rep ask first before recommending POTS replacement?,FAQM-0349,What is a recommended replacement for ES450?,0.4539,0.6783,0.3279,0.0
2026-02-20T03:23:38Z,pots,below_threshold,Make a table of providers and where each one has strongest documented evidence,FAQM-0528,Which providers have strongest documented vertical coverage?,0.4956,0.6861,0.4359,0.0
2026-02-20T03:23:38Z,masters,below_threshold,Which internal docs should reps use to explain Pro Install scope?,FAQM-0517,Which internal documents should I use for quote preparation?,0.4948,0.6667,0.4613,0.0
2026-02-20T03:23:38Z,masters,below_threshold,Summarize internal Masters references for SIP Account and Contact Center,FAQM-0290,What are the most useful Masters internal docs for new seller onboarding?,0.3806,0.5694,0.2739,0.0
2026-02-20T03:23:38Z,masters,below_threshold,Which document support customer-ready one-pager creation?,FAQM-0236,Summarize how to structure a customer-ready one-pager from internal docs.,0.4672,0.6094,0.4644,0.0
2026-02-20T03:23:38Z,masters,below_threshold,Draft a source-backed talk track for SecureFAX objections,FAQM-0306,What do our docs say about iFAX and SecureFAX differences?,0.4163,0.4912,0.2734,0.5
2026-02-20T03:23:38Z,masters,below_threshold,Show where pricing appears in Masters docs and where it does not,FAQM-0395,What is Modbus and why does it show up in router projects?,0.4081,0.6087,0.2965,0.0
2026-02-20T03:23:38Z,masters,below_threshold,How should reps cite source when sharing Masters-generated summaries?,FAQM-0468,What should we verify when a customer uses a less common brand (ATEL or similar)?,0.3555,0.4861,0.3212,0.0
2026-02-20T03:24:28Z,masters,below_threshold,Which internal document mention Pro Install?,FAQM-0517,Which internal documents should I use for quote preparation?,0.4487,0.6471,0.3577,0.0
2026-02-20T03:24:28Z,masters,below_threshold,Which internal document mention SIP Account?,FAQM-0538,Which routers document battery included vs optional?,0.4325,0.617,0.3543,0.0
2026-02-20T03:24:28Z,masters,below_threshold,Which internal document mention POTS replacement docs?,FAQM-0311,What docs mention SLA monitoring and operational support for POTS replacements?,0.4835,0.687,0.3998,0.0
2026-02-20T03:24:28Z,masters,below_threshold,Which internal document mention MST Contact Center?,FAQM-0505,Which docs mention SIM slot counts and active/standby behavior?,0.4168,0.5893,0.3489,0.0
2026-02-20T03:24:28Z,masters,below_threshold,Which internal document mention OT support?,FAQM-0502,Which docs mention lifecycle or support policy statements?,0.4733,0.6667,0.4,0.0
2026-02-20T03:24:37Z,pots,below_threshold,How do Machine Networks and BCN differ based on our indexed material?,FAQM-0254,Summarize what the docs say about Machine Networks for POTS replacement.,0.4603,0.518,0.2895,0.6667
2026-02-20T03:24:37Z,pots,below_threshold,Which providers discuss healthcare deployments in source docs?,FAQM-0473,Which docs best support discovery calls for healthcare modernization?,0.4282,0.6202,0.3376,0.0
2026-02-20T03:24:37Z,pots,below_threshold,What objections are addressed in the POTS docs,FAQM-0308,What docs define support boundaries and escalation paths?,0.4072,0.6471,0.2391,0.0
2026-02-20T03:24:37Z,pots,below_threshold,Which provider docs mention secure fax explicitly?,FAQM-0524,Which models explicitly document Wi-Fi 6?,0.4574,0.6897,0.3218,0.0
2026-02-20T03:24:37Z,pots,below_threshold,What should a Verizon rep ask first before recommending POTS replacement?,FAQM-0349,What is a recommended replacement for ES450?,0.4539,0.6783,0.3279,0.0
2026-02-20T03:24:38Z,masters,below_threshold,Which internal docs should reps use to explain Pro Install scope?,FAQM-0517,Which internal documents should I use for quote preparation?,0.4948,0.6667,0.4613,0.0
2026-02-20T03:24:38Z,masters,below_threshold,Summarize internal Masters references for SIP Account and Contact Center,FAQM-0290,What are the most useful Masters internal docs for new seller onboarding?,0.3806,0.5694,0.2739,0.0
2026-02-20T03:24:38Z,masters,below_threshold,Which document support customer-ready one-pager creation?,FAQM-0236,Summarize how to structure a customer-ready one-pager from internal docs.,0.4672,0.6094,0.4644,0.0
2026-02-20T03:24:38Z,masters,below_threshold,Draft a source-backed talk track for SecureFAX objections,FAQM-0306,What do our docs say about iFAX and SecureFAX differences?,0.4163,0.4912,0.2734,0.5
2026-02-20T03:24:38Z,masters,below_threshold,Show where pricing appears in Masters docs and where it does not,FAQM-0395,What is Modbus and why does it show up in router projects?,0.4081,0.6087,0.2965,0.0
2026-02-20T03:24:38Z,masters,below_threshold,How should reps cite source when sharing Masters-generated summaries?,FAQM-0468,What should we verify when a customer uses a less common brand (ATEL or similar)?,0.3555,0.4861,0.3212,0.0
2026-02-20T03:24:52Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T03:25:07Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T03:35:14Z,masters,below_threshold,Which internal document mention Pro Install?,FAQM-0517,Which internal documents should I use for quote preparation?,0.4487,0.6471,0.3577,0.0
2026-02-20T03:35:18Z,masters,below_threshold,Which internal document mention SIP Account?,FAQM-0538,Which routers document battery included vs optional?,0.4325,0.617,0.3543,0.0
2026-02-20T03:35:21Z,masters,below_threshold,Which internal document mention POTS replacement docs?,FAQM-0311,What docs mention SLA monitoring and operational support for POTS replacements?,0.4835,0.687,0.3998,0.0
2026-02-20T03:35:29Z,masters,below_threshold,Which internal document mention MST Contact Center?,FAQM-0505,Which docs mention SIM slot counts and active/standby behavior?,0.4168,0.5893,0.3489,0.0
2026-02-20T03:35:31Z,masters,below_threshold,Which internal document mention OT support?,FAQM-0502,Which docs mention lifecycle or support policy statements?,0.4733,0.6667,0.4,0.0
2026-02-20T03:36:07Z,pots,below_threshold,How do Machine Networks and BCN differ based on our indexed material?,FAQM-0254,Summarize what the docs say about Machine Networks for POTS replacement.,0.4603,0.518,0.2895,0.6667
2026-02-20T03:36:10Z,pots,below_threshold,Which providers discuss healthcare deployments in source docs?,FAQM-0473,Which docs best support discovery calls for healthcare modernization?,0.4282,0.6202,0.3376,0.0
2026-02-20T03:36:24Z,pots,below_threshold,What objections are addressed in the POTS docs,FAQM-0308,What docs define support boundaries and escalation paths?,0.4072,0.6471,0.2391,0.0
2026-02-20T03:36:46Z,pots,below_threshold,Which provider docs mention secure fax explicitly?,FAQM-0524,Which models explicitly document Wi-Fi 6?,0.4574,0.6897,0.3218,0.0
2026-02-20T03:37:37Z,pots,below_threshold,What should a Verizon rep ask first before recommending POTS replacement?,FAQM-0349,What is a recommended replacement for ES450?,0.4539,0.6783,0.3279,0.0
2026-02-20T03:37:47Z,masters,below_threshold,Which internal docs should reps use to explain Pro Install scope?,FAQM-0517,Which internal documents should I use for quote preparation?,0.4948,0.6667,0.4613,0.0
2026-02-20T03:38:01Z,masters,below_threshold,Summarize internal Masters references for SIP Account and Contact Center,FAQM-0290,What are the most useful Masters internal docs for new seller onboarding?,0.3806,0.5694,0.2739,0.0
2026-02-20T03:38:13Z,masters,below_threshold,Which document support customer-ready one-pager creation?,FAQM-0236,Summarize how to structure a customer-ready one-pager from internal docs.,0.4672,0.6094,0.4644,0.0
2026-02-20T03:38:17Z,masters,below_threshold,Draft a source-backed talk track for SecureFAX objections,FAQM-0306,What do our docs say about iFAX and SecureFAX differences?,0.4163,0.4912,0.2734,0.5
2026-02-20T03:38:31Z,masters,below_threshold,Show where pricing appears in Masters docs and where it does not,FAQM-0395,What is Modbus and why does it show up in router projects?,0.4081,0.6087,0.2965,0.0
2026-02-20T03:38:38Z,masters,below_threshold,How should reps cite source when sharing Masters-generated summaries?,FAQM-0468,What should we verify when a customer uses a less common brand (ATEL or similar)?,0.3555,0.4861,0.3212,0.0
2026-02-20T03:53:49Z,masters,below_threshold,"For XR60, do you have Wi-Fi and dual-ethernet options with MSRP per SKU?",FAQM-0272,What are documented mount options for XR60 family devices?,0.555,0.5397,0.2433,1.0
2026-02-20T03:54:07Z,masters,below_threshold,"Provider MSRP and SKU for MG51, MG52, MG52E, and call out missing data",FAQM-0036,"Compare MG51, MG52, and MG52E in a table.",0.668,0.6667,0.3849,1.0
2026-02-20T03:54:20Z,masters,below_threshold,What is list price for IBR1700 and XR90?,FAQM-0171,Is XR90 end of life?,0.5993,0.7778,0.244,0.5
2026-02-20T03:55:01Z,masters,below_threshold,Provider MSRP for Verizon gateway models if available,FAQM-0020,Can a router use two Verizon modems at once?,0.3728,0.5208,0.3211,0.0
2026-02-20T03:55:34Z,router_docs,below_threshold,"For AKITA family, list part number, MSRP, fit profile",FAQM-0011,Build an internal prep list for first customer workshop on modernization.,0.3303,0.4754,0.2644,0.0
2026-02-20T03:56:54Z,router_docs,below_threshold,"Give a side-by-side of Verizon Dragon, Crown, NCQ1338E, FSNO21VA, NVG558",FAQM-0020,Can a router use two Verizon modems at once?,0.321,0.4685,0.248,0.0
2026-02-20T03:57:24Z,router_docs,below_threshold,What Wi-Fi generation is documented for XC46BE?,FAQM-0411,What is RSSI?,0.4292,0.7368,0.1737,0.0
2026-02-20T03:58:32Z,router_docs,below_threshold,Show me the documented profile of XR60,FAQM-0455,What ruggedization ratings are documented for XR60?,0.6267,0.5909,0.375,1.0
2026-02-20T03:58:59Z,router_docs,below_threshold,Give me a quick data-sheet style summary for XR60,FAQM-0191,Provide a quick field checklist for deploying XR60 in a vehicle.,0.5738,0.5273,0.3148,1.0
2026-02-20T03:59:17Z,router_docs,below_threshold,Tell me the documented capabilities of XR60,FAQM-0272,What are documented mount options for XR60 family devices?,0.6216,0.58,0.376,1.0
2026-02-20T03:59:46Z,router_docs,below_threshold,Which router models are missing WAN/LAN or serial fields in normalized catalog?,FAQM-0537,Which routers document 2.5GbE LAN or WAN interfaces?,0.3678,0.5116,0.3201,0.0
2026-02-20T03:59:59Z,router_docs,below_threshold,Show router with unknown modem type and unknown ruggedness,FAQM-0376,What is DHCP and what does the router do with it?,0.3803,0.6022,0.2264,0.0
2026-02-20T04:02:54Z,masters,below_threshold,"For XR60, do you have Wi-Fi and dual-ethernet options with MSRP per SKU?",FAQM-0272,What are documented mount options for XR60 family devices?,0.555,0.5397,0.2433,1.0
2026-02-20T04:03:13Z,masters,below_threshold,"Provider MSRP and SKU for MG51, MG52, MG52E, and call out missing data",FAQM-0036,"Compare MG51, MG52, and MG52E in a table.",0.668,0.6667,0.3849,1.0
2026-02-20T04:03:25Z,masters,below_threshold,What is list price for IBR1700 and XR90?,FAQM-0171,Is XR90 end of life?,0.5993,0.7778,0.244,0.5
2026-02-20T04:05:00Z,masters,below_threshold,"For XR60, do you have Wi-Fi and dual-ethernet options with MSRP per SKU?",FAQM-0272,What are documented mount options for XR60 family devices?,0.555,0.5397,0.2433,1.0
2026-02-20T04:05:19Z,masters,below_threshold,"Provider MSRP and SKU for MG51, MG52, MG52E, and call out missing data",FAQM-0036,"Compare MG51, MG52, and MG52E in a table.",0.668,0.6667,0.3849,1.0
2026-02-20T04:05:33Z,masters,below_threshold,What is list price for IBR1700 and XR90?,FAQM-0171,Is XR90 end of life?,0.5993,0.7778,0.244,0.5
2026-02-20T04:06:24Z,masters,below_threshold,Provider MSRP for Verizon gateway models if available,FAQM-0020,Can a router use two Verizon modems at once?,0.3728,0.5208,0.3211,0.0
2026-02-20T04:06:57Z,router_docs,below_threshold,"For AKITA family, list part number, MSRP, fit profile",FAQM-0011,Build an internal prep list for first customer workshop on modernization.,0.3303,0.4754,0.2644,0.0
2026-02-20T04:08:27Z,router_docs,below_threshold,"Give a side-by-side of Verizon Dragon, Crown, NCQ1338E, FSNO21VA, NVG558",FAQM-0020,Can a router use two Verizon modems at once?,0.321,0.4685,0.248,0.0
2026-02-20T04:09:05Z,router_docs,below_threshold,What Wi-Fi generation is documented for XC46BE?,FAQM-0411,What is RSSI?,0.4292,0.7368,0.1737,0.0
2026-02-20T04:10:17Z,router_docs,below_threshold,Show me the documented profile of XR60,FAQM-0455,What ruggedization ratings are documented for XR60?,0.6267,0.5909,0.375,1.0
2026-02-20T04:10:40Z,router_docs,below_threshold,Give me a quick data-sheet style summary for XR60,FAQM-0191,Provide a quick field checklist for deploying XR60 in a vehicle.,0.5738,0.5273,0.3148,1.0
2026-02-20T04:10:57Z,router_docs,below_threshold,Tell me the documented capabilities of XR60,FAQM-0272,What are documented mount options for XR60 family devices?,0.6216,0.58,0.376,1.0
2026-02-20T04:11:31Z,router_docs,below_threshold,Which router models are missing WAN/LAN or serial fields in normalized catalog?,FAQM-0537,Which routers document 2.5GbE LAN or WAN interfaces?,0.3678,0.5116,0.3201,0.0
2026-02-20T04:11:46Z,router_docs,below_threshold,Show router with unknown modem type and unknown ruggedness,FAQM-0376,What is DHCP and what does the router do with it?,0.3803,0.6022,0.2264,0.0
2026-02-20T04:14:10Z,pots,below_threshold,"Rewrite the top-10 POTS objection map in natural, readable language while keeping source anchors",FAQM-0095,Generate an objection-handling map for top 10 POTS concerns with citations.,0.5695,0.5325,0.2951,1.0
2026-02-20T04:14:55Z,router_docs,below_threshold,Provider a concise provider recommendation framework with explicit evidence gaps,FAQM-0211,Recommend replacements with explicit note on where docs are thin.,0.3756,0.563,0.2689,0.0
2026-02-20T04:15:20Z,router_docs,below_threshold,"Review these requests and provider a ranked implementation plan with risk <=2, including positive effect, degradation risk, and difficulty",FAQM-0206,Recommend replacements for 100+ device fleet and include migration risk notes.,0.3264,0.4876,0.2362,0.0
2026-02-20T04:15:46Z,router_docs,below_threshold,Ask clarifying questions before planning: what minimum data is needed to avoid fabricated pricing?,FAQM-0420,What is SNMP?,0.4041,0.7368,0.1019,0.0
2026-02-20T04:16:30Z,masters,below_threshold,"For ambiguous XR60 request, ask whether Wi-Fi, dual ethernet, serial options are needed before quoting",FAQM-0272,What are documented mount options for XR60 family devices?,0.5456,0.5195,0.2453,1.0
2026-02-20T04:16:51Z,masters,below_threshold,"If pricing is missing, produce quote structure placeholders and required inputs list",FAQM-0466,What should replace RUT241 where outdoor antenna is required?,0.3176,0.4755,0.2281,0.0
2026-02-20T04:17:55Z,pots,below_threshold,End-to-end: intake to recommended bundle to scoped BOM to customer-ready summary for a mixed Verizon gateway + POTS scenario,FAQM-0230,Summarize discovery questions recommended for POTS intake calls.,0.3842,0.6,0.2406,0.0
2026-02-20T04:44:51Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T04:45:08Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T04:47:45Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T04:48:02Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T04:50:21Z,masters,below_threshold,Provider MSRP for Verizon gateway models if available,FAQM-0020,Can a router use two Verizon modems at once?,0.3728,0.5208,0.3211,0.0
2026-02-20T04:50:59Z,router_docs,below_threshold,"For AKITA family, list part number, MSRP, fit profile",FAQM-0011,Build an internal prep list for first customer workshop on modernization.,0.3303,0.4754,0.2644,0.0
2026-02-20T04:52:28Z,masters,below_threshold,Provider MSRP for Verizon gateway models if available,FAQM-0020,Can a router use two Verizon modems at once?,0.3728,0.5208,0.3211,0.0
2026-02-20T04:53:16Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T04:53:33Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T04:56:34Z,router_docs,below_threshold,"For AKITA family, list part number, MSRP, fit profile",FAQM-0011,Build an internal prep list for first customer workshop on modernization.,0.3303,0.4754,0.2644,0.0
2026-02-20T04:58:48Z,router_docs,below_threshold,"Give a side-by-side of Verizon Dragon, Crown, NCQ1338E, FSNO21VA, NVG558",FAQM-0355,What is a Verizon-branded router (like Dragon 4) and how do we support it?,0.3844,0.4173,0.2737,0.2
2026-02-20T05:00:48Z,router_docs,below_threshold,Show me the documented profile of XR60,FAQM-0455,What ruggedization ratings are documented for XR60?,0.6267,0.5909,0.375,1.0
2026-02-20T05:01:12Z,router_docs,below_threshold,Give me a quick data-sheet style summary for XR60,FAQM-0191,Provide a quick field checklist for deploying XR60 in a vehicle.,0.5738,0.5273,0.3148,1.0
2026-02-20T05:01:28Z,router_docs,below_threshold,Tell me the documented capabilities of XR60,FAQM-0272,What are documented mount options for XR60 family devices?,0.6216,0.58,0.376,1.0
2026-02-20T05:04:23Z,router_docs,below_threshold,Which Verizon gateways have serial ports?,FAQM-0111,Give me routers with serial ports and their use cases.,0.417,0.5806,0.362,0.0
2026-02-20T05:04:23Z,router_docs,below_threshold,"Give a side-by-side of Verizon Dragon, Crown, NCQ1338E, FSNO21VA, NVG558",FAQM-0355,What is a Verizon-branded router (like Dragon 4) and how do we support it?,0.3844,0.4173,0.2737,0.2
2026-02-20T05:23:07Z,router_docs,below_threshold,"For AKITA family, list part number, MSRP, fit profile",FAQM-0011,Build an internal prep list for first customer workshop on modernization.,0.3303,0.4754,0.2644,0.0
2026-02-20T05:26:12Z,router_docs,below_threshold,Give me a quick data-sheet style summary for XR60,FAQM-0191,Provide a quick field checklist for deploying XR60 in a vehicle.,0.5738,0.5273,0.3148,1.0
2026-02-20T05:26:59Z,router_docs,below_threshold,Show router with unknown modem type and unknown ruggedness,FAQM-0376,What is DHCP and what does the router do with it?,0.3803,0.6022,0.2264,0.0
2026-02-20T05:29:45Z,pots,below_threshold,"Rewrite the top-10 POTS objection map in natural, readable language while keeping source anchors",FAQM-0095,Generate an objection-handling map for top 10 POTS concerns with citations.,0.5695,0.5325,0.2951,1.0
2026-02-20T05:30:28Z,pots,below_threshold,What assumptions must be stated before quoting POTS replacement pricing?,FAQM-0255,Summarize what the docs say about MetTel for POTS replacement.,0.441,0.6212,0.3726,0.0
2026-02-20T05:43:01Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T05:43:17Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T05:45:56Z,router_docs,below_threshold,"For AKITA family, list part number, MSRP, fit profile",FAQM-0011,Build an internal prep list for first customer workshop on modernization.,0.3303,0.4754,0.2644,0.0
2026-02-20T05:49:13Z,router_docs,below_threshold,Show router with unknown modem type and unknown ruggedness,FAQM-0376,What is DHCP and what does the router do with it?,0.3803,0.6022,0.2264,0.0
2026-02-20T05:51:49Z,pots,below_threshold,"Rewrite the top-10 POTS objection map in natural, readable language while keeping source anchors",FAQM-0095,Generate an objection-handling map for top 10 POTS concerns with citations.,0.5695,0.5325,0.2951,1.0
2026-02-20T06:00:46Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T06:01:03Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T06:06:52Z,router_docs,below_threshold,Show router with unknown modem type and unknown ruggedness,FAQM-0376,What is DHCP and what does the router do with it?,0.3803,0.6022,0.2264,0.0
2026-02-20T06:09:14Z,pots,below_threshold,"Rewrite the top-10 POTS objection map in natural, readable language while keeping source anchors",FAQM-0095,Generate an objection-handling map for top 10 POTS concerns with citations.,0.5695,0.5325,0.2951,1.0
2026-02-20T06:13:03Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T06:13:20Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T06:14:03Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T06:14:20Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T06:16:00Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T06:16:17Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T06:22:28Z,router_docs,below_threshold,Show router with unknown modem type and unknown ruggedness,FAQM-0376,What is DHCP and what does the router do with it?,0.3803,0.6022,0.2264,0.0
2026-02-20T06:25:35Z,pots,below_threshold,"Rewrite the top-10 POTS objection map in natural, readable language while keeping source anchors",FAQM-0095,Generate an objection-handling map for top 10 POTS concerns with citations.,0.5695,0.5325,0.2951,1.0
2026-02-20T06:42:27Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T06:42:47Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T06:44:40Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T06:45:00Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T06:49:09Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T06:49:25Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T06:57:44Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T06:58:02Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T07:19:53Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T07:20:11Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T10:45:54Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T10:46:12Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T11:11:56Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T11:12:21Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T11:13:38Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T11:14:02Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T20:13:23Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T20:13:49Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T22:20:21Z,pots,below_threshold,"Rewrite the top-10 POTS objection map in natural, readable language while keeping source anchors",FAQM-0095,Generate an objection-handling map for top 10 POTS concerns with citations.,0.5695,0.5325,0.2951,1.0
2026-02-20T22:27:48Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T22:28:14Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T22:30:34Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T22:31:00Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T22:50:42Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T22:51:08Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T22:55:14Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T22:55:40Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-20T22:56:37Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-20T22:57:03Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-24T01:04:46Z,router_docs,below_threshold,CBA850,FAQM-0369,What is C‑band?,0.1578,0.2,0.165,0.0
2026-02-24T01:04:47Z,router_docs,below_threshold,CBA850,FAQM-0369,What is C‑band?,0.1578,0.2,0.165,0.0
2026-02-24T01:06:59Z,router_docs,below_threshold,CBA850,FAQM-0369,What is C‑band?,0.1578,0.2,0.165,0.0
2026-02-24T01:07:00Z,router_docs,below_threshold,CBA850,FAQM-0369,What is C‑band?,0.1578,0.2,0.165,0.0
2026-02-24T01:07:17Z,router_docs,below_threshold,CBA850,FAQM-0369,What is C‑band?,0.1578,0.2,0.165,0.0
2026-02-24T01:07:50Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-24T01:08:17Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-24T01:09:16Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-24T01:09:45Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-24T22:28:31Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-24T22:29:02Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-24T23:36:10Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-24T23:36:40Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-25T00:26:16Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-25T00:26:54Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-25T02:49:35Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-25T02:50:12Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-25T14:13:15Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-25T14:13:57Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-25T15:40:00Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-25T15:40:40Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-26T15:37:03Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-26T15:37:43Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-26T15:45:33Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-26T15:46:11Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-26T15:57:46Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-26T15:58:27Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-27T11:50:45Z,router_docs,below_threshold,"What is network slicing in 5G, explained for a sales rep?",FAQM-0399,What is network slicing?,0.666,1.0,0.4744,0.0
2026-02-27T11:50:50Z,router_docs,below_threshold,When should I use a 4G router instead of a 5G router?,FAQM-0470,When should I use a separate firewall with a cellular router?,0.5326,0.7536,0.4452,0.0
2026-02-27T11:50:52Z,router_docs,below_threshold,What are the key install caveats for vehicle router deployments?,FAQM-0445,What makes a router good for a vehicle?,0.5125,0.7797,0.3505,0.0
2026-02-27T11:50:52Z,router_docs,below_threshold,How do I explain dual SIM failover to a customer in plain language?,FAQM-0416,What is SIM failover vs WAN failover?,0.4182,0.6154,0.3157,0.0
2026-02-27T11:50:52Z,router_docs,below_threshold,What does ruggedization usually mean for an industrial router?,FAQM-0320,What does ignition sensing mean on a vehicle router?,0.4833,0.6071,0.5134,0.0
2026-02-27T11:50:53Z,masters,below_threshold,What questions should I ask before quoting a retail branch router refresh?,FAQM-0338,What is a cellular router?,0.4246,0.6842,0.2358,0.0
2026-02-27T11:50:53Z,router_docs,below_threshold,What are common reasons a router recommendation gets rejected by engineering?,FAQM-0338,What is a cellular router?,0.415,0.6842,0.2084,0.0
2026-02-27T11:50:53Z,router_docs,below_threshold,What does PoE input matter for in a router deployment?,FAQM-0376,What is DHCP and what does the router do with it?,0.4566,0.6667,0.3521,0.0
2026-02-27T11:50:56Z,router_docs,below_threshold,What does eSIM support change operationally for customers?,FAQM-0545,Which routers support eSIM?,0.4396,0.6316,0.3539,0.0
2026-02-27T11:50:56Z,router_docs,below_threshold,Give me a concise checklist for first-pass router selection,FAQM-0008,Build a provider selection checklist for multi-site POTS modernization.,0.4448,0.6357,0.3627,0.0
2026-02-27T11:50:56Z,router_docs,below_threshold,What deployment scenarios usually require battery-backed hardware?,FAQM-0081,"For public safety pop-up sites, compare battery-backed options and expected tradeoffs.",0.3507,0.4966,0.2925,0.0
2026-02-27T11:50:56Z,router_docs,below_threshold,What is a good way to explain throughput limits without overpromising?,FAQM-0436,What is the max throughput of an E3000?,0.4289,0.6429,0.307,0.0
2026-02-27T11:50:56Z,pots,below_threshold,What are common pitfalls in POTS replacement discovery calls?,FAQM-0250,Summarize what the docs say about Caltel for POTS replacement.,0.4389,0.6281,0.3568,0.0
2026-02-27T11:50:56Z,pots,below_threshold,What are the top fields we need in a POTS intake before giving recommendations?,FAQM-0285,What are the first five steps when a Verizon router shows No Service?,0.384,0.5616,0.2949,0.0
2026-02-27T11:50:57Z,pots,below_threshold,How do I explain keep-number porting requirements during POTS replacement?,FAQM-0006,Build a one-page internal cheat sheet for POTS replacement conversation flow.,0.3686,0.5503,0.267,0.0
2026-02-27T11:50:57Z,pots,below_threshold,What data should be collected per site before producing a POTS quote?,FAQM-0331,What information should I collect before opening a Verizon or vendor support ticket?,0.4287,0.596,0.3735,0.0
2026-02-27T11:50:57Z,pots,below_threshold,What are practical next steps after a POTS line inventory is complete?,FAQM-0420,What is SNMP?,0.416,0.7368,0.1358,0.0
2026-02-27T11:50:57Z,router_docs,below_threshold,What should I do when an address validates but the suggested format looks wrong?,FAQM-0358,What is an APN and when do I change it?,0.3946,0.6182,0.2442,0.0
2026-02-27T11:50:57Z,router_docs,below_threshold,What happens if I submit a helper question without completing security check first?,FAQM-0291,What are the top 10 internal docs a new SE should learn first?,0.3435,0.5035,0.2621,0.0
2026-02-27T11:50:57Z,router_docs,below_threshold,What is the purpose of the hard timeout guidance response in chat flows?,FAQM-0411,What is RSSI?,0.4194,0.7368,0.1458,0.0
2026-02-27T11:50:57Z,router_docs,below_threshold,How do I restart a stalled auth login that times out on token acquisition?,FAQM-0130,How do I troubleshoot slow speeds on Verizon?,0.3394,0.4786,0.286,0.0
2026-02-27T11:50:57Z,router_docs,below_threshold,What are the allowed email domains for login in this deployment?,FAQM-0535,Which routers are documented for fixed-branch deployments and why?,0.4148,0.625,0.2924,0.0
2026-02-27T11:50:57Z,router_docs,below_threshold,What should be checked in Auth0 when access token acquisition fails?,FAQM-0463,What should replace MG22 in 2026?,0.3914,0.6087,0.2486,0.0
2026-02-27T11:50:58Z,router_docs,below_threshold,How can I tell whether missing HF environment variables are critical or optional?,FAQM-0318,"What does an environmental rating mean (temperature, humidity, IP rating)?",0.3336,0.507,0.2289,0.0
2026-02-27T11:50:58Z,router_docs,below_threshold,What startup integrity warnings should I care about most for this app?,FAQM-0186,need short answer: what is incontrol2 and why should i care,0.3878,0.5669,0.2981,0.0
2026-02-27T11:50:58Z,router_docs,below_threshold,What is the recommended deploy step after frontend asset changes to avoid stale hashed JS?,FAQM-0411,What is RSSI?,0.4142,0.7368,0.1307,0.0
2026-02-27T13:18:21Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-27T13:19:00Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-27T17:29:43Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-27T17:30:29Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-27T17:32:46Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-27T17:33:32Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-27T18:13:07Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-27T18:13:52Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-27T18:15:31Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-27T18:16:16Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-27T18:27:50Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-27T18:28:36Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-27T18:49:50Z,router_docs,below_threshold,What are the key install caveats for vehicle router deployments?,FAQM-0445,What makes a router good for a vehicle?,0.5125,0.7797,0.3505,0.0
2026-02-27T19:00:54Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-27T19:01:40Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-27T20:21:20Z,router_lifecycle,below_threshold,"If a customer has 60 MG22, which 5G model is suggested?",FAQM-0152,Is MG22 end of life?,0.6687,0.7778,0.2281,1.0
2026-02-27T20:25:51Z,masters,below_threshold,Which internal docs should reps use to explain Pro Install scope?,FAQM-0517,Which internal documents should I use for quote preparation?,0.4948,0.6667,0.4613,0.0
2026-02-27T20:25:51Z,masters,below_threshold,Draft a source-backed talk track for SecureFAX objections,FAQM-0306,What do our docs say about iFAX and SecureFAX differences?,0.4163,0.4912,0.2734,0.5
2026-02-27T20:43:53Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-27T20:44:42Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-27T20:46:24Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-27T20:47:13Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-27T20:48:50Z,router_lifecycle,below_threshold,"If a customer has 60 MG22, which 5G model is suggested?",FAQM-0152,Is MG22 end of life?,0.6687,0.7778,0.2281,1.0
2026-02-27T21:07:21Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-27T21:08:11Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-27T21:51:22Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-27T21:52:08Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-27T21:53:44Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-27T21:54:31Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-27T22:16:13Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-27T22:17:00Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-27T22:22:04Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-27T22:22:52Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-27T22:26:43Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-27T22:27:31Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-02-27T22:51:07Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-02-27T22:51:55Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-03-05T00:55:05Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-03-05T00:55:57Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-03-05T00:57:32Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-03-05T00:58:23Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-03-05T01:07:51Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-03-05T01:08:41Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-03-05T03:46:09Z,pots,below_threshold,Which internal documents mention POTS replacement docs?,FAQM-0311,What docs mention SLA monitoring and operational support for POTS replacements?,0.483,0.6818,0.4061,0.0
2026-03-05T03:46:09Z,router_docs,below_threshold,Which providers discuss healthcare deployments in source docs?,FAQM-0473,Which docs best support discovery calls for healthcare modernization?,0.4282,0.6202,0.3376,0.0
2026-03-05T03:49:20Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-03-05T03:50:10Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-03-05T03:51:50Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-03-05T03:52:41Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-03-05T04:12:35Z,masters,below_threshold,List all BuSS SKUs,FAQM-0543,Which routers list dual SIM support?,0.3565,0.5283,0.2638,0.0
2026-03-05T04:13:26Z,router_docs,below_threshold,Tell me the history of XR60 deployments,FAQM-0298,What cellular bands does the XR60 support?,0.5714,0.525,0.3112,1.0
2026-03-05T04:54:21Z,router_docs,below_threshold,What does the documentation say about XR60 deployment considerations?,FAQM-0328,What does the XR60 install guide emphasize?,0.6225,0.6,0.35,1.0
2026-03-06T23:42:15Z,masters,below_threshold,Summarize internal Masters references for SIP Account and Contact Center,FAQM-0290,What are the most useful Masters internal docs for new seller onboarding?,0.3806,0.5694,0.2739,0.0
2026-03-07T03:23:12Z,pots,below_threshold,Explain dual pathway requirements in simple terms for a sales rep,FAQM-0123,"Given requirement: simplest install for field techs, compare top options.",0.3961,0.5926,0.2852,0.0
2026-03-07T03:25:30Z,masters,below_threshold,Explain contact center in plain English for a sales rep,FAQM-0239,Summarize RCN POTS replacement knowledge base points for sales enablement.,0.3513,0.5312,0.2448,0.0
2026-03-07T03:25:30Z,pots,below_threshold,Explain dual pathway requirements in simple terms for a sales rep,FAQM-0123,"Given requirement: simplest install for field techs, compare top options.",0.3961,0.5926,0.2852,0.0
2026-03-07T03:31:10Z,masters,below_threshold,Explain contact center in plain English for a sales rep,FAQM-0239,Summarize RCN POTS replacement knowledge base points for sales enablement.,0.3513,0.5312,0.2448,0.0
2026-03-07T03:32:31Z,masters,below_threshold,What is a contact center in simple terms for a non-technical seller?,FAQM-0411,What is RSSI?,0.422,0.7368,0.1532,0.0
2026-03-07T03:37:25Z,masters,below_threshold,Explain contact center in simple terms for a sales rep,FAQM-0462,what semtech docs best explain install gotchas for xr60?,0.3728,0.5872,0.2264,0.0
2026-03-07T05:02:37Z,pots,below_threshold,Explain POTS replacement in plain English for a multi-site retail customer,FAQM-0197,Rank top 5 router replacements for multi-site retail and explain ranking logic.,0.4869,0.6974,0.395,0.0
2026-03-07T05:05:04Z,pots,below_threshold,Explain POTS replacement in plain English for a multi-site retail customer,FAQM-0197,Rank top 5 router replacements for multi-site retail and explain ranking logic.,0.4869,0.6974,0.395,0.0
2026-03-07T05:08:17Z,pots,below_threshold,Explain POTS replacement in plain English for a multi-site retail customer,FAQM-0197,Rank top 5 router replacements for multi-site retail and explain ranking logic.,0.4869,0.6974,0.395,0.0
2026-03-07T05:37:29Z,router_docs,below_threshold,Give me the exact current lead times for XR60 and R980,FAQM-0450,What power input ranges are documented for R980 and XR60?,0.6082,0.6,0.3092,1.0
2026-03-07T05:37:29Z,router_docs,below_threshold,Tell me the exact current band support for XR60 including n77 and Band 48,FAQM-0298,What cellular bands does the XR60 support?,0.4796,0.5688,0.2719,0.3333
2026-03-07T05:37:29Z,router_docs,below_threshold,Will this dual-pathway design meet code everywhere without further review?,FAQM-0319,What does dual-band vs tri-band Wi‑Fi mean on a router?,0.3159,0.4567,0.2502,0.0
2026-03-07T05:40:21Z,router_docs,below_threshold,Give me the exact current lead times for XR60 and R980,FAQM-0450,What power input ranges are documented for R980 and XR60?,0.6082,0.6,0.3092,1.0
2026-03-07T05:40:21Z,router_docs,below_threshold,Tell me the exact current band support for XR60 including n77 and Band 48,FAQM-0298,What cellular bands does the XR60 support?,0.4796,0.5688,0.2719,0.3333
2026-03-07T05:40:21Z,router_docs,below_threshold,Will this dual-pathway design meet code everywhere without further review?,FAQM-0319,What does dual-band vs tri-band Wi‑Fi mean on a router?,0.3159,0.4567,0.2502,0.0
2026-03-07T05:43:43Z,router_docs,below_threshold,Explain contact center in plain English for a sales rep,FAQM-0239,Summarize RCN POTS replacement knowledge base points for sales enablement.,0.3513,0.5312,0.2448,0.0
2026-03-07T05:44:34Z,masters,below_threshold,Explain contact center in plain English for a sales rep,FAQM-0239,Summarize RCN POTS replacement knowledge base points for sales enablement.,0.3513,0.5312,0.2448,0.0
2026-03-07T06:57:08Z,router_docs,below_threshold,Show router with unknown modem type and unknown ruggedness,FAQM-0376,What is DHCP and what does the router do with it?,0.3803,0.6022,0.2264,0.0
2026-03-08T07:22:35Z,router_docs,below_threshold,"According to the whitepaper, why can adding a second Verizon LTE connection improve throughput on a contended tower even if bandwidth does not double?",FAQM-0461,What’s the difference between throughput and bandwidth?,0.397,0.6154,0.2552,0.0
2026-03-11T16:59:45Z,router_docs,below_threshold,What is the capital of France?,FAQM-0411,What is RSSI?,0.4529,0.7368,0.2415,0.0