> For the complete documentation index, see [llms.txt](https://docs.linuxfoundation.org/lfx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxfoundation.org/lfx/project-control-center/v1-prior-version/setup-services-for-a-project/membership-setup-for-a-project.md).

# Membership Setup for a Project

Membership setup of project allows you to provide information on:

* [Membership Billing](#billing-information)
* [Membership Tier](#membership-tier)

## Membership Settings <a href="#billing-information" id="billing-information"></a>

You have to setup few parameters before you add Membership Tiers. You can add and update membership billing information related to the project such as auto renew, payment frequency, prorated information and invoicing.

{% hint style="info" %}
Without updating the **Membership Settings**, the **+ Add Tier** will not be enabled.
{% endhint %}

To add membership settings for a project, perform the following steps:

1.Click on the required project and click **Membership** from the **Operations** tab.

{% hint style="info" %}
You can also navigate to Membership from the Vertical Sidebar navigation menu. Click **Operations** and then select **Membership**.
{% endhint %}

<figure><img src="/files/3cWqRwJ4cKORVaeObxBw" alt=""><figcaption><p>Mermbership</p></figcaption></figure>

2\. The Membership page appears. Click **Edit** to add the membership billing details.

<figure><img src="/files/Bdxctk2FgwxNlvi6AHyk" alt=""><figcaption><p>Membership Edit</p></figcaption></figure>

3.The Edit Membership Billing dialog box appears. Update the following details and click **Save**:

| **Field**          | **Action**                                                                                                |
| ------------------ | --------------------------------------------------------------------------------------------------------- |
| Auto Renew         | Select the required option to auto renew the membership billing. Click **Yes**, if you want to auto renew |
| Payment Frequency  | Select the required payment frequency for the membership billing                                          |
| Prorated Available | Select the required option for the prorated membership billing                                            |
| Do Not Invoice     | Select the **Do Not Invoice** option, if you do not want the invoice for your membership billing          |

![Edit Membership Billing](/files/aS7lT3N2DgAFgTyXCz05)

## Membership Tier

You can add and update membership tier information related to the project such as name, pricing type, price point, membership term and description.

To add membership tier information for a project, perform the following steps:

1.Click on the required project and click **Membership**.

2.The Membership page appears. Click **+Add Tier** to add the membership tier details.

<figure><img src="/files/uOAu4SANo8k2mcCGAikT" alt=""><figcaption><p>Add Tier</p></figcaption></figure>

3.The Add Membership Tier dialog box appears. Update the following details and click **Save**:

| **Field**        | **Action**                                     |
| ---------------- | ---------------------------------------------- |
| Name             | Select the required membership type            |
| Pricing Type     | Select the required pricing type               |
| Price Points ($) | Enter the price points for the membership      |
| Membership term  | Select the required membership term            |
| Description      | Provide the description on the membership tier |

![Add Membership Tier](/files/3820VY9zEPazxWJUrhBF)

4.The Membership Tiers are added and listed under Membership Tiers.

![Membership Tier List](/files/cNj9JSRiPSeKsyLl1Yle)

{% hint style="info" %}
If you want to update the existing membership tiers details, click the edit ![](/files/wJ3s1D01NlzyEROA2GXd) icon.

If you want to delete the existing membership tiers, click the delete ![](/files/puwzhi8e8TYRZvDDu5lr) icon.
{% endhint %}


---

# 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.linuxfoundation.org/lfx/project-control-center/v1-prior-version/setup-services-for-a-project/membership-setup-for-a-project.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.
