> For the complete documentation index, see [llms.txt](https://ai-os-and-trend-finder.gitbook.io/ai-os-and-trend-finder-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-os-and-trend-finder.gitbook.io/ai-os-and-trend-finder-docs/docs/extensions/trend-finder/readme_trend-finder.md).

# Trend Finder Extension Docs

Trend Finder docs live here because the extension has a large shipped manual set and an in-app Reference mode that imports selected Markdown files directly.

## Manual Map

| Document                                                                                                      | Use It For                                                                                                      |
| ------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| [Concepts](/ai-os-and-trend-finder-docs/docs/extensions/trend-finder/concepts.md)                             | Mental model, core objects, surfaces, lifecycle terms, and common confusions.                                   |
| [Pipeline](/ai-os-and-trend-finder-docs/docs/extensions/trend-finder/pipeline.md)                             | Collection pipeline, scheduler state, generated payload boundaries, static export, and implementation map.      |
| [Sources](/ai-os-and-trend-finder-docs/docs/extensions/trend-finder/sources.md)                               | Built-in adapters, reviewed source setup, source caps, health, spend/cache labels, and deferred candidates.     |
| [Runtime And Provenance](/ai-os-and-trend-finder-docs/docs/extensions/trend-finder/runtime-and-provenance.md) | AI analysis, deterministic fallback, validation, provenance labels, Reference mode, and private-boundary rules. |
| [Scoring](/ai-os-and-trend-finder-docs/docs/extensions/trend-finder/scoring.md)                               | Score factors, source-local baselines, actionability bands, hidden gems, and watchlist rules.                   |
| [Creator Lens](/ai-os-and-trend-finder-docs/docs/extensions/trend-finder/creator-lens.md)                     | Creator Lens fields, default profile, save/rerun behavior, and AI/fallback effects.                             |
| [History](/ai-os-and-trend-finder-docs/docs/extensions/trend-finder/history.md)                               | Topic identity, movement, daily series, predictions, retros, calibration, and backtests.                        |
| [UI Surfaces](/ai-os-and-trend-finder-docs/docs/extensions/trend-finder/ui-surfaces.md)                       | Trends, Workbench, Hidden Gems, Sources, Watchlist, Brief, Signal Radar, assets, and run controls.              |
| [MCP](/ai-os-and-trend-finder-docs/docs/extensions/trend-finder/mcp.md)                                       | Local stdio MCP server, tool list, setup commands, and generated-payload-only privacy boundary.                 |

## Maintenance Notes

* Keep in-app Reference imports in `src/extensions/trend-finder/reference-docs.ts` aligned with this folder.
* Keep internal Trend Finder Markdown links relative to this directory.
* Keep source compliance records in `docs/sources/`; link to them rather than duplicating source policy here.


---

# 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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ai-os-and-trend-finder.gitbook.io/ai-os-and-trend-finder-docs/docs/extensions/trend-finder/readme_trend-finder.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
