# Why use the resource sidebar?

The sidebar serves two purposes: it automatically surfaces resources shared in the conversation, and it lets you pin the most important ones for easy access.

**Automatic tracking:** As your team shares links, threads, images, and videos in conversation, they appear in the "Recent" sections of the sidebar. No manual work required—just look right and you'll see what's been shared.

**Strategic pinning:** When certain resources become essential to the conversation, pin them to keep them at the top. Pinned items stay visible even as new resources are shared, making it easy to access key context.

\[Screenshot placeholder: Resource sidebar showing three sections - Pinned resources at top, Recent Links in middle, Recent Media grid at bottom]

#### **Common use cases:**

* **Project coordination** - Link a kickoff thread to all status update threads
* **Issue tracking** - Connect a bug fix discussion to the original report and related investigations
* **Planning cycles** - Relate Q1 planning to specific department goal threads
* **Decision trails** - Link follow-up discussions back to the original decision thread
* **Document access** - Keep relevant files and links handy for reference


---

# 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.glue.ai/conversations/resource-sidebar/why-use-the-resource-sidebar.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.
