# Google Images module

### Getting Your Search Engine ID

Follow these steps to set up a Google Custom Search Engine (CSE):

1. **Create a Custom Search Engine**

   * Go to [Create a new CSE](https://cse.google.com/cse/create/new).
   * Select **Search the entire web**.
   * Enable **Image search**.
   * Click **Create**.

   <figure><img src="/files/DKJ8eb5dh2CRFQXM1WIO" alt="" width="375"><figcaption></figcaption></figure>
2. **Get Your Search Engine ID**
   * On the next screen, click **Customise**.
   * Locate your **Search engine ID**.
   * Copy and save this ID in the module settings.

<figure><img src="/files/pkGbcoQ5HF0YIRZD61tJ" alt="" width="375"><figcaption></figcaption></figure>

### Getting an API Key

1. **Open the Google API Console**
   * Visit [Google API Console](https://console.developers.google.com/).
2. **Create a Project**

   * If you do not have a project, click **API Project** → **New Project**.
   * Enter a name and click **Create**.

   <figure><img src="/files/FNolDCBCCLaqdWJbBRif" alt="" width="375"><figcaption></figcaption></figure>
3. **Enable the Custom Search API**

   * In the left menu, go to **Library**.
   * Search for **Custom Search API**.
   * Click **Enable**.

   <figure><img src="/files/NuP89Qc7QYvlqGgUhV8Z" alt="" width="375"><figcaption></figcaption></figure>
4. **Create an API Key**

   * Go to **Credentials** in the left menu.
   * Click **Create credentials** → **API key**.
   * Copy and store the generated key.

   <figure><img src="/files/IzdDq84eN3bDHrRIMVF5" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="warning" %}
**Note:** The JSON/Atom Custom Search API provides 100 search queries per day for free. To increase this limit, enable billing in the Google API Console.
{% 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://ce-docs.keywordrush.com/modules/content/googleimages.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.
