> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/bdb-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/bdb-documentation/data-center/data-sheets/publishing-a-data-sheet/entering-data.md).

# Entering Data

### Manual entering

* Open a published Data Sheet.
* Click the ***Add Row*** icon.   &#x20;

![The Add Row icon for a published Data Sheet](/files/fBryQEDEkuMsiAAtGkSo)

* A new row gets added at the bottom (the given image displays 2 rows added to the Data Sheet.

![The new rows get added at the bottom](/files/bQWPtq8iUW3h8xOrq5jt)

* Manually add the data in the rows.
* Click the ***Save*** icon.    &#x20;

![](/files/b0Y6eAzQvmmhp2baEqjW)

* The added data gets saved in the Data Sheet.

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark>* *Fill in the value for each column and click the save icon to save the data.*
{% endhint %}

### **Copying and Pasting Data into a Published Data Sheet**

The user can create a meta-structure of the Data Sheet using the Data Center module and later insert data from an excel file. The user can directly copy and paste data to the published Data Sheet.

* Access the published Datasheet from ***My Documents***.
* Click on it to open.                                                          &#x20;

![Selecting a Data Sheet](/files/cdM1eDhnazByRVTPXl9S)

* Meta Structure of the selected Data Sheet opens.     &#x20;

![Meta Data structure of the Data Sheet](/files/VyCdytTM7XbtHzBNmmaQ)

* Click the ***Add Row***  icon.
* A new row gets added.      &#x20;

![Adding a new row to the Data Sheet meta data](/files/eKvEolI9C5mCkU1IcPYI)

* Copy the required Excel data.

&#x20;     ![](/files/EyXNvILCvHkvufiwYoBd)

* Paste it to the Data Sheet metadata structure.
* Click the ***Save*** icon to save the copied data.     &#x20;

![Pasting the Excel data in the Data Sheet](/files/YTw1nsHNp5PoE1EwlkBi)

* The copied data from the excel sheet gets saved to the Data Sheet.&#x20;

![The copied data gets pasted to the Data Sheet](/files/aFCr1mIrx86AWG17gFxo)


---

# 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:

```
GET https://docs.bdb.ai/bdb-documentation/data-center/data-sheets/publishing-a-data-sheet/entering-data.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.
