# Search everything

Search your entire deployment history using Sleuth's built-in search function. The search field features search-as-you-type functionality; simply start typing and the previous [deploys](/sleuth-dora/modeling-your-deployments/deploy-cards.md) that contain the entered search terms are displayed.

![](/files/-MSPiqQjYLemqeBOVS8d)

You can also filter the deploy cards based on the health of the deploy. For example, you might only want to search deploys that were deemed *Unhealthy*. The dropdown value can be set either before or after you begin searching.

![](/files/-MSPjAj8nNBug8zbPxFd)

#### Sleuth searches through all content contained in a deploy:

* Pull request key, summary and descriptions
* Commit hashes and descriptions
* Issue keys, summaries and descriptions
* File names
* Authors username and full name
* Sleuth [tags](/sleuth-dora/modeling-your-deployments/code-deployments/tags.md)

#### Use Sleuth search to quickly discover when an issue was deployed:

![](/files/-MSPkvcb5J5GNCo8p_8r)

#### Search to find if a pull request was deployed:

![](/files/-MSPlJkCu1l9ypFTSKb8)

#### Search to find all the deploys made by one of your developers:

![](/files/-MSPlX-JLSNlJweMa7Ku)

### Searching with Slack

If your organization has a Slack integration, you can search directly from the Slack app. You can search from any channel in the integrated organization.

To search using Slack, type `/sleuth` then your search term. For example:

```
/sleuth memory leak 
```

Search results are displayed in the same channel. The most recent 5 changes are returned. You can click the View all button to view all search results in Sleuth.

![](https://img.announcekit.app/c7ffa9371e0cceec595ff6dd4e532fc4?s=7190d548eec84959d4d185c1b435b101)

By default `/sleuth MY SEARCH TEXT` will search all projects in the organization with the Slack integration for matching deploys.


---

# 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://help.sleuth.io/sleuth-dora/modeling-your-deployments/code-deployments/search.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.
