> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/general-articles/how-to-customize-membership-settings.md).

# How To Customize Membership Settings

In this article, you will learn how and how you can customize your membership settings.

**Part 1: Where to edit**

* To edit your settings:&#x20;
* Go to Sites > Memberships > Settings
  * **Site Details:** Control the branding and the SEO settings of your Sites
  * **Custom Domains:** Setup your custom domain n your membership sites
  * **Email Settings:** Customise your email settings
  * **App Settings:** Customise the experience of desktop and mobile progressive apps

**Part 2: What to edit**

* **On the Site Details section:**
  * Title
  * Subdomain
  * Support email
  * Support Phone Number
  * User Magic Link - This is for you or your users, to send you directly to the membership
  * Learner Magic Link - This is for your contacts, you can send this in an email through workflow or conversation
  * Branding: You can edit the logo, and the Favicon here too.

{% embed url="<https://lh4.googleusercontent.com/ekjY3oiCvKP-RVO0ma-76ArHF9SBO-EugPVZunjz0ue_nKjktcVjGnlQHZ3pS70qGlWMmwT6kUW6c_2Fetiqwgu85eBKjwz5kZgMR8QQPCiJq5XztleKMtbOiUkeLcKwovIxLdnZzcu4xvy1uYzJad0>" %}

Note: The magic link will send them straight to their membership without having to create a password first.

**Connect Existing Domain**

* Enter the domain you want to connect to here

{% embed url="<https://lh5.googleusercontent.com/zprUsCyFkPohvRNdXaa3s1rhlO2Tw7GvRoYpaY8-AY5jOaOpVrurl37i4nApJ1VT-OpPLntuYM--oN7ELhnKiDx3iGrnDG7f67y3RJlx5C0UOnolmCDeMm2Nhhu1PXpp-inJl8b5PspI1IJKr9UVL8U>" %}

**Email Settings**

* Send Welcome Email: You can select the default template or use one of your own. You can turn this feature on or off.
* Send Drip Email: Send them an email when a new category is available. You can use the default one or one made by you. You can turn this on or off.
* Send Offer Access Email: You can send them an email when the offer access is provided. You can use a default template or use your own. You can turn this feature on or off.

{% embed url="<https://lh3.googleusercontent.com/D7ZYjJR6t1qQrMbo_QqJRbRPKTCnV7U9T-QFAZDyfNUKuJ3h-dg61o4gK3UFBF-sDfcvOucvlHZjzU6W_vm2Vsc7-7vEX3uvOS0_aqfvn8wWavc62jpt9zZycVqo2GB4wnzMmVG-yBrMCCijNkFDpgA>" %}

**App Settings:** You can edit the name of your app, and give it a short name and a description. Also, add an app icon. You can also select the app colors.

{% embed url="<https://lh6.googleusercontent.com/S8E9-qYnqWvOEHXr3hB1VBjsZpws4YIQVTw5_YSD_9MUdNWNeptmVAqNwYf9kVgCoWLacsh1fsGaPMV3ym7sEN_9DMs359zAfj6lx_7uKDKUsVXkbGQfTDFRm7ZN5nnYbiKNA_9KycXXgQ_yHIwhkbE>" %}


---

# 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://software-help-docs.gitbook.io/knowledge-base/software-guide/general-articles/how-to-customize-membership-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.
