# 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.](https://docs.appmachine.com/data/appmachine-data)

{% 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.](https://docs.appmachine.com/data/google-sheets)

### 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](https://docs.appmachine.com/developers/web-services).&#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.](https://docs.appmachine.com/developers/javascript)
