> For the complete documentation index, see [llms.txt](https://wowtalkies.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wowtalkies.gitbook.io/main/mobile-app/how-to-create-content-on-the-app.md).

# How to create content on the app?

**Steps to create content on the application:**

1\. Click the pen-like icon.

2\. Add images and write a clear and concise title and content.

3\. Proofread your content before posting it.

4\. Select the community you are posting to.

5\. Click on the submit button & sign the submission using your wallet password.

6\. Your content is published & can be seen on the feed screen at the top in LIFO order.&#x20;

> Note:  A minimum Matic fee is required to pay the gas fee.

**Here are some additional tips for creating engaging content:**

1. Add exciting movie reviews and updates in the film industry.
2. Ask questions and start discussions.
3. Be helpful and supportive of other users.
4. Be creative and original.

> Note: Follow our community guidelines and create content strictly for entertainment only.

<br>


---

# 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://wowtalkies.gitbook.io/main/mobile-app/how-to-create-content-on-the-app.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.
