> For the complete documentation index, see [llms.txt](https://docs.mindmac.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mindmac.app/how-to.../internet-browsing/get-google-search-key.md).

# Get Google Search Key

### Step 1: Go to [https://programmablesearchengine.google.com/about](https://programmablesearchengine.google.com/about/) and click "Get Started"

<figure><img src="/files/2ymEKkUOIeDPjePgmKpX" alt=""><figcaption></figcaption></figure>

### Step 2: Create new search engine

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

### Step 3: Click "Customize"

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

### Step 4: Copy Search Engine ID

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

### Step 5: Keep scrolling to "Programmatic Access" section and click "Get Started" of "Custom Search JSON API"

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

### Step 6: Click "Get a Key"

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

### Step 7: Select a project and click "Next"

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

### Step 8: Click "Show Key"

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

### Step 9: Copy API key and keep it secret

<figure><img src="/files/8JwJUzMrUgpav4HictMB" alt=""><figcaption></figcaption></figure>

Now you have Search Engine ID in step 4 and API key in step 9 to configure search provider for MindMac.


---

# 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://docs.mindmac.app/how-to.../internet-browsing/get-google-search-key.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.
