> 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-posts-in-memberships.md).

# How to Create and Edit Posts in Memberships

Within the Membership section,  you can create posts under your categories. Follow these simple steps to learn how!

* Navigate to Memberships > Products > All Products.
* Click on a product, and under your category, you can manage your post(s).

{% embed url="<https://lh3.googleusercontent.com/3YYY0XZu5XjwE9TU4w7rXz71zIjPBZxL35iBo5BUSKB95wnoij2RU2Hpc1YQMhsfLkr05nWoX9-6j716stiPFHEYuOX2P3kV5LvUBkjWLU9SuBtTHk5NhcqZlmxq1_lQUARX-3I=s0>" %}

* Click the Edit icon next to the “blank post” placeholder.
* In the new window, you give the post a title, add any attachments, insert body text, and add a thumbnail image.

{% embed url="<https://lh6.googleusercontent.com/jTbCQzp5ANAhirPBEDV_NjYmunsiQsFQIcpIdIt9sO0dO4KuLyZ3bZZiEJOyi7poRsyk9CleDcbyaa4EfjqxX9F5jXeZYuEVgEWFu9l8gf-2T5TNWZnybJimQVV_N5cYJFCfDgo=s0>" %}

* Click Save to confirm your changes.
* Repeat this process for any additional posts 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-posts-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.
