# Getting started

- [Dashboard](https://help.joy.so/joy-wishlist/getting-started/dashboard.md): The Dashboard is your command center for managing your Joy Wishlist app. It provides a quick overview of your wishlist performance metrics, guides you through essential setup tasks and find helps
- [Wishlist Design](https://help.joy.so/joy-wishlist/getting-started/wishlist-design.md)
- [Wishlist access](https://help.joy.so/joy-wishlist/getting-started/wishlist-design/wishlist-access.md)
- [Wishlist button](https://help.joy.so/joy-wishlist/getting-started/wishlist-design/wishlist-button.md)
- [Add Snippet code to Theme Code](https://help.joy.so/joy-wishlist/getting-started/wishlist-design/wishlist-button/add-snippet-code-to-theme-code.md): Shopify encourages merchants to manually add custom liquid blocks for transparency. Here’s how to add the Wishlist button snippet to your theme, specifically using the Dawn theme as an example.
- [Wishlist page](https://help.joy.so/joy-wishlist/getting-started/wishlist-design/wishlist-page.md)
- [Customers](https://help.joy.so/joy-wishlist/getting-started/customers.md)


---

# 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.joy.so/joy-wishlist/getting-started.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.
