# EveryAction

When you integrate Daisychain with your EveryAction account, you can automatically import people into Daisychain when people submit EveryAction forms.

This works with the following form-types:

* Signup forms
* Event forms
* Donation forms

You can also trigger [automations](/help/organizing/automations.md) when any of these things happen, which makes it easy to engage and organize EveryAction supporters, RSVPs, and donors as needed.

To setup the EveryAction integration, visit **Settings > Integrations > EveryAction,** and copy the provided code.

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

In EveryAction, you can paste that code into your form by following these steps:

1. Navigate to the form you'd like to use.
2. Go to "Step 2 - Build Page" of the Form Builder and scroll to the very bottom.
3. In the "Create Custom Footer" Section, hit the "Source" button in the editor, and paste in the code you copied from Daisychain.
4. Press "Publish Changes", and test your form to confirm submissions are flowing into Daisychain.


---

# 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://daisychain.gitbook.io/help/integrations/everyaction.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.
