# Asana

## Asana Integration

### Pre-requisites

* An Asana Account with a Project.
* BugBase Company Account with an Active Program.

### Setup

> To setup your Asana integration:

1. Navigate to Your **Program Dashboard > Settings > Integrations**.
2. Click `Connect` on the Asana Integration Card.
3. Then you will get a prompt for confirmation, then Click `Connect`.
4. Authorize the integration with your Asana account.
5. Click on `Allow`.
6. You will be redirected back to BugBase.

### Configuring Project

1. Navigate to **Program Dashboard > Settings > Integrations**.
2. Click on the **Configure** button on the Asana Integration Card.
3. Select the Project you want to add your Tasks to and Click on Save.
4. Once Project is selected, a dropdown to select the **Section** in which the Task will be added.

   <figure><img src="https://docs.bugbase.in/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fproject-select.8b6b63fa.png&#x26;w=1920&#x26;q=75" alt=""><figcaption></figcaption></figure>
5. Click `Save`.

{% hint style="warning" %}
Fetching the **Project & Sections** is a slow process, so it may take a few minutes to load
{% endhint %}

## How it Works

Now that you have integrated with asana, you can create an `Asana Task` from your `Bugbase report`.

### **Creating a Asana Task**

Once your asana integration has been set up, to create a task in asana from your Bugbase report:

1. Go your `Reports` section and click on the report you want to create an issue for.
2. Click on `Create an Issue on Asana`.
3. Enter Issue title, description (optional) and select an assignee (optional).
4. Click `Create an Issue`.

The Bugbase report will now show up a Task in your Asana Project.

{% hint style="success" %}
:tada:Congratulations! You've successfully connected **Asana** with your **BugBase Program**
{% endhint %}


---

# 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.bugbase.ai/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.
