> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect Asana with Personal Access Token – StackOne Hub

> Link a Asana account in the StackOne Hub using Personal Access Token. End-user guide to authorize the integration and start using Asana actions.

<Warning>Personal Access Tokens grant full access to your Asana account. Keep them secure and never share them publicly.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Prerequisites</h2>

  <p>Verify you have the necessary permissions before starting setup.</p>

  <ul>
    <li>An active Asana account with appropriate permissions</li>
    <li>Access to the workspace you want to connect</li>
  </ul>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Generate a Personal Access Token</h2>

  <p>Create a personal access token to authenticate API requests.</p>

  <Steps>
    <Step title="Sign in to Asana">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to your <a href="https://app.asana.com" target="_blank" rel="noopener noreferrer">Asana account</a>.</p>

        <ul>
          <li>Click your profile avatar in the top-right corner and select <strong>Settings</strong>.</li>
          <li>Navigate to the <strong>Apps</strong> tab.</li>
          <li>Scroll to <strong>Build new apps</strong> and click <strong>View developer console</strong>.</li>
          <li>Select <strong>Personal access tokens</strong>.</li>
        </ul>
      </div>
    </Step>

    <Step title="Create a new token">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click <strong>+ Create new token</strong> to generate a new personal access token.</p>

        <ul>
          <li>Enter a <strong>Token name</strong> (e.g., `StackOne Integration`).</li>
          <li>Check the box <strong>I agree to the Asana API Terms</strong>.</li>
          <li>Click <strong>Create token</strong>.</li>
          <li>Copy the token immediately and store it securely for use later — it is displayed only once.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Find your Workspace ID</h2>

  <p>Your Workspace ID identifies which Asana workspace to connect.</p>

  <ul>
    <li>Check your browser address bar when signed in to Asana.</li>
    <li>Format: `https://app.asana.com/0/{workspace_id}/...`</li>
    <li>Example: if your URL is `https://app.asana.com/0/1201234567890123/home`, your Workspace ID is `1201234567890123`</li>
  </ul>
</section>

<div data-whitelabel-hide>
  <h2>Linking the Account from the Hub</h2>

  <Steps>
    <Step title="Navigate to the Hub">
      Use one of the three <a href="/guides/accounts-section#linking-accounts">Linking Account Methods</a> to access the Hub.
    </Step>

    <Step title="Fill out the fields">
      Fill out the following fields using details from your provider:

      <ul>
        <li><strong>Access Token</strong></li>
        <li><strong>Workspace ID</strong></li>
      </ul>
    </Step>

    <Step title="Connect">
      <ul>
        <li>Click <strong>Connect</strong></li>
        <li>If applicable, the provider will redirect you to a sign-in or authorization page. Complete the provider's authorization flow.</li>
        <li>Once authorization is successful, you will see a confirmation popup</li>
      </ul>
    </Step>
  </Steps>

  <p>If the account linking is successful, you will see the newly linked account in your <a href="/guides/accounts-section">Accounts</a> page.</p>
</div>
