Chat is the main way to consume what lives in the POT. You ask in natural language; kb2b pulls the relevant facts from the POT, synthesizes them with Claude and returns a reply with verifiable citations and visible POT Scores.Documentation Index
Fetch the complete documentation index at: https://docs.kb2b.app/llms.txt
Use this file to discover all available pages before exploring further.
How to start a conversation
- Open Chat in the sidebar (
/dashboard/chat). - Type your question in the text box. Press Enter to send.
- The reply starts appearing in streaming. When it finishes, citations appear below the message.
Anatomy of a reply
Each reply in chat has three visible components: The synthesized text. Claude writes it from the facts SciPot handed over. If you see a number in parentheses in the text (e.g.(2)), that’s a reference to a citation.
The citations below the message. They appear as a row of numbered badges (1, 2, 3, …). Each badge shows:
- The citation index (1, 2, 3, …)
- The POT Score with two decimals (e.g.
0.92) - A level icon classifying the fact (Constitution, Verified, Supported, Inferred, Hypothesis, Speculation)
- A network icon if the fact has relationships (edges) with other POT facts
| Border color | POT Score | Quick read |
|---|---|---|
| Green | ≥ 0.80 | Verified or Constitution — you can act on this |
| Yellow | 0.60 – 0.79 | Supported — corroborated, reasonably solid |
| Orange | 0.40 – 0.59 | Inferred — the system deduced it, validate before using |
| Red | < 0.40 | Hypothesis or Speculation — treat as a lead, not as truth |
The streaming UX
While kb2b prepares and synthesizes the reply, you see two indicators:- Thinking (three pulsing dots with “Thinking…”) — the system is classifying the question and deciding the retrieval strategy.
- Reading X (three dots + document or fact name) — the system is reading extra context to enrich the reply.
Which questions work best
Specific questions with a temporal or source anchor. “When does Acme’s contract expire?”, “What did Laura say in the last meeting about pricing?”, “What internal policies do we have about volume discounts?”. These are the ones kb2b answers best because it can anchor the reply to concrete facts. Comparative questions inside the POT’s scope. “How does this account differ from the other three most strategic ones?” works if the POT has material on all four; if not, kb2b tells you data is missing. Questions about what the POT does NOT know. “What key information are we missing to close this account?” — kb2b can list the gaps. Useful before a review meeting.Which questions work poorly
- Speculation or creativity. “Draft a follow-up email” is not what chat is for. Use a general-purpose LLM for that. kb2b leans toward “what do you know and where from”, not “what can you come up with”.
- Questions outside the POT’s domain. If the POT is about the Acme account and you ask about your monthly cash flow, it’ll tell you it’s out of scope (assuming
scope_exclusionis well-defined in the POT’s Constitution). - General-world factual questions. “What’s the capital of Chile?” — kb2b doesn’t answer because no fact in the POT says “Santiago”. For discovery with web context, use Scout.
Replies stick around
Every conversation is saved to your workspace’s database. That lets you:- Re-open a thread from weeks ago and continue.
- Share the URL of a specific reply with someone on the team.
- Audit what was said, with its citations and POT Scores as they were at the time (even if the facts have been updated since).
When a reply is important
If a synthesized reply feels so good you want to promote it to a POT fact (with its own POT Score, its relations, its provenance), promotion happens from the Explore and discuss facts screen, not from chat. Chat is the consumption surface; curation is a separate workflow.When a reply has contradictions
Sometimes you’ll see kb2b say something like “the contract expires on 2026-06-30 according to document X, but the last meeting records a negotiation moving the date to 2026-12-31”. That’s a detected contradiction and appears flagged in the Knowledge top banner. Resolve it from Contradictions and resolution — the POT’s average POT Score rises as you lower the pending-contradictions count.Your plan includes a monthly token quota. Chat consumes tokens based on POT size, question complexity and reply length. If you approach the quota we warn you at 95% and hard-block at 110% to avoid surprises. See Token limits for details.

