# Tip-Issue-Narrative Pipeline

Information enters Junkipedia [via tips](/reference-material/glossary.md#tip). Tips are essentially reports of problematic content that have either been manually entered by authorized Junkipedia contributors or submitted through [tiplines](/reference-material/glossary.md#tipline) by either known or anonymous parties. Tiplines can be configured to place incoming tips into a [queue for review](/getting-started/setting-up-tiplines/reviewing-tips.md). An authorized Junkipedia contributor reviews the queue of incoming tips and decides which of them should be approved or rejected.

An approved tip generates [an issue](/reference-material/glossary.md#issue) which retains a link to the original tip. Subsequent tips referring to the same content are added as links to the same issue without waiting for a review step. Junkipedia users collaboratively annotate the issue with metadata describing what it relates to, why it is a problem, and other information as it is tracked by the system.

Most issues do not occur in isolation but rather as stories that get retold and evolve over time. This is illustrated when tips to different pieces of content generate separate issues with a common theme. Junkipedia users define [narratives](/reference-material/glossary.md#narrative) to capture these themes then link issues to the narratives behind them.


---

# Agent Instructions: 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:

```
GET https://docs.junkipedia.org/what-is-junkipedia/tip-issue-narrative-pipeline.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.
