Explore how adaptive content transforms your docs into a dynamic, tailored experience for every user.
Read the docs
LogoLogo
ProductPricingLog inSign up
  • Documentation
  • Developers
  • Guides
  • Changelog
  • Help Center
  • Getting Started
    • Developer Documentation
    • Quickstart
    • Development
    • Publishing
  • Integrations
    • Introduction
    • Using the CLI
    • Configuration
    • ContentKit
      • Component reference
    • Integration runtime
  • Client library
  • Guides
    • Creating a custom unfurl action
    • Creating interactive blocks
    • Referencing your integration in Markdown
    • Working with HTTP requests
    • Using the CLI in CI/CD
  • GitBook API
    • Introduction
    • Authentication
    • API reference
      • Organizations
        • Organization members
        • Organization invites
        • Organization AI ask
      • Docs sites
        • Site share links
        • Site structure
        • Site auth
        • Site preview
        • Site customization
        • Site spaces
        • Site sections
        • Site section groups
        • Site redirects
        • Site MCP servers
        • Site ads
        • Site users
        • Site insights
        • Site AI ask
      • Collections
        • Collection users
        • Collection teams
      • Spaces
        • Space content
        • Space comments
        • Space embeds
        • Space users
        • Space teams
        • Space integrations
        • Git
      • Change requests
        • Change request content
        • Change request contributors
        • Change request reviewers
        • Change request comments
      • Translations
        • Glossary
      • Integrations
      • URLs
      • OpenAPI
        • OpenAPI spec versions
      • Conversations
      • Custom fonts
      • Subdomains
      • Users
      • Teams
        • Team members
      • SSO
      • Storage
      • Custom hostnames
      • System info
    • Rate limiting
    • Pagination
    • Errors
  • Marketplace
    • Overview
    • Submit your app for review
  • Resources
    • Concepts
    • Changelog
    • ContentKit playground
    • GitHub examples
Powered by GitBook
On this page
Edit on GitHub
  1. Resources

Concepts

Learn about different GitBook concepts that also relate to the developer platform.

Last updated 4 months ago

Was this helpful?

LogoLogo

Resources

  • Showcase
  • Enterprise
  • Status

Company

  • Careers
  • Blog
  • Community

Policies

  • Subprocessors
  • Terms of Service
CtrlK

Was this helpful?

Throughout the GitBook developer platform and its documentation, you'll encounter various concepts, variables, and terms.

Term
Description
Where to Find

How integrations are rendered in GitBook

Rendering of custom blocks is controlled in the integration's code and executed in the GitBook backend.

<organizationId>

A unique identifier of an Organization in GitBook.

Found in the URL of any space or via the "Copy org ID" button in the organization settings. Example: https://app.gitbook.com/o/<organizationId/s/<sapceId>

<spaceId>

A unique identifier of a Space in GitBook.

Found in the URL of any space or via the "Copy space ID" button in the upper-right dropdown in a space. Example: https://app.gitbook.com/o/<organizationId/s/<sapceId>

<userId>

A unique identifier of a User in GitBook.

Retrieved from the "GET Current User" API endpoint or via the "Copy user ID" button from your organization settings.

gitbook-manifest.yaml

A required file in a GitBook integration containing metadata for publishing and developing your app. Automatically generated from the CLI when running gitbook new.

See the Configurations section for more info.

.gitbook-dev.yaml

A required file in a GitBook integration that includes configuration for local development. Automatically generated from the CLI when running gitbook dev.

See the section for more info.

Development