# Using Tiplines Outside Of Junkipedia

Tiplines make it easy to for anyone to submit tips without having to sign in to a Junkipedia account. Once any of the supported types of tiplines have been created for your organization, the following instructions show how to use them:

* [Web tipline](/getting-started/reporting-and-documenting-misinformation/using-tiplines-outside-of-junkipedia/submit-a-tip-via-web-form.md) — A publicly accessible web page with a form for entering a tip.
* [Email tipline](/getting-started/reporting-and-documenting-misinformation/using-tiplines-outside-of-junkipedia/submit-a-tip-via-email.md) — Tips will be addressed to an email address for the tipline.
* [SMS tipline](/getting-started/reporting-and-documenting-misinformation/using-tiplines-outside-of-junkipedia/submit-a-tip-via-sms.md) — Tips will be addressed to the tipline's SMS number.
* [Whatsapp tipline](/getting-started/reporting-and-documenting-misinformation/using-tiplines-outside-of-junkipedia/submit-a-tip-via-whatsapp.md) — Tips will be addressed to the tipline's Whatsapp account.
* [Slack tipline](/getting-started/reporting-and-documenting-misinformation/using-tiplines-outside-of-junkipedia/submit-a-tip-via-slack.md) — Tips will be addressed to the tipline's Slack channel.
* [API tipline](/getting-started/reporting-and-documenting-misinformation/using-tiplines-outside-of-junkipedia/submit-tips-via-api.md) — Tips will be sent via HTTP request to the tipline's API endpoint.


---

# 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/reporting-and-documenting-misinformation/using-tiplines-outside-of-junkipedia.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.
