# Prepare your Google account

1. Create Google Merchant Center account using this link <https://merchants.google.com/>\
   ![](/files/sNMGIYmc85HRrOpWBYea)
2. Go to <https://console.cloud.google.com/welcome> and click on **select a project**.\
   ![](/files/yL1Q6xkd1RKEYJtYFZzk)
3. Create a new project.\
   ![](/files/4ihFlrqMdHGilcwmCLum)
4. Choose a name for your project and click **Create**.\
   ![](/files/tmrU6I7hhr5sOQMN0egi)
5. Choose your project you've recently created.\
   ![](/files/HuwwAhT0weW18Vi0iS6C)
6. Click to select the project.\
   ![](/files/iwPS3fY2ENSYBQGiie7K)
7. Click on **IAM & Admin** to create a service account.\
   ![](/files/Xo9WTakryzyiwlYzrK7i)
8. Choose the tab **Service Accounts**.\
   ![](/files/x75unvWaotxgkoFAqqaH)
9. Click on **Create service account**.\
   ![](/files/yzouUsnqD3nvwP44dxWx)
10. A new window opens where you need to enter the name ode the **service account**. An ID and E-Mail address will be generated automatically. Copy the E-Mail address. You will need it later.\
    ![](/files/4gGhTLdrAp25I4Sj1N48)
11. After creating a new **service account** you can find it in the list.\
    ![](/files/OAy9oItnkbGRn1tILTux)
12. Choose your new **service account** by clicking on it.\
    ![](/files/VuSlm1uu108XTzoNNvdk)
13. Now you need to create a new key. Please click on the **Keys** tab.\
    ![](/files/eLSTDElPVH311u2fmqpf)
14. Click on **Add key**.\
    ![](/files/WYu1sHWU5lEQd31bV0m9)
15. Choose **Create new key**.\
    ![](/files/aETjAY4zQEamjLKV1oq1)
16. Choose **JSON** as **Key type** and confirm it by clicking on **Create**.\
    ![](/files/IsLfQZnuoY1XZBrJu22R)
17. A new file is generated and downloaded. Please keep in mind there it has been saved. The file has important credentials you will need later. A window with the file name is shown to you.\
    ![](/files/M8vTL10bZqC4s1iMyeT5)
18. Go back to the Google Console page <https://console.cloud.google.com/welcome> and choose **APIs & Services**.\
    ![](/files/eOherti9Ir8UwPyIr0a3)
19. Click on **Library**.\
    ![](/files/KUt9dTPBjOv5poKlP5vC)
20. You will be redirected to the Library page with a search field.\
    ![](/files/ueHr6IsHI25PYUori6Pl)
21. Enter **Merchant api**.\
    ![](/files/Fmnh2BLt0FSm2C42xq77)
22. On result page choose **Merchant API**.\
    ![](/files/op8MKBzQBpf1Efe91g6e)
23. Enable the **Merchant API**.\
    ![](/files/VN5kDWpeunOy1B8tOayD)
24. After activation the connection between project and **Merchant API** is shown.\
    ![](/files/0cOwixNsbm90bBP1UimF)
25. Go back to the Merchant Center <https://merchants.google.com/> and click on **Access and services**.\
    ![](/files/YEULvFo0ejie4VJOLxSM)
26. You can see all persons who have access. Click on **Add person**.\
    ![](/files/XtbhWo5rp3xqieXVKk27)
27. Enter the e-mail address of the service account you've recently created.\
    ![](/files/YntadR8TiJN2g8zaCfef)
28. In a new window you can add the **Access type**. You don't need the **Admin** type.\
    ![](/files/t7n2iw6InKIVXcyuFVOF)
29. After adding the new person you can find it in the **Access and services** list.\
    ![](/files/syoSiYvgALo8chDJCYs1)
30. Next click on **Data sources**.\
    ![](/files/gUYEM4ZcHasa1bZVEc1T)
31. Click on **Add product source**.\
    ![](/files/dSpzj9tdaWMpUWAfwbaM)
32. You will be redirected to a page. Please choose **Add products using API** and enter a name.\
    ![](/files/D5ZlD66XmNvUNpMccOfZ)
33. Choose your data source.\
    ![](/files/VTYuXuge4wSsN03s5pXP)
34. Add a country and a marketing method on detail page.<br>

Congratulations. You have finished all necessary steps on Google site. Go back to Shopware administration to enter the feed credentials there.


---

# 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.premsoft.de/en/plugins/google-merchant-feed-api/installation/prepare-your-google-account.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.
