# Help Center

## Help Center

- [Help Center](https://gitbook-templates.gitbook.io/help-center/readme.md)
- [Getting started checklist](https://gitbook-templates.gitbook.io/help-center/getting-started/getting-started-checklist.md): Everything you need to do to go from sign-up to a published site.
- [What's the difference between a workspace and a project?](https://gitbook-templates.gitbook.io/help-center/getting-started/whats-the-difference-between-a-workspace-and-a-project.md): Understand the difference between workspaces and projects, and when to use each.
- [Setting up a custom domain](https://gitbook-templates.gitbook.io/help-center/getting-started/setting-up-a-custom-domain.md): Point your own domain or subdomain at your published site.
- [How do I change my plan?](https://gitbook-templates.gitbook.io/help-center/plans-billing/how-do-i-change-my-plan.md): Upgrade, downgrade, or switch between billing cycles at any time.
- [Billing FAQ](https://gitbook-templates.gitbook.io/help-center/plans-billing/billing-faq.md): Answers to the most common billing questions.
- [Inviting team members to your workspace](https://gitbook-templates.gitbook.io/help-center/admin/inviting-team-members-to-your-workspace.md): Add team members to your workspace and assign them the right roles.
- [SSO configuration guide](https://gitbook-templates.gitbook.io/help-center/admin/sso-configuration-guide.md): Configure single sign-on so your team can log in with your existing identity provider.
- [Managing API keys](https://gitbook-templates.gitbook.io/help-center/admin/managing-api-keys.md): Manage API keys and monitor usage across your workspace.
- [Connecting a third-party app](https://gitbook-templates.gitbook.io/help-center/integrations/connecting-a-third-party-app.md): Connect external tools to bring your content and workflows together.
- [Why isn't my integration syncing?](https://gitbook-templates.gitbook.io/help-center/integrations/why-isnt-my-integration-syncing.md): Common reasons your integration stops syncing, and how to fix them.
- [API rate limits and quotas](https://gitbook-templates.gitbook.io/help-center/integrations/api-rate-limits-and-quotas.md): Understand the API rate limits that apply to your plan, and what to do if you hit them.
- [Contributing to the platform](https://gitbook-templates.gitbook.io/help-center/community/contributing-to-the-platform.md): Help improve the platform by contributing feedback, bug reports, and ideas.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://gitbook-templates.gitbook.io/help-center/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
