# 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: 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:

```
GET https://guide.popset.xyz/creating-and-collecting/creating-a-post.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
