# Jellyseerr Integration Guide 🔗

The need for  seamless integration of services to create a holistic media consumption experience is a need not a want. Phyn has taken the giant leap forward by integrating [Jellyseerr](https://github.com/Fallenbagel/jellyseerr), a robust request management tool for your media library. This integration empowers users to connect their Jellyseerr instance directly within the app, enabling them to request movies or TV shows effortlessly.

{% hint style="info" %}
You need a [Jellyseerr](https://github.com/Fallenbagel/jellyseerr) instance/server to use this integration successfully. Reach out to your server administrator to get started.
{% endhint %}

### **What is Jellyseerr?**

Jellyseerr is an open-source tool designed to streamline the request process for new content on various media servers, including Jellyfin. It acts as a bridge between users and the media server administrators, allowing for an organised and efficient way to handle content requests.

### **Benefits of Jellyseerr Integration on Phyn**

* **User Empowerment:** Users can directly request new titles without the need to contact the server administrator or even leaving the app.
* **Efficiency:** The integration reduces the time taken for requests to be processed and added to the Jellyfin library.
* **Centralized Requests:** Keeps track of all requests in one place, avoiding duplication and making management easier.
* **Transparency:** Users can see the status of their requests, whether they're pending, approved, or declined.

### **How to Use Jellyseerr in Phyn**

1. **Connect Your Jellyseerr Instance:**
   * Navigate to the app settings.
   * Toggle the Jellyseerr  switch to turn it on
   * Fill your Jellyseerr credentials and save
   * Once connected, the app syncs with your Jellyseerr account.
2. **Making a Request:**
   * Browse through the app's interface for movies and TV shows.
   * When you find a title not available in your library, tap the 'Request' button.
   * Your request will be sent directly to Jellyseerr for processing.
3. **Tracking Your Requests:**
   * Go to the 'Requests' section within the app to view the status of all your requests.
   * You'll receive notifications when your requests are approved or available to watch.
4. **Enjoying Your Content:**
   * Once a request is fulfilled, it will appear in your Jellyfin library.
   * Sit back, relax, and enjoy your newly added movies and TV shows.


---

# 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.phyn.app/integrations/jellyseerr.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.
