> For the complete documentation index, see [llms.txt](https://support.evite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.evite.com/products/invitations/general-and-troubleshooting.md).

# General & Troubleshooting

- [Text Invitation Not Showing in Evite Account](https://support.evite.com/products/invitations/general-and-troubleshooting/text-invitation-not-showing-in-evite-account.md)
- [Cancel Invitation](https://support.evite.com/products/invitations/general-and-troubleshooting/cancel-invitation.md)
- [Gift Card Sent to Wrong Email or Number](https://support.evite.com/products/invitations/general-and-troubleshooting/gift-card-sent-to-wrong-email-or-number.md)
- [Remove Yourself from Guest List](https://support.evite.com/products/invitations/general-and-troubleshooting/remove-yourself-from-guest-list.md)
- [Incorrect Sender Name in Email](https://support.evite.com/products/invitations/general-and-troubleshooting/incorrect-sender-name-in-email.md)
- [Donations - Distribution Questions](https://support.evite.com/products/invitations/general-and-troubleshooting/donations-distribution-questions.md)
- [Guest Viewed Status](https://support.evite.com/products/invitations/general-and-troubleshooting/guest-viewed-status.md)
- [Can't View Invitation - Not on the Guest List](https://support.evite.com/products/invitations/general-and-troubleshooting/cant-view-invitation-not-on-the-guest-list.md)
- [Locate Invitation](https://support.evite.com/products/invitations/general-and-troubleshooting/locate-invitation.md)
- [Not Receiving Invitations](https://support.evite.com/products/invitations/general-and-troubleshooting/not-receiving-invitations.md)
- [Phishing Emails](https://support.evite.com/products/invitations/general-and-troubleshooting/phishing-emails.md): How to tell the difference between a real Evite and a phishing email


---

# 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://support.evite.com/products/invitations/general-and-troubleshooting.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.
