> For the complete documentation index, see [llms.txt](https://docs.paybee.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paybee.io/home/resources.md).

# Additional Resources

- [Ticketing & Registration Guide](https://docs.paybee.io/home/resources/ticketing-and-registration-guide.md): Ticket campaigns allow you to sell free or paid tickets. This type of campaign can also be used to sell Raffles or any other Event Day Purchases at events
- [Understanding Ticketing On PayBee](https://docs.paybee.io/home/resources/ticketing-and-registration-guide/understanding-ticketing-on-paybee.md): This page will help you understand the different types of tickets you can create on PayBee along with examples
- [Managing Tickets and Guests](https://docs.paybee.io/home/resources/ticketing-and-registration-guide/tickets-and-guests.md)
- [Sending Out Reminders](https://docs.paybee.io/home/resources/ticketing-and-registration-guide/sending-out-reminders.md): Send out ticket reminders to all ticket holders and/or guests
- [Event Monitor Guide](https://docs.paybee.io/home/resources/event-monitor-guide.md)
- [Campaigns Resources](https://docs.paybee.io/home/resources/general-campaign-settings.md)
- [Introducing the New Campaign Creation & Configuration Experience](https://docs.paybee.io/home/resources/general-campaign-settings/introducing-the-new-campaign-creation-and-configuration-experience.md): A guide to what’s changed and where to find key features while creating and managing your campaigns
- [Campaign Configuration](https://docs.paybee.io/home/resources/general-campaign-settings/general-campaign-settings.md)
- [Campaign Settings](https://docs.paybee.io/home/resources/general-campaign-settings/campaign-settings.md): Are your campaigns showing up as "Not Active"? How can I start sharing links with my donors? How can I find an explanation of every setting?
- [Campaign & Event Sponsors](https://docs.paybee.io/home/resources/general-campaign-settings/campaign-and-event-sponsors.md): Add logos of your campaign and event sponsors to all donor-facing pages
- [Sample PayBee Emails](https://docs.paybee.io/home/resources/sample-paybee-emails.md): Examples of email sent by PayBee.


---

# 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.paybee.io/home/resources.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.
