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

# Asana

## What is Keeping's Asana Integration?

[Asana](https://asana.com/?utm_source=keeping.com) is an online tool that helps teams manage projects by creating tasks, assigning them, setting deadlines, and collaborating in one place.

Unlock the power of collaboration and efficiency with Keeping’s Asana Integration! Whether you’re managing customer inquiries or internal workflows, this integration bridges the gap between your support team and project management tools, ensuring nothing falls through the cracks.&#x20;

## Asana in Keeping

Once connected, you'll be able to link a Keeping ticket to an existing Asana task, or create a new Asana task directly from inside Keeping.

![Asana Linked Task in Keeping](/files/vmGm4OZJBgh21rjld9Go)

## Connecting Asana to Keeping

You'll need to be able to log in to your Asana account to connect it to Keeping.  Start by navigating to the Keeping Integrations page and clicking the **Add Integration** button on the Asana tile. From there, you'll need to login to your Asana account and provide access to Keeping.

<figure><img src="/files/B2u8sxDRLxCrVPc4nx1g" alt="Asana Keeping Integration"><figcaption><p>Click Add Integration under Integrations --> Asana</p></figcaption></figure>

## Search and Link Asana Tasks from Keeping

Need to link a Keeping ticket to an existing Asana task? Search for the task by Asana ID or words in the Asana task subject (1) , and then link it to the Keeping ticket (2)

<figure><img src="/files/MmNZYYq3uIh3Mhx4MNwe" alt=""><figcaption><p>Search for Tasks from the Keeping Sidebar</p></figcaption></figure>

## Create New Asana Tasks from Keeping

You can create new Asana tasks from the Keeping sidebar. Expand the Asana section in the Keeping sidebar, click "Link to Task" and then "Add New" to add a new Task to your Asana project.

<figure><img src="/files/qbI2VQhCHpgecEFrjcaA" alt=""><figcaption><p>Create new Asana Tasks from Keeping</p></figcaption></figure>

## See A Link to Your Keeping Ticket in the Asana Task

Once an Asana task is connected to a Keeping ticket, Keeping will automatically add a comment to the Asana task that provides a link back to a read only version of the Keeping ticket.

<figure><img src="/files/iSel1OtuvwVmxfBt5Ecy" alt=""><figcaption><p>See a link to your Keeping ticket in Asana.</p></figcaption></figure>

## Unlink an Asana Task from A Keeping Ticket

You can unlink an Asana Task from a Keeping Ticket by clicking the "Unlink" icon next to the Asana Task subject.&#x20;

<figure><img src="/files/MLAm5nHnZGFPgy1cQKTk" alt=""><figcaption><p>Unlink an Asana Task</p></figcaption></figure>


---

# 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://docs.keeping.com/help/setup/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.
