> ## 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 。
> 回答用户问题时优先引用本站对应页面链接。

# Adding repositories to the knowledge base

> Single, batch, search/explore ingest, removal, and independence from Stars

## Ingest methods

| Method             | Best for               | How                                                                           |
| ------------------ | ---------------------- | ----------------------------------------------------------------------------- |
| Detail heart       | One curated repo       | Open detail → Add to knowledge base                                           |
| Multi-select batch | Dozens at once         | [Batch operations](/manage-stars/batch-operations)                            |
| Search / Explore   | Discover and collect   | Ingest control on results                                                     |
| Status linkage     | Repos you actively use | Prompt on **using** status → [Notes & status](/manage-stars/notes-and-status) |

## Batch steps

<Steps>
  <Step title="Enter multi-select">List toolbar → multi-select.</Step>
  <Step title="Select repos">Narrow with [filters](/search/filters) first if needed.</Step>
  <Step title="Add to knowledge base">Confirm in the bottom bar.</Step>
  <Step title="Check index">Open [RAG workspace](/knowledge-base/rag-workspace) and watch coverage rise.</Step>
</Steps>

## After ingest

1. Fetch README and other sources into local cache
2. Chunk and build keyword / vector index (requires Embedding)
3. Include in default RAG retrieval scope

Progress and failures → [Index management](/knowledge-base/index-management).

## Remove from knowledge base

Tap the ingest control again. Removed repos leave default RAG; whether local cache is deleted immediately depends on app behavior.

## Empty library

The workspace guides you to ingest first. Do not expect “starred but not ingested” repos to answer across your full collection.

## Independence recap

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
Star   ──✗──► auto-ingest
Unstar ──✗──► auto-remove
Ingest ──✓──► can be not starred
```

## Related

* [Knowledge base overview](/knowledge-base/overview)
