> 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/memberships/how-to-create-and-edit-categories-in-memberships.md).

# How to Create and Edit Categories in Memberships

Within the Membership section, you can create categories of products from templates or use a DIY build-your-own option. Follow these quick steps to get started with creating and editing categories in the Membership Section.

* Navigate to Memberships > Products > All Products.
* Click “Create Product” or click into an existing one.
* If you create a new product, you can choose from 4 template options: Sprint Course, Marathon Course, Membership, or Build-Your-Own.

{% embed url="<https://lh5.googleusercontent.com/ye5nzRob7waxVb31CW5XvUxuX8YkhdpLDi6cxfWIWTS4QZaIRh0gmgKPma3-oRIrHUWWY3_GA0HWEbBMlFhlXzw8e3ZHVooyQsJoo3FsZvNFKVQ9v2vGU_Ed9wB9Qn4KpOaA_-s=s0>" %}

* Click “Start Building” to create from one of the templates.

{% embed url="<https://lh6.googleusercontent.com/1p_g9_Yb2qHWAgjTJPlapXH2Uattqx0K6xswU-2BjMNob1MxfvDCjWvrqoyzL6Gqzof7NDBdJsDzOt9yStVgwwf5MBKKQ3P3xic06HrlCQGxs1O_BxNABl4UMvFDnedjwCutet0=s0>" %}

* Name your category and give it a description. Choose whether it’s published, drafted, or in drip mode. You can also add a thumbnail.

{% embed url="<https://lh5.googleusercontent.com/6-onowjzcjcjA2uOMVtPxG6Veduju6TfBBl9LjRdUca5o3ZsQCkc2EV1cQ5W6uzfdNSyB2tGyNg06rTCWR0rahFdUvkwle0AECPFf79rLKMY0eOJPkWXeHjcmuLGbXaiATHw1nw=s0>" %}

* Here you can add posts to the category. (You can also do this from the main page for the category.)

{% embed url="<https://lh3.googleusercontent.com/luTxsUEFrJRUhSuMTUlSK2oYhRtJYAfPoc1hs6ZuL7UPxCbS46p890O2T4AnHCs5AiTOaUETuKKYQ89vix7j1rnC2Mk5uzVJeFM7rqibyK7L7l1OEoRBXR4UMuSu7tuXT1peLAs=s0>" %}

* Click Save to confirm your changes.

{% embed url="<https://lh6.googleusercontent.com/uoulA5ercBQIr5qfPTOsewiFegfSR8icOChCNmH3hqQyPzrWtDPXXZxQ9_KaJzKJghEnMaoIsJED8T_2F8IkLy0EX7ljNh_yK9vHqiy6sQRhce6yC86SV0uTdJVw439_cSUS04c=s0>" %}

* Repeat this process for any additional categories you wish to add.


---

# 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/memberships/how-to-create-and-edit-categories-in-memberships.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.
