# Asana

{% embed url="<https://www.youtube.com/watch?v=WowvBgxDJAY>" %}

You can connect Asana and Jam in order to instantly create Asana tasks right from Jam's browser extension. Every Asana task you create with Jam automatically includes:

* Console logs
* Fully inspectable network requests
* URL, timestamp and country
* Device, OS, Browser
* Viewport size
* Network speed

That way, it's perfect for engineers to help them debug issues faster.

You can configure all the relevant Asana fields right from Jam – like assignee, project, tags and more. Our goal is to make you 20x faster at logging bugs to Asana.

## How to use Jam + Asana

1. First, you'll need to make sure you have Jam installed in your browser. Follow our Jam getting started guide here if you haven't downloaded and setup Jam yet:

&#x20;     [Getting started](/docs/get-started/getting-started.md)

2. Next, capture your bug with Jam. <br>

   <div align="left"><figure><img src="/files/zJeMRWbFhiMa14mWvlyj" alt="" width="375"><figcaption></figcaption></figure></div>
3. In the Jam extension, you will have the option to choose where Jam sends your screen capture. Click on "Link you can share" and change it to Asana.<br>

   <div align="left"><figure><img src="/files/D7l6NkPDMe1NrgapBIF8" alt="" width="375"><figcaption></figcaption></figure></div>
4. Jam will guide you through authenticating with Asana.<br>

   <div align="left"><figure><img src="/files/waKQzmI3urLGMj8jOkA1" alt="" width="375"><figcaption></figcaption></figure></div>
5. Once Jam is connected to Asana, you will be able to setup your Asana task right from Jam. Choose the workspace, project, assignee, tags, etc., right from Jam. <br>

   <div align="left"><figure><img src="/files/RzcwkzctruQJrkh3oSKz" alt="" width="375"><figcaption></figcaption></figure></div>
6. Pro tip: you can click "Edit fields"  to manage which fields from Asana are shown in Jam:<br>

   <div align="left"><figure><img src="/files/EiEzfJDY3yrzMj0zmgao" alt="" width="375"><figcaption></figcaption></figure></div>
7. Click "Create task" and once Jam creates your Asana task, it will automatically open in a new tab. <br>

   <div align="left"><figure><img src="/files/mydkFivqDncRaD2FB7iE" alt="" width="375"><figcaption></figcaption></figure></div>

## How to send existing Jams to Asana

You can automatically create Asana tasks from existing Jams – in just 2 clicks.

*Note: You must be logged into Jam to use this feature. Logged out users will not see this option.*

1. Open up the Jam you want to convert to an Asana task.
2. Click "Send to App" and select Asana.<br>

   <div align="left"><figure><img src="/files/BBLABiVdDn2uIk26y8ae" alt="" width="375"><figcaption></figcaption></figure></div>
3. If you have not used Jam + Asana before, it will first redirect you to log in with Asana.
4. Enter the details of your Asana task: workspace, project, assignee, tags, etc.<br>

   <div align="left"><figure><img src="/files/3ETQLUv9dNxdJkuFiH9V" alt="" width="375"><figcaption></figcaption></figure></div>
5. Pro tip: you can click "Edit fields"  to manage which fields from Asana are shown in Jam.
6. Click "Create task" to create your Asana task.&#x20;


---

# 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://jam.dev/docs/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.
