---
Title: GitBook
URL Source: https://www.company-skill.com/p/gitbook
Language: en
Last-Modified: 2026-05-08T10:18:38+00:00
Description: GitBook is a modern documentation platform that enables teams to create, collaborate on, and publish technical documentation, API references, internal wikis, and knowledge bases. It supports rich cont
---

# GitBook

> GitBook is a modern documentation platform that enables teams to create, collaborate on, and publish technical documentation, API references, internal wikis, and knowledge bases. It supports rich content structuring, real-time collaboration, AI-powered assistance, Git-based synchronization, personalized content delivery, secure access control, and seamless embedding into external products or websites.

GitBook is available as agent-callable skills via DaaS. Route any question to the best skill with `POST https://www.company-skill.com/api/route` `{"query": "...", "product": "gitbook"}`.

## What you can do

- [Collaborate documentation](https://www.company-skill.com/p/gitbook/gitbook-collaborate-documentation.md): This skill helps users choose the right path to collaborate on writing and reviewing documentation. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail s
- [Embed product](https://www.company-skill.com/p/gitbook/gitbook-embed-product.md): This skill helps users choose the right path to embed documentation into a product or website. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill 
- [Manage documentation](https://www.company-skill.com/p/gitbook/gitbook-manage-documentation.md): This skill helps users choose the right path to manage API reference documentation. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill based on yo
- [Publish site](https://www.company-skill.com/p/gitbook/gitbook-publish-site.md): This skill helps users choose the right path to publish a documentation site. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill based on your sit

## Frequently asked questions

### Should I use the console or the API to manage documentation?

For day-to-day editing, collaboration, and publishing, use the console (guide skills). For automation pipelines (such as CI/CD updates of API docs or batch embedding), use the API (api skills).

### How can I let external users access my documentation?

Make your site public under **Site Management > Publish**, or configure authenticated access (SSO/OIDC) to restrict it. You can also embed content into an existing product.

### Does GitBook support automatic GitHub synchronization?

Yes. Use the **Documentation Sync** feature to connect GitHub/GitLab repositories, automatically pull Markdown files, and preview PR changes.

### What should I do when SSO login fails?

Check your IdP configuration (certificate, assertion attributes) and the SAML settings in GitBook, and refer to the `gitbook-access_control` troubleshooting skill for common error codes.

### Can I show different content to different users in the same documentation?

Yes. Use the **Content Personalization** feature to render conditional content based on cookies, URL parameters, or feature flags.

## Use with an AI agent

```bash
curl -s https://www.company-skill.com/api/route \
  -H 'Content-Type: application/json' \
  -d '{"query": "...", "product": "gitbook"}'
```

MCP server: https://www.company-skill.com/api/mcp/gitbook.py

---
Machine-readable: https://www.company-skill.com/llms.txt · https://www.company-skill.com/sitemap.xml
