# Insert rows

Using the **Insert Row** option, you can insert new, blank rows into the table manually.

{% hint style="info" %}
Use the [**Import**](/explore-powertable/working-with-powertable/basic-table-operations/bulk-import-rows.md) option to insert or update rows with data from an external file.
{% endhint %}

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

1. Click on **Insert Row** directly to insert a single row.
2. Use the dropdown menu next to the **Insert Row** option to choose whether you want to insert a single row or multiple rows at once.
3. Clicking on **Insert Row** inserts a single row.

<figure><img src="/files/ieCsdCjt0Gfj4pP4pfLv" alt=""><figcaption><p>Insert a single row</p></figcaption></figure>

4. Click on **Insert Multiple Rows t**o insert multiple records. Enter the number of rows you wish to insert and click **Insert** to add them all at once.

<figure><img src="/files/NzRwFWapNGFctMIgq0fD" alt=""><figcaption><p>Insert multiple rows</p></figcaption></figure>

5. You can also insert rows using a form as shown below.

<figure><img src="/files/wMStciPzqmLKcOFS8mcK" alt=""><figcaption><p>Insert using form</p></figcaption></figure>

{% hint style="info" %}
A maximum of 1000 rows can be inserted at a time.
{% endhint %}

{% hint style="info" %}
You can establish access control to define who can add new rows to the table. To know more, please refer to [this section.](https://docs.powertable.com/explore-powertable/working-with-powertable/basic-table-operations/pages/zDmYsHLaOQ7uXJjBcZUz#id-1.-add-new-rows)
{% endhint %}


---

# 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.powertable.com/explore-powertable/working-with-powertable/basic-table-operations/insert-rows.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.
