> For the complete documentation index, see [llms.txt](https://guide.popset.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.popset.xyz/creating-and-collecting/creating-a-post.md).

# Creating a Post

1. **Start a New Post**: Tap on the camera (+) icon at the bottom right of the navigation bar.
2. **Select or Capture an Image**: Take a new photo using the app's camera feature or choose an image from your library.
3. **Add a Caption**: Write a caption for your post to give it context or tell a story. Tap on the "Caption" field and enter your text.
4. **Set Collection Options**: Decide if you want your post to be available for collection. You can specify the number of editions and the duration of the collecting window. Learn more about the [different types of posts on Popset here](/creating-and-collecting/types-of-posts-on-popset.md).
   1. Toggle "Available for Collection" if you'd like to make this post available to be collected by others.
   2. Toggle "Supply Limit" if you'd like to make this a [supply-limited edition](/creating-and-collecting/types-of-posts-on-popset/limited-editions.md). Otherwise, collectible posts default to be [open editions](/creating-and-collecting/types-of-posts-on-popset/open-editions.md).
   3. Toggle "End Date" to enter the end of the collection window if you'd like to make this a [time-limited edition](/creating-and-collecting/types-of-posts-on-popset/limited-editions.md).
5. **Submit Post:** Hit the orange "Post" bar at the bottom of the screen to submit your post.&#x20;

Keep in mind that posts on Popset are forever minted to the Solana blockchain so make sure that you are happy with your final edits and collection options selection. All posts must comply with [Popset's content policy and terms of use](https://www.popset.xyz/terms).


---

# 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://guide.popset.xyz/creating-and-collecting/creating-a-post.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.
