Knowledge sharing just got smarter

Our GitBook AI tools supercharge your content, making it faster and easier than ever to share knowledge with your team, your community, or the world.

Knowledge sharing just got smarter

Our GitBook AI tools supercharge your content, making it faster and easier than ever to share knowledge with your team, your community, or the world.

Knowledge sharing just got smarter

Our GitBook AI tools supercharge your content, making it faster and easier than ever to share knowledge with your team, your community, or the world.

alpha

Focus on the knowledge you need faster with AI.

You ask,
Lens answers

GitBook Lens constantly indexes your content, using AI to give you the information you need faster. Simply tell Lens what you want — it’ll scan your documentation and summarize the results in seconds.

Power up your public docs

Give your users the gift of knowledge. Now, they can just ask Lens and get a simple, semantic answer in seconds — with clickable references to your documentation if they want to dive deeper.

Trained on your team’s knowledge

Lens works on internal content, too. Making it a powerful onboarding tool, and a great way to summarize meeting notes, discover historical company data, and more.

GitBook Lens API

Make your knowledge more accessible than ever. With our API, you can embed GitBook Lens right into your product with just a few simple lines of code.

curl 
        https://api.gitbook.com/v1/spaces/NkEGS7hzeqa35sMXQZ4X/search/ask \
        -H 'content-type: application/json' \
        --data-raw '{"query":"What is GitBook?"}'
    {
        "answer": {
            "text": "GitBook is a modern documentation platform where teams can document everything from products to internal knowledge bases and APIs. It is a user-friendly and collaborative product for everyone to create, edit and share knowledge through documentation. ",
            "pages": [ ... ],
            "followupQuestions"

curl 
        https://api.gitbook.com/v1/spaces/NkEGS7hzeqa35sMXQZ4X/search/ask \
        -H 'content-type: application/json' \
        --data-raw '{"query":"What is GitBook?"}'
    {
        "answer": {
            "text": "GitBook is a modern documentation platform where teams can document everything from products to internal knowledge bases and APIs. It is a user-friendly and collaborative product for everyone to create, edit and share knowledge through documentation. ",
            "pages": [ ... ],
            "followupQuestions"

Supercharge your documentation

Want to enhance your knowledge base? Get started with GitBook for free today and try the Lens alpha for yourself.

FAQs

What is GitBook?

How much does Lens cost?

How do I activate GitBook Lens?

How does Lens generate a response to my question?

How does GitBook Lens handle my data?

Does GitBook Lens use ChatGPT?

How do I embed the GitBook Lens API into my product?