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

# Settings

- [Advanced](https://docs.perkville.com/features/settings/advanced.md)
- [Agreements](https://docs.perkville.com/features/settings/advanced/agreements.md)
- [Allowed registration URLs](https://docs.perkville.com/features/settings/advanced/allowed-registration-urls.md)
- [Business dashboard message section](https://docs.perkville.com/features/settings/advanced/business-dashboard-message-section.md): In "Advanced" settings, this section enables you to provide your business staff with dedicated contact points—a phone number and/or email address—where they can seek support for the loyalty program.
- [Integration platform](https://docs.perkville.com/features/settings/advanced/integration-platform.md)
- [Join restriction](https://docs.perkville.com/features/settings/advanced/join-restriction.md)
- [Membership settings](https://docs.perkville.com/features/settings/advanced/membership-settings.md)
- [Prohibit staff from earning or redeeming points](https://docs.perkville.com/features/settings/advanced/prohibit-staff-from-earning-or-redeeming-points.md)
- [Point expiration by inactivity](https://docs.perkville.com/features/settings/advanced/point-expiration-by-inactivity.md)
- [Referral offer claim options](https://docs.perkville.com/features/settings/advanced/referral-offer-claim-options.md)
- [Advertising](https://docs.perkville.com/features/settings/advertising.md)
- [Business info](https://docs.perkville.com/features/settings/business-info.md)
- [Launch controls](https://docs.perkville.com/features/settings/business-info/launch-controls.md): Control your program start date and decide what activity is allowed before launch.
- [Branding](https://docs.perkville.com/features/settings/branding.md)
- [Challenges](https://docs.perkville.com/features/settings/challenges.md)
- [Global Challenge Settings](https://docs.perkville.com/features/settings/challenges/global-challenge-settings.md)
- [Challenge Settings](https://docs.perkville.com/features/settings/challenges/challenge-settings.md)
- [Challenge Progress Activities](https://docs.perkville.com/features/settings/challenges/challenge-progress-activities.md)
- [Challenge Rewards](https://docs.perkville.com/features/settings/challenges/challenge-rewards.md)
- [Challenge Invitations](https://docs.perkville.com/features/settings/challenges/challenge-invitations.md)
- [Locations](https://docs.perkville.com/features/settings/locations.md)
- [External location IDs](https://docs.perkville.com/features/settings/locations/external-location-ids.md)
- [Loyalty Program](https://docs.perkville.com/features/settings/loyalty-program.md): Settings for your loyalty program.
- [Custom settings](https://docs.perkville.com/features/settings/loyalty-program/custom-settings.md): Customize the pages of your loyalty program.
- [Prohibit Customers](https://docs.perkville.com/features/settings/prohibit-customers.md): To ban or unban users in your Perkville rewards program, you need to access the "Prohibit Customers" settings
- [Staff members](https://docs.perkville.com/features/settings/staff-members.md)
- [Role permissions](https://docs.perkville.com/features/settings/staff-members/role-permissions.md)
- [Redeeming options](https://docs.perkville.com/features/settings/redeeming-options.md)


---

# 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.perkville.com/features/settings.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.
