diff --git a/docs/integrations/sources/asana.inapp.md b/docs/integrations/sources/asana.inapp.md
deleted file mode 100644
index 887635811141..000000000000
--- a/docs/integrations/sources/asana.inapp.md
+++ /dev/null
@@ -1,13 +0,0 @@
-## Prerequisites
-
-* OAuth access or a Personal Access Token
-
-## Setup guide
-1. Enter a name for your source
-2. Authenticate using OAuth (recommended) or enter your `personal_access_token`. Please follow these [steps](https://developers.asana.com/docs/personal-access-token) to obtain a Personal Access Token for your account.
-3. Click **Set up source**
-
-### Syncing Multiple Projects
-If you have access to multiple projects, Airbyte will sync data related to all projects you have access to. The ability to filter to specific projects is not available at this time.
-
-For detailed information on supported sync modes, supported streams, performance considerations, refer to the full documentation for [Asana](https://docs.airbyte.com/integrations/sources/asana).
\ No newline at end of file
diff --git a/docs/integrations/sources/asana.md b/docs/integrations/sources/asana.md
index 60f92bc33752..a53215a84ac0 100644
--- a/docs/integrations/sources/asana.md
+++ b/docs/integrations/sources/asana.md
@@ -1,30 +1,45 @@
# Asana
-This page contains the setup guide and reference information for the Asana source connector.
+
+
+This page contains the setup guide and reference information for the [Asana](https://www.asana.com) source connector.
+
+
## Prerequisites
-Please follow these [steps](https://developers.asana.com/docs/personal-access-token) to obtain Personal Access Token for your account.
+This connector supports **OAuth** and **Personal Access Tokens**. Please follow these [steps](https://developers.asana.com/docs/personal-access-token) to obtain Personal Access Token for your account.
## Setup guide
-## Step 1: Set up the Asana connector in Airbyte
+
-### For Airbyte Cloud:
+**For Airbyte Cloud:**
1. [Log into your Airbyte Cloud](https://cloud.airbyte.com/workspaces) account.
2. In the left navigation bar, click **Sources**. In the top-right corner, click **+new source**.
-3. Set the name for your source
-4. Enter your `personal_access_token`
-5. Click **Set up source**
+3. Set the name for your source.
+4. Authenticate using OAuth (recommended) or enter your `personal_access_token`.
+5. Click **Set up source**.
+
+#### Syncing Multiple Projects
+If you have access to multiple projects, Airbyte will sync data related to all projects you have access to. The ability to filter to specific projects is not available at this time.
+
+
+
+
-### For Airbyte OSS:
+**For Airbyte Open Source:**
-1. Navigate to the Airbyte Open Source dashboard
+1. Navigate to the Airbyte Open Source dashboard.
2. In the left navigation bar, click **Sources**. In the top-right corner, click **+new source**.
-3. Set the name for your source
-4. Enter your `personal_access_token`
-5. Click **Set up source**
+3. Set the name for your source.
+4. Enter your `personal_access_token`.
+5. Click **Set up source**.
+
+
+
+
## Supported sync modes
@@ -51,10 +66,6 @@ The Asana source connector supports the following [sync modes](https://docs.airb
- [Users](https://developers.asana.com/docs/users)
- [Workspaces](https://developers.asana.com/docs/workspaces)
-## Performance considerations
-
-The connector is restricted by normal Asana [requests limitation](https://developers.asana.com/docs/rate-limits).
-
## Data type map
| Integration Type | Airbyte Type |
@@ -66,6 +77,26 @@ The connector is restricted by normal Asana [requests limitation](https://develo
| `array` | `array` |
| `object` | `object` |
+## Limitations & Troubleshooting
+
+
+
+Expand to see details about Asana connector limitations and troubleshooting.
+
+
+### Connector limitations
+
+#### Rate limiting
+
+The connector is restricted by [Asana rate limits](https://developers.asana.com/docs/rate-limits).
+
+### Troubleshooting
+
+* If you encounter access errors while using **OAuth** authentication, please make sure you've followed this [Asana Article](https://developers.asana.com/docs/oauth).
+* Check out common troubleshooting issues for the Asana source connector on our Airbyte Forum [here](https://github.com/airbytehq/airbyte/discussions).
+
+
+
## Changelog
| Version | Date | Pull Request | Subject |
@@ -86,3 +117,5 @@ The connector is restricted by normal Asana [requests limitation](https://develo
| 0.1.2 | 2021-09-24 | [6402](https://github.com/airbytehq/airbyte/pull/6402) | Fix SAT tests: update schemas and invalid_config.json file |
| 0.1.1 | 2021-06-09 | [3973](https://github.com/airbytehq/airbyte/pull/3973) | Add entrypoint and bump version for connector |
| 0.1.0 | 2021-05-25 | [3510](https://github.com/airbytehq/airbyte/pull/3510) | New Source: Asana |
+
+
\ No newline at end of file