# Create from scratch

This is the simplest way to set up a blank, manual-input data source in KAWA.

To create a new data source in the **Data Source** section, click on **(+ Data Source)** then **(Create from Scratch)**.

Fill in the data source details:

* A modal titled Create new empty data source appears.
* In Data source name, enter a unique name for your new source.
* (Optional) In Description, jot a brief note about what this source will hold.
* Click Create.

<div data-with-frame="true"><img src="/files/cdUoT5U4EFut16PUaWM2" alt=""></div>

After creation, you land on the Overview tab for your new source.

Once you switch to the Data tab, you can begin populating your Data Source. Here’s what you’ll see and how to use it:

* Grid view A blank grid appears with your column headers across the top (e.g. Title) and empty rows numbered down the left.

<div data-with-frame="true"><img src="/files/8sGG8yqfSTVPL80EOwMp" alt=""></div>

* Add rows Click the + button at the bottom-left of the grid to insert a new row. Each click adds one more blank row where you can type in values.

<div data-with-frame="true"><img src="/files/Xjx0e4gISi5JCp52ffIi" alt=""></div>

* Add columns Hover over the top right of the header area and click the + icon to define a new column. You’ll specify:
  * A column name
  * A data type (Text, Number, Date, etc.)

<div data-with-frame="true"><img src="/files/XwROs1y3V9X4q2vjgm7t" alt=""></div>


---

# 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.kawa.ai/01_00_data_integration/01_03_create_from_scratch.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.
