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

# Settings

- [Changing Timezone](https://help.gleantap.com/settings/changing-timezone.md): How to change your timezone so SMS and email campaigns arrive at your designated time
- [Managing Multiple Locations](https://help.gleantap.com/settings/managing-multiple-locations.md): How multi-location gyms and studios are set up in Gleantap, how users switch between locations, and what visibility roles have.
- [Add / Remove Sub Users](https://help.gleantap.com/settings/add-remove-sub-users.md): How to add, remove, and manage sub-user accounts for your team, including role assignments, workroom access, and approval requirements.
- [Campaign Approval](https://help.gleantap.com/settings/add-remove-sub-users/campaign-approval.md): How to enforce campaign approval for sub-users in your account
- [Roles & Permissions Reference](https://help.gleantap.com/settings/add-remove-sub-users/roles-and-permissions-reference.md): Full reference for Gleantap's predefined roles, the permission matrix, and how to build custom roles.
- [API](https://help.gleantap.com/settings/api.md): How to authenticate with the Gleantap API and where to find the full endpoint reference.
- [Integrations](https://help.gleantap.com/settings/integrations.md): Follow these steps to sync your data between your platforms and Gleantap.
- [Billing](https://help.gleantap.com/settings/billing.md): Understanding your plan, updating your card, resolving a "please upgrade" lock, viewing past invoices, and how to cancel.
- [Agency & Partner Accounts](https://help.gleantap.com/settings/agency-and-partner-accounts.md): How agency and partner accounts work in Gleantap — the account hierarchy, switching between customer accounts, white-label options, and how to get set up as an agency partner.


---

# 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://help.gleantap.com/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.
