# Account lists

Account lists allow you to group, track, and filter by any number of organizations. Account lists can be created via import, organization searches, and a combination of the two.

An account list can be used as a filter in [Organization search](/web-application/search-bar/organization-search.md).

## Import account list

If you already have a list of accounts you want to bring into Sumble you can import it in a few steps.

1. Format your account list as a CSV with the columns
   * Organization name
   * Organization url
   * Organization location
2. Click the `Import Accounts` button in the upper right corner, or [click here](https://sumble.com/upload)
3. Click `Upload CSV file`
   1. If you have more than 1000 accounts you'll need to use this [tool](https://mightymerge.io/split-csv-files/) to split your file
4. Choose the columns in your CSV that map to the required columns
5. Validate the Sumble organization matches that are made
6. Click `Confirm`
7. Choose what list to add the accounts to, creating a new list of desired

## Create account list from search

If you're using Sumble to find new accounts, you can create account list for the results of organization filters.

1. Filtering the organization page
2. Click the `Save as Account List` button at the bottom of the page
3. Choose the number of accounts to add to the list
4. Name the account list
5. Click `Save as Account List`

## Create account list from organization

If you've found an organization that you'd like to create a new list or add to a new list you can do so quickly.

1. Click the star icon, <img src="/files/AXhXyPnp67MB2zxVfs9t" alt="" data-size="line">, next to the organization name in the organization table/organization page
2. If you'd like to add the organization to an existing list, select it. Otherwise, select `New list` from the menu that appears

![](/files/j8T3fRYmTFTVM97sMBhB)

3. Name your list!

## Using account lists

You can use account lists to filter organization search to only the account in a specific list(s).

<figure><img src="/files/631oE7PSZyblC5XdkHCu" alt=""><figcaption></figcaption></figure>


---

# 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.sumble.com/web-application/account-lists.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.
