# How to use Google Drive images for cards?

If you want to use Google Drive images for Card images, please check below and make sure to use the correct format of the Google Drive Image links:&#x20;

1. Get the id from the Google Drive URL
2. For example, the id from this URL <https://drive.google.com/file/d/1QxdeoQwmMVqkVlTdhnE4IMWnQ81Y-\\_yo/view> is ***1QxdeoQwmMVqkVlTdhnE4IMWnQ81Y-\_yo***
3. Now use the id in below URL format\
   <https://drive.google.com/uc?id=1QxdeoQwmMVqkVlTdhnE4IMWnQ81Y-\\_yo>
4. Use the new URL for rendering the images

{% hint style="danger" %}
[❌](https://emojipedia.org/cross-mark) You SHOULD NOT use this format: <https://drive.google.com/file/d/1QxdeoQwmMVqkVlTdhnE4IMWnQ81Y-\\_yo/view>

[✅](https://emojipedia.org/check-mark-button)[✅](https://emojipedia.org/check-mark-button) You SHOULD USE this format:\
<https://drive.google.com/uc?id=1QxdeoQwmMVqkVlTdhnE4IMWnQ81Y-\\_yo>
{% endhint %}


---

# 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.siteoly.com/advanced/how-to-use-google-drive-images-for-cards.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.
