> 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/guides/reports-and-analytics/completed-transactions/finding-ticket-and-guest-information.md).

# Finding Ticket & Guest Information

### Ticket Holders

Information provided by **ticket holders** may be found by:

* Going to **Reports > All Transactions** and select the correct date range
* Tap on the Edit Columns button, select the necessary checkboxes as shown below, and then select Apply. These may include:

  * Quantity,&#x20;
  * Ticket-holder's Phone Number,&#x20;
  * Ticket-holder's Address,&#x20;
  * Ticket Option,&#x20;
  * Info, and&#x20;
  * InfoSelected&#x20;

  &#x20;

  <figure><img src="/files/15Y0UEo2jRe13NKH3ckd" alt=""><figcaption></figcaption></figure>

The report generated will include additional selected (Address, Info, and InfoSelected) information.

You can also filter the report even further by using the filters options listed above the report where you can select the **Campaign**, **Payment Method**, **Type** (of transaction), **Status** of the transaction, and if the donation is **Recurring** or one time.

### Guests

Information provided by **guests** on these tickets may be found by:

* Going to **Manage > Ticket & Guests**
* Select the ticket campaign from the dropdown menu and go to the Guests tab.&#x20;

You can also add or update their information there. For more on managing tickets and guests, [click here](/home/resources/ticketing-and-registration-guide/tickets-and-guests.md).

## Updating Purchased Tickets

If the quantity, ticket option type, amount on a ticket paid for via check or cash or memo needs to be updated on an already purchased ticket, go to **Reports** > **All Transactions**. Once you've adjusted the date range, search for the desired transaction, scroll to the right, tap on the **...** button under the Actions column and tap **Edit**. Make your edits and tap **Update**.

{% embed url="<https://youtu.be/-zG5QcGNg38>" %}


---

# 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/guides/reports-and-analytics/completed-transactions/finding-ticket-and-guest-information.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.
