# Zapier Integration

[Zapier](https://zapier.com/) is a no-code platform that allows you to automate workflow and integrate your Stencil projects to 3,000+ (and growing) available applications and services without having to do custom software development.

We recommend you go through [Zapier University](https://zapier.com/university) to become more familiar with it. It will be helpful for you and not just to work on your Stencil projects. We assume you are familiar with Zapier terms, such as zap, trigger, action, etc.

Alternatively, we also support Zapier integration through our image request's webhook. For an example of usage, please take a look at [`Sending Charts to Twitter`](/integrations/case-studies/sending-charts-to-twitter.md).


---

# Agent Instructions: 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.usestencil.com/integrations/zapier-integration.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.
