> For the complete documentation index, see [llms.txt](https://help.calcumate.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.calcumate.co/calculator-data-extraction/method-1-url-get-parameters.md).

# Method 1: URL GET Parameters

This method will append parameters to the URL of your Call To Action URL. That is, when the user clicks the CTA button (which might say something like "Get Quote" or "Book Now" depending on how you have set it up), the user will be redirected to the CTA URL that you set, with the GET parameters appended.&#x20;

To set this up:

1. [Login](https://help.calcumate.co/calculator-data-extraction/www.calcumate.co/login), open your desired calculator, and click "SHOW ADVANCED SETTING":

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

2. Within the Advanced Settings screen, select the CRA URL Params that you want to be appended, and set your CTA Link. This is what the screen looks like:

<figure><img src="/files/5u9bYpyN4G4zWp3Hrq3S" alt="" width="346"><figcaption></figcaption></figure>

3. If your CTA URL has all the parameters appended, it will use this syntax:\
   \
   [www.abc.com/book-now?cm-qty={qty}\\\&cm-id={id}\\\&cm-volume={totalVolume}\\\&cm-used-volume={usedVolume}](http://www.abc.com/book-now?cm-qty={qty}\\\&cm-id={id}\\\&cm-volume={totalVolume}\\\&cm-used-volume={usedVolume})


---

# 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, and the optional `goal` query parameter:

```
GET https://help.calcumate.co/calculator-data-extraction/method-1-url-get-parameters.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
