> For the complete documentation index, see [llms.txt](https://nurilounge.gitbook.io/nurilounge-guide-for-creators/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nurilounge.gitbook.io/nurilounge-guide-for-creators/release-notes/may.2026-update-social-upload-and-profile.md).

# \[MAY.2026] Update : Social Content Upload & New Profile

Hi Creators 💛

This is the Nurilounge Team.

We've been listening — and this update is for creators who want to do more, faster. You can now upload your content and share it to Instagram and YouTube in one go — with TikTok support on the way — and your profile has a whole new look that puts your work front and center.

Let's take a look 👀

***

### 📤 Upload Content & Share to Social — All at Once

When you submit your content result for a Quest, you can now post it directly to your connected social accounts at the same time.

After uploading your content, simply toggle on the platforms you want to share to — Instagram or YouTube — and hit Post. Nurilounge handles the rest. Each platform lets you choose your sharing options (such as feed visibility), so you stay in control of how your content goes live.

If a platform isn't connected yet, it'll appear grayed out — tap it to link your account first.

> **Coming soon — TikTok:** TikTok direct posting is almost ready and will be available very soon. Stay tuned! 🎵

> **Heads up:** If sharing fails on one platform, we'll let you know exactly which one so you can retry without losing the others.

📘 To connect your social accounts first, check: [How to connect Social Media](https://github.com/NURIHAUS-Dev/nurilounge/blob/gitbook/gitbook/before-apply-for-campaign/how-to-connect-social-media/README.md)

***

### 🗂️ Your Profile, Rebuilt Around Your Content

Your profile now leads with your content. A new grid shows everything you've posted, complete with video thumbnails and badges showing which platforms your content was shared to.

A few other things you'll notice:

* **Followers & Following** — Your stats are now displayed on your profile. Tap to see the full list.
* **Posts & Saved** — Browse your posts and saved content in a smooth in-app drawer, without leaving the app.
* **Payout summary** — Your earnings summary is now easy to find right from your profile.

***

### 🏠 How It Works — New Guide on Home

Not sure where to start? The home screen now has a "How it works" guide carousel — a set of 3 cards walking you through how Nurilounge works for creators. Tap any card to open the full guide detail view.

***

We're always working to make Nurilounge easier and more enjoyable for creators like you 💛

Thank you for being part of our journey!

With love,\
**Nurilounge Team**


---

# 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://nurilounge.gitbook.io/nurilounge-guide-for-creators/release-notes/may.2026-update-social-upload-and-profile.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.
