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

# Asana

> Create tasks and manage projects from your agent

## Setup

<Steps>
  <Step title="Get a Personal Access Token">
    Go to [app.asana.com/0/developer-console](https://app.asana.com/0/developer-console) → **Personal Access Tokens** → create a new token.
  </Step>

  <Step title="Find your Workspace GID">
    In Asana, your workspace GID is in the URL when viewing workspace settings.
  </Step>

  <Step title="Add credentials in Orova">
    **Settings → Integrations → Asana** → enter your Access Token and Workspace GID.
  </Step>

  <Step title="Create tool and assign">
    **Tools → Create Tool** → select **Asana** → assign to your agent.
  </Step>
</Steps>

## Available tools

| Tool             | Description             |
| ---------------- | ----------------------- |
| `list_projects`  | List workspace projects |
| `get_project`    | Get project details     |
| `create_project` | Create a new project    |
| `list_tasks`     | List tasks in a project |
| `get_task`       | Get task details        |
| `create_task`    | Create a new task       |
| `update_task`    | Update a task           |
| `add_comment`    | Add a comment to a task |
| `search_tasks`   | Search tasks            |
