# Quick Start Guide

1. **Create an Account**
   * Sign up on the Simkl website <https://simkl.com/>. You can register using your email or connect through Google or Apple sign in for quicker access.
2. **Set Up Your Profile**
   * Customize your profile after logging in at <https://simkl.com/settings/>. Set your preferences and timezone.
3. **Start Adding Shows**
   * Use the search bar to find your favorite shows, movies, or anime. Click on the **Add to Watchlist** button to add them. Also, you can mark episodes you’ve watched to keep track of ongoing series.
   * Learn how to use [Watchlist and Custom Lists](/how-to-use-simkl/core-features/watchlists-and-custom-lists.md).
4. **Discover New Content**
   * Check the **Recommendations** section <https://simkl.com/my/recommendations/> to discover new shows and movies based on your watch history and preferences.
5. **Interact and Engage**
   * Join discussions on specific show pages, rate episodes, and write reviews to enhance your experience and connect with other fans.
6. **Mobile and Integration**
   * Download the Simkl app for iOS or Android to keep track on the go <https://simkl.com/apps/>. Simkl also integrates with media centers like Kodi, Plex, and VLC, which allows you to automatically sync your watching history.
7. **Notifications and Alerts**
   * Set up notifications <https://simkl.com/settings/notifications/> to alert you when new episodes are available or when a new season of your favorite show starts.
8. **Add Custom Search shortcuts**
   * Set up search buttons at <https://simkl.com/settings/custom-search/> to add search links to your favorite website on show, movie and episode pages.

Enjoy organizing your viewing experience and discovering new content tailored to your tastes!


---

# 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://docs.simkl.org/how-to-use-simkl/getting-started-with-simkl/quick-start-guide.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.
