> 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-automations/building-taq-automations/taq-actions-and-queries-lookups.md).

# TAQ Actions and Queries (Lookups)

### Types of Actions and Lookups

The Actions and Lookups in TAQ Automations fall broadly into five categories:

* Creation of Notifications
* Lookup, Create, Update and Delete of Records
* Create, Update and Delete of Users
* Agent Prompting
* Third-party Actions and Lookups. These are not documented here, but in [@Human Connections](/human-connections/readme.md). &#x20;

### Notifications

#### Send Notification

This is the simpler of the two TAQ notification actions, producing a non-linked notification

<figure><img src="/files/0fNAMKInaJwnAtO9bgz5" alt=""><figcaption></figcaption></figure>

The Notification itself shows directly in the notification sidebar. The number on the alarm bell in the top right corner will increase to indicated a notification. Clicking on the alarm bell opens the notification side bar.&#x20;

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

### Records

#### Clone Record

Creates a copy of an existing record

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

#### Create Record

Creates a record in a specific Namespace Module, allowing a value to specified manually or inherited from a previous step (e.g. the output of an Agent).

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

#### Delete Record

Deletes a record by its value/ID

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

#### Find Newest Record

Finds the latest record in a specified Namespace Module

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

#### Find Oldest Record

Finds the first record created in a specified Namespace Module

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

#### Update Record

Updates and existing record with one or more specified values.

<figure><img src="/files/7OEE0B7VCgwZTi7XkTJY" 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:

```
GET https://docs.planetcrust.com/human-automations/building-taq-automations/taq-actions-and-queries-lookups.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
