# Getting a Server Result

The next step is to forward the request from the browser to Google's server so that we can get a result to work with. The rule to use for this is called **HTTP Server Execute**. Rather than trying to locate the group the rule is in, this time we will search for it. In the rule editor, click the **Searchable** tab:

<figure><img src="/files/xAU52eetqI5TJPl9YpvN" alt=""><figcaption><p>Searchable tab</p></figcaption></figure>

In the search box type **execute**. The search list updates for each character typed and quickly locates the rule as shown:

<figure><img src="/files/mgb51Ia9IIA8eCOjr6ms" alt=""><figcaption><p>Searching</p></figcaption></figure>

Once again, drag the rule onto the canvas and then connect the False *(URIs that do NOT contain a ".")* chain point from the If Condition rule to the input of the HTTP Server Execute rule:

<figure><img src="/files/getxRU7ADrurnSqYfQuZ" alt=""><figcaption><p>HTTP Server Execute rule added</p></figcaption></figure>

Once again set the properties as follows:

<figure><img src="/files/oRVdC2KrUGAZPXOcDBcT" alt=""><figcaption><p>HTTP Server Execute rule props</p></figcaption></figure>

What we are doing here is requesting the response from the server. The response will be loaded into the `RESPONSE` variable name; the content type of the response will be supplied in the `CONTENT` variable. We have chosen not to override any part of the request *(although in theory you could override the "dishwasher" query to be something else entirely)*

Finally, we have elected to obtain the headers and status code from the server as well. We will need all of this information later to send back a proper response to the user.


---

# 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/getting-a-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.
