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

# Productivity

- [How to Set Up the AB Tasty Connector with Notion](https://docs.abtasty.com/integrations/other-integrations/productivity/how-to-set-up-the-ab-tasty-connector-with-notion.md): This guide will walk you through the steps to set up the AB Tasty connector with Notion, allowing you to track and manage your campaigns directly in Notion.
- [How to connect AB Tasty to Google Sheets](https://docs.abtasty.com/integrations/other-integrations/productivity/how-to-connect-ab-tasty-to-google-sheets.md)
- [Connect your Slack Workspace to AB Tasty](https://docs.abtasty.com/integrations/other-integrations/productivity/connect-your-slack-workspace-to-ab-tasty.md)
- [Microsoft Teams](https://docs.abtasty.com/integrations/other-integrations/productivity/microsoft-teams.md)
- [Zapier](https://docs.abtasty.com/integrations/other-integrations/productivity/zapier.md): Connect AB Tasty to Zapier to automate workflows. This guide covers setup, triggers, and creating your first Zap.
- [Updating a Jira issue](https://docs.abtasty.com/integrations/other-integrations/productivity/zapier/updating-a-jira-issue.md)
- [Updating an Asana Task](https://docs.abtasty.com/integrations/other-integrations/productivity/zapier/updating-an-asana-task.md)
- [Updating a Monday.com item](https://docs.abtasty.com/integrations/other-integrations/productivity/zapier/updating-a-monday.com-item.md)


---

# 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.abtasty.com/integrations/other-integrations/productivity.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.
