# How-To Guides

This section provides step-by-step instructions for configuration related to the Integrous Analytics system.

Here you'll find practical guides for tasks like:

* [Setting up web form tracking](/how-to-guides/web-form-attribution.md) on your website
* [Testing the JavaScript](/how-to-guides/javascript-testing.md)
* Managing [marketing list uploads](/how-to-guides/list-upload-attribution.md) for offline interactions
* Creating [engagement records from campaigns](/how-to-guides/creating-engagements-from-campaigns.md)
* Setting up [attribution tracking for channel deal registrations](/how-to-guides/channel-deal-registration-attribution.md)

These articles are action-oriented - after reading one, you'll be ready to implement what you've learned.


---

# 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://help.integrousanalytics.com/how-to-guides.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.
