> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/marketing/public-post/create-new-public-post.md).

# Create New Public Post

Informative and consistent content is essential for your business. 3Dolphins Marketing SRM allows you to manage the content that will be present on your social media.&#x20;

To start making a public post, go to the **'Marketing'** page, then click the **'Public Post'** menu. On the public post page, select the **'+ New Post'** button, and then new public post page will appear as shown below.&#x20;

![New Public Post](/files/4KeuC5GqzkdrU7NKBRLv)

On the left side of the page is a form for creating a public post while on the right side is used to show a preview of the filled left-side fields.

**Component Explanation:**

| Name             | Deskripsi                                                                                                                                                                                                                                     |
| ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Title            | Name the public post that you will be created. (Example: Product Promotion).                                                                                                                                                                  |
| Account          | To pick a social media platform. Currently, is available for Facebook, Twitter, Instagram, and LinkedIn.                                                                                                                                      |
| Tweet or Caption | Content for your public post.                                                                                                                                                                                                                 |
| Files to Upload  | <p>Used to attach files for your public post. Available for text, images, or videos.<br> </p><p><strong>Note:</strong> <br>Upload file provisions will be explained in the <a href="/pages/-MUHRYDHOAKyg1xWJ_09">upload file</a> section.</p> |
| Post             | Time setting for sending the public post.                                                                                                                                                                                                     |
| Date & Time      | <p>Predetermined setting date and time for sending the public posts. <br></p><p><strong>Note:</strong> <br>This option only appears when using the 'set schedule' post.</p>                                                                   |


---

# 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://docs.3dolphins.ai/marketing/public-post/create-new-public-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.
