# Asana

This integration will allow you to create tasks on Asana's dashboard for the bugs you receive on Luciq. Instead of switching between dashboards, forward bugs directly to Asana to track progress hassle

{% stepper %}
{% step %}
**Enter your token**

Enter your token. If you don't currently have one, click on *here* (link is provided in the integrations screen) and follow the instructions.

Click on *Manage Developers Apps*.
{% endstep %}

{% step %}
**Create a personal access token**

Create a new personal token and enter it in the integrations screen on your Luciq dashboard.
{% endstep %}

{% step %}
**Choose Workspace, Project, and Assignee**

Choose the Workspace Name, Project, and Assignee. You can also choose which details get forwarded as well.
{% endstep %}

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

Test your integration to confirm 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 allow automatic forwarding (this can be reconfigured at any time).
{% endstep %}

{% step %}
**Example forwarded issue**

Issues forwarded to Asana should look 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/asana.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.
