> For the complete documentation index, see [llms.txt](https://imbrace.gitbook.io/imbrace-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://imbrace.gitbook.io/imbrace-documentation/integrations/asana.md).

# Asana

[Asana](https://asana.com/) is a web and mobile application designed to help teams organize, track, and manage their work.

To begin, you will need:

* An [Asana](https://www.asana.com/) account

## Account integration using OAuth

**STEP 1**: Open your [Asana dashboard](https://www.asana.com/).

**STEP 2**: Click on your user icon in the top right.

**STEP 3**: Click on **\[My Settings…]**.

<figure><img src="/files/Zou15JGkzF6UpTZ3nFf5" alt=""><figcaption></figcaption></figure>

**STEP 4**: Click on the **\[Apps]** tab.

![](/files/LcMh6ji59a3UMUgyb9ED)

**STEP 5**: Click on **\[Manage Developer Apps].**

<figure><img src="/files/iN8GA5lLR1dhukPUbDUW" alt=""><figcaption></figcaption></figure>

**STEP 6**: Click on **\[Create new app]**.

<figure><img src="/files/XVdJcqj75iE696hO5OEV" alt=""><figcaption></figcaption></figure>

**Step 7**: Enter a name, accept the API terms and conditions, and click on **\[Create app].**

<figure><img src="/files/rS0qI5y3OpEWaDqWEWiL" alt=""><figcaption></figcaption></figure>

**Step 8**: Copy the **OAuth Callback URL** from iMBrace, and paste it in the **Redirect URLs** field and click **\[Add].**

<figure><img src="/files/tgI8vPL73KaItZHyEQbL" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Ud83QRudY4qUmz3pUxKg" alt=""><figcaption></figcaption></figure>

**STEP 9**: In iMBrace, use the provided **Client ID** and **Client secret** with your Asana OAuth2 API credentials.

<figure><img src="/files/vSgxvRQrcGOblVzbnL80" alt=""><figcaption></figcaption></figure>

**STEP 10**: Click on the **\[Connect]** button in the OAuth section to connect an Asana account to iMBrace.

**DONE:** The credential can then be used for Asana nodes.

## **Account integration using access token** <a href="#e0twilvfnl4" id="e0twilvfnl4"></a>

**STEP 1**: Open your [Asana dashboard](https://app.asana.com/0/home/1203661144266200).

**STEP 2**: Click on your user icon in the top right of the window.

**STEP 3**: Click on **\[My Settings…]**.

<figure><img src="/files/cDIcN3sREaFagV7LZNKC" alt=""><figcaption></figcaption></figure>

**STEP 4**: Click on the **\[Apps]** tab.

![](/files/pwIfEVw2pCciONdKtVos)

**STEP 5**: Click on **\[Manage Developer Apps]**.

<figure><img src="/files/wwmxDtGlT02dsziO0En9" alt=""><figcaption></figcaption></figure>

**STEP 6**: Click on **\[New access token]** under the **Personal access tokens** section.

<figure><img src="/files/gkpcj1QWgfwARsAvz4Wr" alt=""><figcaption></figcaption></figure>

**STEP 7**: Enter a name for the access token and agree to the **API terms and conditions.**

**STEP 8**: Click on the **\[Create token]** button.

<figure><img src="/files/w7OZlBLrL3uZnObKotFR" alt=""><figcaption></figcaption></figure>

**STEP 9**: In iMBrace, copy the token and use it with your Asana node credentials.

<figure><img src="/files/dbXBexm31wQ4aevsuEEE" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/kdvdJpwoq64FlURfaFnR" alt=""><figcaption></figcaption></figure>

**STEP 10:** Click on the **\[Connect]** button to connect an Asana account to iMBrace.

**DONE:** The credential can then be used for Asana nodes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://imbrace.gitbook.io/imbrace-documentation/integrations/asana.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
