# Bulk Add Sites

Bulk creation of sites using a CSV upload.

{% stepper %}
{% step %}

### Tenant Selection

Select the tenant you want to bulk create SharePoint sites for. This will auto-select the tenant you have selected in the top menu bar.
{% endstep %}

{% step %}

### Upload CSV

{% hint style="info" %}
There is an example CSV file linked on this page that you can use to ensure you have properly formatted the data.
{% endhint %}

Upload your CSV file or click "Add Item" to add rows manually to the table.&#x20;

Review the table. If there are any rows that are incorrect, select "Delete Row" from the actions column and recreate the row manually.
{% endstep %}

{% step %}

### Review and Confirm

Review the information for accuracy and click "Submit".
{% endstep %}
{% endstepper %}

***

## Feature Requests / Ideas

We value your feedback and ideas. Please raise any [feature requests](https://github.com/KelvinTegelaar/CIPP/issues/new?template=feature.yml) on GitHub.


---

# 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.cipp.app/user-documentation/teams-share/list-sharepoint/bulk-add-site.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.
