# How to Share a Database Between Apps

Let’s learn how to share a database between a mobile app and web app in Adalo!

\
First, start by building your database. For this tutorial, we set up a simple database collection called “Plants” and included a Text field for “Name” and an Image field for “Image” ー all of this will transfer over to your web app. Or, if you’ve set up a web app first, this will transfer to your mobile app.\
Now, let’s get to sharing!

{% embed url="<https://www.youtube.com/watch?v=D2EY6X15ky0&feature=youtu.be>" %}

1. Navigate to the top of the Adalo screen and click on the dropdown menu.
2. Click to “Create New App”
3. Select whether you want a mobile or web app
4. Select a Template type and give it a name
5. Go to “Advanced Options”
6. Click to share a database
7. Select the database you want to share
8. Click to create your app

\
You’ve just shared a database between apps inside of Adalo! 🎉\
Cloneable Web App → [Link](https://previewer.adalo.com/0472afd3-effb-42dc-800b-8f1ac3bd3765?target=eob45i0g3r0c11xvm4f3qfxcv\&params=%7B%7D)\
Cloneable Mobile App → [Link](https://previewer.adalo.com/808eaea8-fbd1-4795-9079-aad8c748e639)


---

# 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://help.adalo.com/how-to/how-to-share-a-database.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.
