> For the complete documentation index, see [llms.txt](https://docs.platform.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.softwareone.com/marketplace-platform/getting-started/mark-favorite-pages.md).

# Using favorites

You can mark pages and accounts as favorites to access them quickly in the SoftwareOne Marketplace.

* Favorite pages appear in the **Favorites** section of the main menu and on the **Home** page.
* Favorite accounts appear in the [account switcher](/marketplace-platform/getting-started/switch-account.md) within your user profile menu.

### Add or remove pages from your favorites

To add or remove a page from your favorites:

1. From the main menu, go to the required page (for example, **Agreements**).
2. Hover over the page.
3. Select the star icon <i class="fa-star">:star:</i>. The icon changes from empty to filled, indicating that the page has been added to your favorites.

<div data-with-frame="true"><figure><img src="/files/rfz8FvWxk2XRPAhuEq27" alt="" width="563"><figcaption><p>Use the star icon to add a page to your favorites.</p></figcaption></figure></div>

4. To remove the same page from your favorites, select the same star you used to mark it as a favorite. When the icon changes from filled to empty, the page is removed.

### Add or remove accounts from your favorites

To add or remove an account from your favorites:

1. Select your profile menu.
2. Under **All accounts**, find the account you want to mark as a favorite. If required, use the **Search** option to locate the account.
3. Select the star icon <i class="fa-star">:star:</i>. When it changes from empty to filled, the account is added to your favorites and displayed on the **Favorites** tab.

<div data-with-frame="true"><figure><img src="/files/1mMGhjdEOsbkzXV9XzyM" alt=""><figcaption><p>Use the star icon to add an account to your favorites.</p></figcaption></figure></div>

4. To remove the account from your favorites, select the same filled star icon. When the icon changes from filled to empty, the account is removed.


---

# 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.platform.softwareone.com/marketplace-platform/getting-started/mark-favorite-pages.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.
