> For the complete documentation index, see [llms.txt](https://ce-docs.keywordrush.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ce-docs.keywordrush.com/modules/content/freebase.md).

# Freebase module

{% hint style="warning" %}
The Freebase API is no longer available in Google, so this module no longer works. We've kept it for compatibility with older versions of the plugin.
{% endhint %}

### Getting API Key

1\. Go to the Google API console (you must have a 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/-M4yAYfcNgaWnUB2TWgb)

3\. Go to `Your project` → `APIs & Auth` → `APIs`, search for the Freebase API in the list of available APIs, 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 IP-address limits for the API key. If you do, use your server's external IP address (not your local IP).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
