GitBook Integration

What it does

  • Use your GitBook collections as a knowledge source in VDF Cloud.

Connect GitBook

  1. Go to Integrations → GitBook → Connect.
  2. Paste your Personal Access Token (PAT).
  3. Choose your Organization and one or more Collections.
  4. Save selections. You can update selections or disconnect anytime.

Use in Chat

  • Ask questions that rely on your docs, like “Create a quick start based on our API intro.”
  • VDF Cloud uses your selected collections to tailor responses.

Examples and use cases

  • Draft a quick start guide:
    • "Using the API Intro collection, draft a 1‑page quick start for new customers."
  • Turn a chapter into a checklist:
    • "Convert the ‘Integration Steps’ page into a numbered checklist for onboarding."
  • Create an executive summary:
    • "Summarize the ‘Architecture Overview’ into a 3‑paragraph executive brief."
  • Generate an outline for slides:
    • "From the ‘Product Vision’ page, draft a 6‑slide outline for a stakeholder update."

Collections mapping

Scope What VDF uses Example prompt
Organization All public docs in org “Find high‑level product vision themes”
Selected Collections Only chosen collections “From API Intro, draft a quick start”
flowchart LR
  GB[GitBook Collections] --> K[Vector Search]
  K --> A[Answers tailored to collections]