> For the complete documentation index, see [llms.txt](https://docs.clearfeed.ai/clearfeed-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clearfeed.ai/clearfeed-help-center/advanced-recipes/how-to-tag-yourself-on-specific-requests-in-slack.md).

# How to tag yourself on specific requests in Slack

By default, you'll only receive Slack notifications and see activity when you're specifically mentioned, assigned, or have interacted with a thread. However, there may be channels where you want to track every conversation, even if you're not directly tagged. This guide shows you how to automatically tag yourself on every new request in specific channels.

### Create an Auto-Tag Automation

You can set up a ClearFeed automation that automatically tags you whenever a new request is created in a specific channel. This ensures you'll receive notifications and be able to find all threads later in Slack's "Threads" view.

#### Step-by-Step Instructions

1. **Access Automations**
   * Open the ClearFeed WebApp
   * Click the `...` menu on the Left Menu Bar
   * Select **Automations**
2. **Create New Automation**
   * Click to create a new automation
3. **Configure the Trigger**
   * Set the trigger to **On Request Creation**
   * Add a condition to filter for your specific channel of interest
   * This ensures the automation only runs for the channel(s) you want to monitor
4. **Set Up the Action**
   * Choose one of these actions:
     * **Send message as public reply** (tags you in the customer channel)
     * **Send message to Triage** (tags you in the triage channel - recommended)
5. **Add Your Tag**
   * In the message field, tag yourself using `@YourName`
   * Example: `cc @Naveen`
6. **Save and Activate**
   * Save the automation
   * It will now run automatically on every new request in the specified channel

#### What Happens Next

Once activated:

* Every new request in your specified channel will automatically tag you
* You'll receive Slack notifications for these threads
* All activity on these requests will appear in your Slack **Threads** view
* You can easily reference past conversations without searching through buried messages


---

# 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://docs.clearfeed.ai/clearfeed-help-center/advanced-recipes/how-to-tag-yourself-on-specific-requests-in-slack.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.
