> For the complete documentation index, see [llms.txt](https://performantlabs.gitbook.io/campaign-kit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://performantlabs.gitbook.io/campaign-kit/master.md).

# Introduction

## ![](/files/-LOon1g3O7VNSPc3yJaP)

[Campaign Kit](https://www.drupal.org/project/campaign_kit) is a project of [Performant Labs](https://www.performantlabs.com). Our other projects are:

* [Layout Builder](https://www.drupal.org/project/layout_builder_kit), with a book navigation, tab, image, icon, rich text and video components
* [Payment Stripe](https://www.drupal.org/project/payment_stripe), a [Payment](https://www.drupal.org/project/payment) module plugin for Campaign Kit
* and the [Drupal Quality Initiative](https://www.drupal.org/project/dqi), a standards system to help teams and module builders improve the code they ship.

## Campaign Kit

Campaign Kit allows you to create donation campaigns and a donation page within your Drupal site. It is free and open-source. If you would like to participate in further development, see [How to Participate](/campaign-kit/developer-documentation/development.md#how-to-participate).

The modules that are included are:

1. **Campaign Kit and Campaign Kit Core.** These are the key modules.
2. **Campaign Kit Demonstration.** This optional module provides some sample campaigns for you to explore. Install this on a separate Drupal instance i.e. not your production site.
3. **Campaign Kit Donor Wall.** This optional module provides a Drupal view of donors per campaign or of all the campaigns. Anonymous donors are marked with "Anonymous."
4. **Campaign Kit Queuing.** *Under development.* This optional module provides a view that replaces completed campaigns (completed by date or when the goals are reached) by the next campaign in the queue.

The module is available at <https://www.drupal.org/project/campaign_kit>.

The [Development Road Map](/campaign-kit/developer-documentation/development-roadmap.md) is here.

Source for this documentation is located at <https://performantlabs.gitbook.io/campaign-kit>.


---

# 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://performantlabs.gitbook.io/campaign-kit/master.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.
