# Freebase module

{% hint style="warning" %}
Freebase API is not available now in google. This module is not working now, but we left it for compatibility with old versions of plugin.
{% endhint %}

### Getting API Key

1.Go to the Google API console (you must have registered Google account): [https://console.developers.google.com](https://console.developers.google.com/)

2\. If you have not created a project in the API console yet, create it now:

![](/files/-M4y9rrkLELj7mXDw26H)

3\. Go to `Your project` → `APIs & Auth` → `APIs`, find by search                 Freebase API in the list of all available API and activate it:

![](/files/-M4yBCgmXGr-0L2i7RMr)

4\. Go to `Your project` → `APIs & Auth` → `Credentials`. If you have not created a `Server API Key` yet, create it now:

![](/files/-M4yBVAoGMJq6UuLx4gA)

{% hint style="warning" %}
Don't set limits for API key by IP address. Or you can use the external IP address of your server (not your local IP).
{% 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/freebase.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.
