# Integrating Pixabay into your email campaigns

{% hint style="info" %}
You can access the 'Free Stock Art' feature when creating your email templates once you've integrated a free Pixabay account
{% endhint %}

<figure><img src="/files/H8AHEUTFzsRY2GXTBYZb" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/kkpJt0OgGeX3CvGof4vY" alt=""><figcaption></figcaption></figure>

First, get your API key by going to this link while logged into Pixabay:

<https://pixabay.com/api/docs/#api_search_images>

Next, add your Pixabay API key to edcom-install/config/edcom.json

```
"pixabay_key": "",
```

Finally, restart the platform from the edcom-install directory

<pre><code><strong>./restart.sh
</strong></code></pre>


---

# 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.emaildelivery.com/docs/integrations/integrating-pixabay-into-your-email-campaigns.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.
