Getting Started
This guide walks you through setting up Guidebook Cloud for your team.
Sign Up
- Visit console.guidebook.dev
- Click Sign Up or Log In
- Authenticate using your email or SSO provider
Create an Organization
After signing in, you will be prompted to create your first organization.
- Enter an Organization Name (e.g., "My Company")
- Enter an Organization Slug (e.g., "my-company")
- This will be part of your documentation URL
- Use lowercase letters, numbers, and hyphens only
- Cannot be changed after creation
- Click Create Organization
Install the GitHub App
To import repositories from GitHub, you need to install the Guidebook Cloud GitHub App.
- Go to Settings > GitHub Integration
- Click Install GitHub App
- Select the GitHub account or organization to install on
- Choose which repositories to grant access to:
- All repositories - Access to all current and future repositories
- Only select repositories - Choose specific repositories
- Click Install
You will be redirected back to Guidebook Cloud after installation.
Import Your First Repository
Once the GitHub App is installed:
- Go to Repositories > New Repository
- You will see a list of available GitHub repositories
- Click Import on the repository you want to add
- Configure the import:
- Documentation Path - Where your docs are located (e.g.,
/, docs/, jp/)
- Click Import
The repository will be created and an initial build will start automatically.
View Your Documentation
After the build completes:
- Go to the repository details page
- Click View Documentation or navigate directly to:
https://guidebook.dev/{org-slug}/{repo-slug}/
Next Steps