# Setting Up Tiplines

[Tips](/reference-material/glossary.md#tip) refer to [content](/reference-material/glossary.md#content) on social media that has been reported as problematic. [Tiplines](/reference-material/glossary.md#tipline) enable anyone to submit tips to Junkipedia without having to set up an account and logging into the system. Tiplines may be configured to require a review process before a tip [generates an issue](/reference-material/glossary.md#issue) to be tracked through the system.

### Tipline Types

Note that there are different types of tiplines:

* Web — A publicly accessible web page with a form for entering a tip.
* Email — Tips will be addressed to an email address for the tipline.
* SMS — Tips will be addressed to the tipline's SMS number.
* Whatsapp — Tips will be addressed to the tipline's Whatsapp account.
* Slack — Tips will be addressed to the tipline's Slack channel.
* API — Tips will be sent via HTTP request to the tipline's API endpoint.

### Select "Manage Organization" From Menu

Whether creating a new tipline or managing an existing one, navigate to the list of tiplines that currently exist for your organization. Start by signing in to Junkipedia then click your name in the upper right corner of your screen. Then click "Manage Organization".

![](/files/W1D5ZiLdTVwO0PkACVrB)

### Your Organization's Tiplines

From the "Your Tiplines" box, click the "Manage Tiplines" button.

![](/files/RGN5IH5aynteP8MD2uBS)

From here, you will be able to see all of your current tiplines. Some default tiplines may already have been created for you when your organization was added to Junkipedia.

### The "Manage Tiplines" Page

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

If you want to create a new tipline, proceed with  [Creating A New Tipline](/getting-started/setting-up-tiplines/creating-a-new-tipline.md).

If you want to edit an existing tipline, proceed with [Configuring Tipline Properties](/getting-started/setting-up-tiplines/configuring-tipline-properties.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/setting-up-tiplines.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.
