# Configuration

- [Basics](https://tutorlydocs.wpappointify.com/configuration/basics.md): Basic settings for the Theme
- [Member Types](https://tutorlydocs.wpappointify.com/configuration/member-types.md): Different from WordPress User roles, Member types is a categorisation of members only on the front end.
- [Registration](https://tutorlydocs.wpappointify.com/configuration/registration.md): Registration is inbuilt in the platform. All WordPress users are recognised.
- [Profile Fields](https://tutorlydocs.wpappointify.com/configuration/profile-fields.md): Profile fields
- [Social Network](https://tutorlydocs.wpappointify.com/configuration/social-network.md)
- [Appointments](https://tutorlydocs.wpappointify.com/configuration/appointments.md)
- [Commissions & Payouts](https://tutorlydocs.wpappointify.com/configuration/commissions-and-payouts.md): Updated video coming soon.
- [ZOOM](https://tutorlydocs.wpappointify.com/configuration/zoom.md)


---

# Agent Instructions: 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:

```
GET https://tutorlydocs.wpappointify.com/configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
