> For the complete documentation index, see [llms.txt](https://handbook.opencoreventures.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.opencoreventures.com/company-ops/pulse/slack.md).

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