# Instana

Integrating Luciq with Instana is really simple, with only a few steps. You will be able to view a distributed trace for every request by simply clicking a button.

{% stepper %}
{% step %}
**Set up your Instana integration**

To set up your Instana integration, simply add the link to your Instana dashboard, where you will be seeing your incoming requests.
{% endstep %}

{% step %}
**Test the integration**

At this point, we just need to test your integration so that we're sure everything is working smoothly.
{% endstep %}

{% step %}
**Finish setup**

All done! Your integration is now set up and ready to go. From this final page, you can select which product you'd like to be synced with Instana, and add a name to your integration.
{% endstep %}

{% step %}
**View a request in Instana**

Go to a new report's network requests, then simply click on Instana's redirection button to view it on its dashboard.
{% endstep %}

{% step %}
**Sample network logs**

Network logs should appear on Instana something like this.
{% endstep %}
{% endstepper %}


---

# 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.luciq.ai/product-guides-and-integrations/integrations/instana.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.
