> For the complete documentation index, see [llms.txt](https://docs.lollipop.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lollipop.gg/ios-app/manage-lollipop-link.md).

# Manage Your Lollipop Link

Your **Lollipop Link** is your public Lollipop page, such as `https://lollipop.gg/your-link`.

## Where to find it

1. Open the app.
2. Tap the profile button in the top-right corner.
3. Open **Profile**.
4. Look for the **Link** section.

If you only have one link, the app shows it as a copyable row. If you have more than one, the app can show a link picker while you are editing.

<figure><img src="https://3764565543-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQKjec3KUOsY9wSOPFigE%2Fuploads%2FisZQ5MHJxjfuTFijKQSh%2FScreenshot%202026-05-09%20at%204.14.31%E2%80%AFPM.png?alt=media&amp;token=323503fc-8e6d-48a4-87e0-333e115fae7e" alt="" width="375"><figcaption></figcaption></figure>

## Change which Lollipop Link is active

1. Open **Profile**.
2. Tap **Edit**.
3. Open the **Link** picker if it appears.
4. Choose the Lollipop Link you want to use.
5. If you also changed profile details, tap **Publish Changes** and approve the update.

## Check the public version

1. Open **Profile**.
2. Tap **Preview Profile**.
3. Review the public page that opens.

## What happens after saving

After your update finishes:

* Your selected Lollipop Link stays connected to your profile.
* Your public page uses the latest published profile details.
* If you only changed the selected link, the app may update it without a full profile publish.

> Tip: If the app still shows the older public page, wait a moment and then reopen the preview.

## If your link does not look right

1. Check whether you still have unpublished changes.
2. Use **Preview Profile** to confirm what is live now.
3. If you switched links, reopen **Profile** and make sure the correct link is selected.
4. Publish again if the app still shows **UNPUBLISHED**.


---

# 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.lollipop.gg/ios-app/manage-lollipop-link.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.
