# How to exceed SharePoint list view threshold

SharePoint libraries and lists come with a default limitation of 5,000 items per list (SharePoint Server 2013) or 20,000 items per list (SharePoint Server 2016 and SharePoint Server 2019).

If you need to upload a bigger number of documents than is allowed by your SharePoint threshold, you can create a new library or list and then add then add indexes to the required view columns.

If a SharePoint list column is indexed, then you will be able to upload any number of documents to SharePoint and still be able to search and sort all documents by indexed columns.

Note that the SharePoint library or list will need to be set up with column indexes before you begin uploading any of your Notes data.

For more information on adding indexes to SharePoint columns please see this article in Microsoft's knowledge base:

{% embed url="<https://support.microsoft.com/en-us/office/add-an-index-to-a-list-or-library-column-f3f00554-b7dc-44d1-a2ed-d477eac463b0>" %}


---

# 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.swingsoftware.com/seascape-for-notes/faq/how-to-exceed-ms-sharepoint-list-view-threshold.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.
