# Manipulating the Server Result

The next step is to change the actual server response before it is sent to the user. In our case this change consists of the html string replacement we identified earlier. The rule for a string replacement is called **String Replacer**. Locate it and drag and drop it onto the canvas. How to connect it up should be easy now:

<figure><img src="/files/DxLfyeJ21eRHXtLZEyll" alt=""><figcaption><p>NoAds rule set</p></figcaption></figure>

Notice that we connect both the Found and NotFound chain points to the following rule.

We do this because not all Google pages display ads. This time the properties are set as follows:

<figure><img src="/files/di2KaZRGKXTwuucoi4cT" alt=""><figcaption><p>props</p></figcaption></figure>


---

# 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.tomorrowx.com/cap/product-reference/quick-product-introduction/manipulating-the-server-result.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.
