> For the complete documentation index, see [llms.txt](https://help.jeti.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.jeti.app/using-jeti/posting-on-jeti/add-content-to-a-post.md).

# Add Content to a Post

## Take a new photo or video for your post

To take a new photo or video:

1. Tap the <img src="/files/JtWts03vDFmrLb7LCavN" alt="" data-size="line"> icon. Your phone's camera interface will appear.
2. Take a photo or video, and click "Use Photo".
3. The photo or video will be added to your post.

## Select a photo or video from your camera roll

To add an existing photo or video to your post:

1. Tap the <img src="/files/kkQbN5gXTU0sawrvQiZR" alt="" data-size="original">icon. Your keyboard will be replaced by the most recent few pictures from your phone's camera roll.
   * If you wish to see more of your camera roll, swipe up on the image selector to open the expanded interface.
2. Tap to select the image you desire and hit "done" if you are using the expanded interface.
3. The photo or video is now added to your post

## Embed a link in your post

To embed a web link in your post, simply paste the desired link anywhere in your text when making a post. If the embed works, you will see a preview pop up under your post's text.

## Add a poll to your post

To add a poll to your post:

1. Tap the <img src="/files/9kqEYb4uu4v6ZXuIvzl4" alt="" data-size="line"> icon to open the poll menu.
2. Enter the desired options. If you would like to add more options, tap the <img src="/files/J74F3LpCykiKI2RRXJqB" alt="" data-size="line"> button to add more. Jeti supports up to 4 poll options.
3. Select who you want to be able to vote on the poll; everyone or on people nearby.
4. Determine the length of the poll. The default is 24 hours.
5. Once finished, tap <img src="/files/U6TZQ0dMxJEBfi0Gc0Iy" alt="" data-size="line"> in the top right, and the poll will be added to the post.


---

# 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://help.jeti.app/using-jeti/posting-on-jeti/add-content-to-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.
