# Reviewing Tracked Content

In Junkipedia, [an issue](/reference-material/glossary.md#issue) is a collection of information about a piece of tracked content. It originates from [a tip](/reference-material/glossary.md#tip) that provides the first report of problematic content. When multiple tips reference the same URL, they will automatically be linked to the issue created by the first approved tip to report it.

### Browse Issues

Click "Issues" and then "All Issues" from the menu to work with issues that are currently being tracked.&#x20;

### View "My Issues"&#x20;

Click "Issues" and then "My Issues" from the menu to see a list of issues created from tips that you submitted.&#x20;

<figure><img src="/files/tD2HyfCN1bzXd2QcLrC9" alt=""><figcaption></figcaption></figure>

### Searching And Filtering Issues

Learn more about searching, filtering, and tracking issues with the following articles:

* [Searching For Issues](/getting-started/reviewing-tracked-content/searching-for-issues.md)
* [Filtering Issues](/getting-started/reviewing-tracked-content/filtering-issues.md)
* [Creating Saved Search Alerts](/getting-started/reviewing-tracked-content/creating-saved-search-alerts.md)

To add more information to issues, revisit [Editing Within The Issues List](/getting-started/reporting-and-documenting-misinformation/editing-an-issue/editing-within-the-issues-list.md).


---

# 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/getting-started/reviewing-tracked-content.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.
