# How to Pin the App in Slack?

We aim to pin the app in Slack because the app icon tends to disappear after a period of time, necessitating a search to locate and display it in your Slack window once more. While this process is not inherently complex, it can become tedious when repeated frequently.

For frequently accessed apps, pinning them makes access significantly more convenient and prevents the app icon from disappearing. This tutorial will demonstrate a few straightforward steps to pin your favorite apps.

### Step 1 - Add the App to the Window <a href="#step-1-add-the-app-to-the-window" id="step-1-add-the-app-to-the-window"></a>

Select 'Add Apps' from the left pane, and the screen will appear as shown below.

<figure><img src="/files/4NKp8HzyDgpnblkLiBAX" alt=""><figcaption></figcaption></figure>

Click on the app you want to add. In this case, we want to add the 'Bubble Tea' app because it's a great app, and we like it a lot.

### Step 2 - Go to the App <a href="#step-2-go-to-the-app" id="step-2-go-to-the-app"></a>

Click on the app name that we just added, and it will take you to the app home. On the app home page, you will find the app name at the top (pointed by the hand in the screenshot). Click it, and you will see the modal dialog appear as shown in Step 3.

<figure><img src="/files/H4IZzXaO0rmAMsbQtT3q" alt=""><figcaption></figcaption></figure>

### Step 3 - Pin (Star) the App <a href="#step-3-pin-star-the-app" id="step-3-pin-star-the-app"></a>

The final step is to click on the star icon. Ensure that it changes color to blue. You will then see your favorite app appear in the left pane under the 'Starred' section.

<figure><img src="/files/4PWxC1rzYFY08XqJSBET" alt=""><figcaption></figcaption></figure>


---

# 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.tailrec.io/general-tips-and-tricks/how-to-pin-the-app-in-slack.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.
