# Slack

### Setup

You'll need an active Pulse account and access to OCV's Slack workspace.

1. In Slack, run `/pulse auth`
2. Click '**Authenticate with Pulse**'
3. Accept the Slack authorization

Your Slack and Pulse accounts are now linked. To unlink, go visit your Profile in Pulse.

### Available Commands

1. `/ops help` - Lists all available commands.
2. `/ops details <company name>` - Returns info about a company. The name is fuzzy-matched, so partial names or minor typos will still work.
3. `/ops domain <name>` - Checks domain availability across multiple TLDs. Results are visible to everyone in the channel.
4. `/ops headline <title>` - Evaluates a potential blog post title against criteria known to perform well. Returns a pass/fail rating.&#x20;
5. `/ops recon <repo URL>` - Pulls metrics for a GitHub or GitLab repo (such as recent commits, merged pull requests, contributors).

### Link Previews

When you paste a Pulse link in Slack, it automatically expands with relevant details about the resource. Repo links pasted in public channels also auto-expand with project metrics - the same you'd get from `/ops recon`.&#x20;


---

# 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://handbook.opencoreventures.com/company-ops/pulse/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.
