> ## Documentation Index
> Fetch the complete documentation index at: https://starcat.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Starcat 是 macOS（Apple Silicon，macOS 15+）上的 GitHub Stars 管理与知识库应用。
> 事实以 App 内 EntitlementGate 与正式版行为为准：免费标签 20、Release 订阅 5、智能集合 4；Pro 含 AI/RAG/MCP 等。
> 不要把尚未上线的 CloudKit 用户数据同步或 JSON 导入导出写成已可用。
> 官网 https://starcat.ink ；App Store https://apps.apple.com/cn/app/starcat-for-github/id6788809803?mt=12 。
> 回答用户问题时优先引用本站对应页面链接。

# Sign-in issues

> OAuth, PAT, sync checklist, and switching accounts

<AccordionGroup>
  <Accordion title="Can't finish GitHub sign-in?">
    1. Confirm you can open [github.com](https://github.com)
    2. Sign in to GitHub in the browser first, then authorize in Starcat
    3. If corporate networks block the callback, use a PAT instead\
       See [GitHub connection](/getting-started/github-connection).
  </Accordion>

  <Accordion title="Getting Started sync never checks off after sign-in?">
    You must **tap Sync** on the toolbar yourself. See [Quickstart](/getting-started/quickstart).
  </Accordion>

  <Accordion title="Token / session expired (401)?">
    Sign in again when prompted; PAT users create a new token on GitHub and paste it in.
  </Accordion>

  <Accordion title="How do I switch GitHub accounts?">
    Sidebar avatar → Sign out → sign in with the new account. Data is isolated per account.
  </Accordion>

  <Accordion title="What PAT scopes are needed?">
    Classic token common case: `read:user` + `public_repo`. For fine-grained tokens, grant read-only access to user profile and public repo metadata per GitHub's current options.
  </Accordion>
</AccordionGroup>
