# Registration

Registration is supported in the platform with only 2 required fields Email and Password.

However, you can create member types and create profile fields for member types. Some of those profile fields can be marked as Signup fields which show up in the default registration.

See video :thumbsup:

{% embed url="<https://www.youtube.com/watch?t=1s&v=cc-ls4KphOc>" %}
Default member types
{% endembed %}

You can also assign a different registration page.

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


---

# 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/registration.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.
