# Data

{% embed url="<https://youtu.be/ueb5yxnUoW8>" %}

With AppMachine you can add data to your app in various ways.&#x20;

### Use **blocks**

For example via adding information in blocks, like Contact, People or the Products block. \
You do that via the red +block in the Content tab.

### **Add your own tables**

You can also add your own **tables** , where you define the structure of your information.

1. Click **Data** in the left side navigation,&#x20;
2. Define your tables&#x20;
3. Define the fields you want to have.&#x20;
4. On the Fields tab you can enter the data yourself.

Read more about [AppMachine Tables in this article.](/data/appmachine-data.md)

{% embed url="<https://www.youtube.com/watch?v=ueb5yxnUoW8>" %}

### Connect to a **Google Sheet** &#x20;

Connect to your google sheet \
Your data will be synced from Google sheet to AppMachine and vice versa.\
Read more about [Google sheets.](/data/google-sheets.md)

### Connect to a webservice

If you have your data available via a REST API, you can connect to the webservice to show your information via a GET call. \
It's also possible to use Post, Update and Delete calls to make your app more interactive. \
Read more about [Web services](/developers/web-services.md).&#x20;

### JavaScript

You can also add JavaScript blocks to your app to enhance your app with your own functionality and data. Read more about [JavaScript.](/developers/javascript.md)


---

# 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.appmachine.com/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.
