> For the complete documentation index, see [llms.txt](https://docs.planetcrust.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.planetcrust.com/human-agents/integration-with-taq-automations.md).

# Integration with TAQ Automations

<p align="center"><a href="https://buy.polar.sh/polar_cl_MKycmV54KogEiCMy7Oqf4zXIwWZ7wOPhtf5xg3dTn21" class="button primary" data-icon="square-caret-right">Try @Human</a><a href="https://buy.polar.sh/polar_cl_MKycmV54KogEiCMy7Oqf4zXIwWZ7wOPhtf5xg3dTn21" class="button primary" data-icon="check">Buy @Human Subscription</a><a href="https://www.planetcrust.com/human-community" class="button primary" data-icon="comments">Join @Human Community</a></p>

### Introduction

[TAQ (Trigger/Action/Query) Automations](/human-automations/human-automations.md) are designed to integrate directly and safely with @Human Agentic. They also act as a fulcrum between @Human Agentic and [@Human Connections](/human-connections/readme.md).&#x20;

Integration between Agentic and TAQ Automations is two-way:

* An Agent may invoke one or more TAQ Automations ("TAQ")
* A TAQ may invoke one or more @Human Agents

### Agentic Invocation of TAQ

Any Agent can be permitted to invoke a TAQ by clicking on the "Allowed TAQs" dropdown menu in the Agent configuration panel.

<figure><img src="/files/ucy8wqLLJURoCw3XLXS9" alt=""><figcaption></figcaption></figure>

The permitted TAQ will then be added to the MCP (Model Context Protocol) Policy for the Agent in question.

On the TAQ side of the equation, the Trigger type should be set to "Agent Invoked" and the nature of the Agentic output to be received (usually a text string) should be defined in the parameters of the TAQ Trigger.

<figure><img src="/files/qxywkAkg8K9t4Pz3c6lA" alt=""><figcaption></figcaption></figure>

### TAQ Invocation of Agents

An independently triggered TAQ Automation can invoke one or more Agents.

<figure><img src="/files/q8IIhny1jwD3qqPKcqwg" alt=""><figcaption></figcaption></figure>

The Agent can also hand output back to the TAQ and the conversation can be continued.

<figure><img src="/files/UnZMy4LiD80aH2Re4Lq0" alt=""><figcaption></figcaption></figure>

### Different Agents - Different Models?

You may find it useful to select different LLM models depending on the Agent's purpose. For more programmatic or simple actions, a cheaper LLM model will usually suffice.&#x20;

However, for more nuanced communication (e.g. replying to customer enquiry), it makes sense to use more advanced models. In the diagram above, different Agents could employ different LLM models without impacting the design of the TAQ.&#x20;

<figure><img src="/files/q8SfvsSCtfw49ST8RIyG" alt=""><figcaption></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.planetcrust.com/human-agents/integration-with-taq-automations.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.
