> For the complete documentation index, see [llms.txt](https://docs.powertable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powertable.com/explore-powertable/create-table-app/enter-data-manually.md).

# Enter Data Manually

In previous sections, we demonstrated how to [import a CSV file into PowerTable](/explore-powertable/powertable-product-tour/build-your-first-app.md) and [connect to a database](/explore-powertable/create-table-app/connect-to-database.md) directly from PowerTable.&#x20;

This section explains how to manually enter data into PowerTable to build an app.&#x20;

**The source and destination will be the same**; we will enter data to create a table and then writeback the subsequent changes to the same database. Let us look at the steps.

1. Go to your Microsoft Fabric workspace folder. Click on **New item** to create a new item.

<figure><img src="/files/0LxBWh6RhPCfoSjX2kCC" alt=""><figcaption><p>Create a new item</p></figcaption></figure>

2. Select **PowerTable** from the list of items. You may want to add it to your favorites by clicking on the star icon.

<figure><img src="/files/jOXD5EoMZjGyVZce9bvw" alt=""><figcaption><p>Select 'PowerTable'</p></figcaption></figure>

3. Enter a name for your PowerTable app and select the workspace. Click on **Create.**

<figure><img src="/files/UJZ9UGTiVaXC2MFrwDcb" alt=""><figcaption><p>Create PowerTable item</p></figcaption></figure>

4. Click on **Create a New App** to create your app. You may also select 'Explore PowerTable' to [experience a sample PowerTable app](/explore-powertable/powertable-product-tour/explore-a-sample-app.md).

<figure><img src="/files/X63JTWUWXfHj9mkRi1gw" alt=""><figcaption><p>Create a New App</p></figcaption></figure>

5. **Creating a new database connection:** The next step is to create a new database connection to your preferred data source. Your app synchronizes its data with this data store. Follow the steps below to create a new connection:

   * Click on **New Connection.**
   * Choose your preferred data platform. We'll connect to the Fabric SQL database.
   * Click **Next.**

   <figure><img src="/files/omiBN0p2txd4YWR8dcrw" alt=""><figcaption><p>Creating a new connection</p></figcaption></figure>

{% hint style="info" %}
If you already have shared database connections or a private connection to the required data store, skip step 5. Instead, click on the 'Existing Connection' tab, select the one you want to use, and then click **Next.**
{% endhint %}

<figure><img src="/files/xhhUbsTkLMtvfoYT7IRo" alt=""><figcaption><p>Choosing an existing connection</p></figcaption></figure>

6. **Setup Connection:** Enter the connection type and a unique connection name. Select the workspace and the database from the list of options and click **Next.** Your new private connection is now created.

<figure><img src="/files/KlQZ7G6StY4MzfjAIGri" alt=""><figcaption><p>Setup Connection</p></figcaption></figure>

7. **Choose your table where the data will be stored:** Here, you have two options:

   1. Select **Existing Table** to connect to an existing table in the database (or)
   2. Select **New Table** to create a new table in the database.

   We'll select **New Table** to create a new table and type in the data.

<figure><img src="/files/Nr2qQ1y5Qp8HPqg4L8BW" alt=""><figcaption><p>Create new table</p></figcaption></figure>

8. Select the schema and enter a name for your table. Choose the option **Enter Data Manually** to manually enter the data. Click **Next.**

<figure><img src="/files/4QMJwYiftXAlZDRPeFf8" alt=""><figcaption><p>Enter table name</p></figcaption></figure>

9. **Add Column Details:** Start creating your table by adding the column name, primary key, and other relevant details like length, precision, scale, etc., wherever applicable.

<figure><img src="/files/u7AM84vq3IhsajjOccn6" alt=""><figcaption><p>Add Column details</p></figcaption></figure>

10. **Add Column:** Click on '+ Add Column' at the top to add a new field/column.

<figure><img src="/files/Xu7P92CY77Ja2gStRPk3" alt=""><figcaption><p>Add Column</p></figcaption></figure>

11. You can use the bin icon to delete a column.

<figure><img src="/files/wgBCaFANm0z4ekPweHhK" alt=""><figcaption><p>Deleting a column</p></figcaption></figure>

12. Click **Finish** after entering all the column details.

<figure><img src="/files/PmuHwxR3ZMl24qorTmei" alt=""><figcaption><p>click 'Finish'</p></figcaption></figure>

The table has been successfully created using PowerTable, with the configured columns.

<figure><img src="/files/j1XFA7lYgOwPv00adnXv" alt=""><figcaption><p>Table created</p></figcaption></figure>

You can now insert rows into this table using the **Insert Row** option.

<figure><img src="/files/VsM8d6GILwh6XPunJMYk" alt=""><figcaption><p>Inserting rows into the table</p></figcaption></figure>

With this table app, you can start working on your data, adjusting it as necessary and setting up features like approvals, workflows, and access control. These are covered in the following sections.


---

# 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.powertable.com/explore-powertable/create-table-app/enter-data-manually.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.
