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

# FAQ

> Common questions about Reposeek search, results, CLI, and agents.

# FAQ

## Is Reposeek a code generator?

No. Reposeek helps you choose the repo worth building on before coding. After choosing a repo, inspect that repo's docs or source for implementation details.

## What package should I use for the CLI?

Use `@reposeek/cli`.

```bash theme={null}
REPOSEEK_API_KEY="replace-me" npx @reposeek/cli@latest search "local AI assistant that remembers screen activity"
```

## What does `score` mean?

`score` is a relevance signal for the current response. Compare scores within the same response; do not treat them as universal quality scores across unrelated searches.

Each response includes a `request_id` for support/debug correlation. Results include GitHub `stars` and `forks` from indexing time.

## Can results be empty?

Yes. If results are empty or weak, rewrite the query with more specific stack, category, or integration terms.

## Does Reposeek check the selected repo's latest docs?

Reposeek is repo discovery. Use the selected repo's current README, docs, examples, and source before implementing.

## What domains should I use?

* Product: `https://reposeek.ai`
* API: `https://api.reposeek.ai`
* Docs: `https://docs.reposeek.ai`
