> For the complete documentation index, see [llms.txt](https://docs.junkipedia.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.junkipedia.org/getting-started/reporting-and-documenting-misinformation/editing-an-issue/adding-more-tips-to-an-issue.md).

# Adding More Tips To An Issue

There are essentially two general ways for multiple tips to become associated with a single issue.

* Let a [new tip be automatically matched to an existing issue](/getting-started/reporting-and-documenting-misinformation/editing-an-issue.md#semi-automated-assignment-of-tips-to-issues).
* Open a specific issue for editing and manually insert a new tip into it as described below.

### Add Tip From "Edit Issue" Page

After [navigating to the "Edit issue" page](/getting-started/reporting-and-documenting-misinformation/editing-an-issue.md#issue-details-and-edit-issue-button), you can click the "+Add a Tip" button to insert a new tip that supports this issue. Note that this method of adding a tip bypasses [the automated process](/getting-started/reporting-and-documenting-misinformation/editing-an-issue.md#semi-automated-assignment-of-tips-to-issues) for matching incoming tickets to existing issues and instead forcibly adds the tip to this issue.

![](/files/oLRxdzbmbLxiS6pL4L2L)


---

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

```
GET https://docs.junkipedia.org/getting-started/reporting-and-documenting-misinformation/editing-an-issue/adding-more-tips-to-an-issue.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.
