# Using a Proxy Script for Suggest Integration

For security reasons, browsers do not permit JavaScript code to receive content from third-party domains. However, since the Search function and the web shop are normally run on different servers or ports, the use of a proxy script is unavoidable in most cases. The proxy script simply passes the FactFinder response through. The browser permits this, since the script is located on the shop server. For this reason, you should enter the address of the proxy script as the request URL instead of the FactFinder URL when initialising Suggest.


---

# 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.fact-finder.com/integration/suggest-integration/using-a-proxy-script-for-suggest-integration.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.
