> For the complete documentation index, see [llms.txt](https://docs.stackerhq.com/stacker-astra/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stackerhq.com/stacker-astra/ai-and-automations/integrations/zapier-integration.md).

# Zapier Integration

You can use Zapier automations with Stacker.  You can trigger Zapier based on the following triggers in Stacker:

* Action Button Clicked
* Record Created
* Record Deleted
* Record Edited

From Zapier you can make the following actions happen in Stacker:

* Create a Record
* Edit a Record
* Search for a Record

You can also connect your Stacker app to various third party apps using Zapier.&#x20;

**Get your integrations key in Stacker:**

1. Click the arrow on the bottom left next to your name&#x20;
2. Select Account Settings
3. Select Integrations
4. Copy the Integrations Key&#x20;

{% hint style="warning" %}
If you refresh the key, you will need to reset your connections.
{% endhint %}

<figure><img src="/files/XbUfVYqW5q4L80V3L7ni" 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.stackerhq.com/stacker-astra/ai-and-automations/integrations/zapier-integration.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.
