# Social media post

1. Find and click on “Social Media Uploads” on the left side of the admin panel.
2. Steps of fetching posts from Instagram:&#x20;
   1. Clicking on the Instagram logo icon, it will redirect you to the Instagram authorization page, enter your account information and give access to Hackhub.
   2. Once Hackhub has the access, it will redirect you back to the event social media page, a modal will pop out, you can enter the keywords which you want the fetched posts to include, click “add”, when you finish entering you can click “confirm”, the system will fetch the specific posts from your Instagram account and display them on the page.
3. If you have already given Hackhub access and the token is not expired, the modal will directly pop out when you click on the Instagram icon, and you can follow step 2 above to fetch posts.
4. You can choose the posts by clicking the right top checkbox or clicking on the “Choose All” to choose all posts, you can click on “Publish” to publish the posts so that participants can view them on the event detail page. You can also unpublish posts, or delete posts. The post status is displayed on the right top of the post.


---

# 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://help.hackhub.com/event-organizer/event-updates/social-media-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.
