> 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/social-media-monitoring/building-your-own-lists.md).

# Building Your Own Lists

The entire monitoring system is based on[ lists of collection criteria](https://docs.junkipedia.org/reference-material/glossary#list) informally known as lists. To begin, you can follow existing lists created by other users. When you are ready to create your own lists, navigate to the [monitoring system](https://docs.junkipedia.org/getting-started/social-media-monitoring#go-to-monitoring-page) and select “Lists”> “Add New List.” This is the same side panel[ where you can find your saved searches](https://docs.junkipedia.org/getting-started/social-media-monitoring/searching-the-database#saved-search-button).

<figure><img src="/files/z0kBE8AYoWBSJHraLokX" alt="" width="240"><figcaption></figcaption></figure>

When you select “Add New List,” the “Create a New Monitoring List” form opens.

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

* **Name:** Give the list a name to distinguish it from other lists. It is often useful to mention the platform in the list name.
* **Platform:** The list will pull content from the platform selected here. At this time, lists can only contain channels from a single platform.&#x20;
* **Type:** Select “Account/Channel List” to create a list of accounts. Select “Terms” to search the selected platform for those terms.&#x20;
* **Description:**  Enter a summary of the type of accounts/terms on your list.&#x20;
* **Collect Historical Data:** Check this box to enable collection of available historical posts. &#x20;
* **Public:** Check this box to enable Junkipedia users outside of your organization to follow your list.&#x20;
* **Shared with my org:** Check this box to automatically share your list with others in your Junkipedia organization.&#x20;

Click “Create List.” To learn about adding channels to and editing your list, see [Edit an Existing List](https://docs.junkipedia.org/getting-started/social-media-monitoring/edit-an-existing-list).


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.junkipedia.org/getting-started/social-media-monitoring/building-your-own-lists.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
