# How to configure your DIY Tool

Sometimes there is just no perfect match for some very specific or custom requirements. So a simple and generic tool won't do it for you? For that we have a DIY customization tool. There you can simply add image-pixels or S2S connections on HTTP level. In this guide we will quickly run through the configuration, add some sample tags and describe the possible configuration options you have at hand here.

First we need to add this tool to a JTM configuration. In Tools (top level navigation of your JENTIS Data Capturing Platform) you must add a new tool instance clicking the "Add New Tool" button, in the list of available tools select the JENTIS DIY Tracking Tool and add it.

<div align="left"><figure><img src="/files/n7uRgdajTpMd3I4uL34m" alt="" width="563"><figcaption></figcaption></figure></div>

Give the added tool instance a descriptive name and select the container (website) on which it will operate.

Remember to also select an appropriate vendor in the advanced settings for the DIY connector you configured. The DIY connector you create must also resolve consent appropriately, which is handled in the "Legal Hub" section and you can add custom vendors for your custom DIY-connector, too.

Now this new tool allows us to create custom data streams to a dynamic endpoint. Those are tags with customizable properties. So let's add a new tag in your JENTIS Tag Manager now that accompanies our newly added tool:

<div align="left"><figure><img src="/files/tNq9AwgQ2uo13dQTyBYe" alt="" width="563"><figcaption></figcaption></figure></div>

In the "Select Tool" step choose the tool you just installed.

For the template you have the following options currently:

* Client Side tags (creates an iframe, image or script tag)
* Server Side Executed Tags (HTTP GET or POST Request via JENTIS Server)
* Hybrid Tags (creates an iframe or image on client, the configuration however happens sever side)

<div align="left"><figure><img src="/files/M5xwMKblAJTwHIuRYHyF" alt="" width="502"><figcaption></figcaption></figure></div>

In the last two steps, you can select a trigger, as with all other tags in the JENTIS Tag Manager, and configure the parameters you want to send.

<div align="left"><figure><img src="/files/XPClbNdltGSvW4yRjZ2r" alt="" width="563"><figcaption></figcaption></figure></div>

Here, you need to define the target URL address (starting with http) and your parameters that should appear in the payload or query string.

Based on your configuration, JENTIS will now activate this data stream on client or server side with the parameters of your choice.


---

# 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.jentis.com/data-activation/connectors/diy-tool/how-to-configure-your-diy-tool.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.
