> For the complete documentation index, see [llms.txt](https://helpdesk.rhapsody.la/rhapsody-helpdesk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdesk.rhapsody.la/rhapsody-helpdesk/rhapsody-features/features/click-through-view.md).

# Click-Through View

## Calendars

Whether it's through the Calendar Menu, a Calendar within a Season, or a Calendar on a Musicians Profile, Rhapsody will redirect you to the Project.

Simply select the name of Work Session you see in any Calendar view to automatically be redirected to the Project!

> Ex: I see on my Calendar that there is an upcoming Rehearsal on Friday. By selecting the Work Session from the Calendar, I will be redirected from my current page to view the Project where the Work Session is taking place!

## Position Details (within Project)

Sometimes, a Chair in a Project will have multiple musicians playing on multiple Work Sessions and/or on multiple Pieces. You can easily access a matrix view of the Chair in a Project! Simply click on the chair icon in the top right corner of a Chair to view the Position Details popup.&#x20;

<figure><img src="/files/5hHw8b4tJzCtzRJs5Uto" alt=""><figcaption><p>Example of where the Position Details button is in a Chair in Rhapsody</p></figcaption></figure>

The popup will display everything that Chair is doing in the Project, including the Project Pieces, musicians, and Work Sessions it's on!

<figure><img src="/files/I9dewckouHcE5f6XC9Ct" alt=""><figcaption><p>What the Position Details popup looks like for a Project in Rhapsody.</p></figcaption></figure>

## Assignment Details (within a Project)

When in the Assignment View of a Project, you will be able to view the exact details of an individual musician. Simply locate the musician and select the `i` next to their hiring status to view an overview of all Pieces and Work Sessions that musician will be on/receive communication for!

<figure><img src="/files/cu7U4qanJ8sTwi17b7jf" alt=""><figcaption><p>Example of the Assignment details for a musician in the Rhapsody Assignments view</p></figcaption></figure>

<figure><img src="/files/6ml1tzeXNwZZpnJ4Jeii" alt=""><figcaption><p>Example of the Assignments Detail Popup</p></figcaption></figure>

{% hint style="warning" %}
**FYI**

Both the *Position Details* and *Assignment Details* may look the same, but they are actually different! One will show you what the *Chair* is expected to do in the Project, the other will show you what the *Musician* is expected to do in the Project. Be sure to look in the top left corner of each popup to confirm which view you're seeing!
{% endhint %}

## Musicians Profile

Anywhere, and we mean ANYWHERE you see a musicians name and profile picture icon, you can automatically pull up their profiles! Simply select their avatar to pull up a popup with their Rhapsody profile!

> Ex: I see Suzie Debbie is playing on this Project. I wonder what else she's playing on? By clicking on her profile picture, we can easily pull up her profile and see all upcoming Work Sessions and Project's she's on!

{% hint style="info" %}
Encourage your musicians to download the Rhapsody Musicians mobile app so that they may upload a profile picture. Otherwise, Rhapsody will simply use their initials in leu of a profile picture. [*Read more on the Rhapsody Musicians mobile app*](/rhapsody-helpdesk/for-musicians/musicians-faq/mobile-app.md).
{% endhint %}


---

# 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://helpdesk.rhapsody.la/rhapsody-helpdesk/rhapsody-features/features/click-through-view.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.
