# Asana

### 1. Create Asana account

Sign up with Asana: <https://app.asana.com>

### 2. Register OAuth app

To create an OAuth app with Asana, follow the oficial documentation: <https://developers.asana.com/docs/oauth#register-an-application>.

Take note of the application's client ID and the client secret (which should be protected as a password)

You will need to specify the `App name` and `Redirect URL` in this step.

* The `App name` can be anything you want.
* The `Redirect URL` should be the URL where Asana will redirect the user after they authorize your app. This depends on your environment, usually in the following format: `https://api.qa.appmixer.com/auth/asana/callback`

#### Set `clientId` and `clientSecret` into Appmixer Backoffice.

The last step is to configure clientId and clientSecret in the Appmixer Backoffice for `appmixer:asana`

<figure><img src="/files/7z8PwVwPWwErDBVZl3HE" alt=""><figcaption><p>Backoffice Airtable connector configuration</p></figcaption></figure>


---

# 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.appmixer.com/6.0/6.1/app-registration/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.
