# Squadcast Search

### Basic commands <a href="#basic-commands" id="basic-commands"></a>

Search requires some basic commands to work with.

* Once in search, autocompletes can be provided with <mark style="color:red;">`Tab`</mark>
* Use <mark style="color:red;">`CTRL + SPACE`</mark> to view autocomplete
* Access search helps within search by typing in <mark style="color:red;">`?:`</mark>
* To execute a command use <mark style="color:red;">`CMD + ENTER`</mark> for Mac and <mark style="color:red;">`CTRL + ENTER`</mark> for Windows

![Squadcast search basic commands](/files/UrSmyJxkRlawGJausoim)

### goto <a href="#goto" id="goto"></a>

<mark style="color:red;">`goto`</mark> enables *instant navigation* when used along with <mark style="color:red;">`profile`</mark>.

* Activate the global search bar using <mark style="color:red;">`CMD/CTRL + SHIFT + K`</mark>
* Type in <mark style="color:red;">`goto`</mark> and enter
* Type in <mark style="color:red;">`profile`</mark> and then search for users by their email address
* <mark style="color:orange;">`CMD/CTRL + Return/Enter`</mark> to navigate to the user’s profile

<div><figure><img src="/files/3Qm2ZSJi4z6jXBjmacY7" alt="Squadcast search goto commands"><figcaption></figcaption></figure> <figure><img src="/files/Dh9qciV7vSl3te0Vrb3n" alt="Squadcast search goto commands"><figcaption></figcaption></figure></div>

### Help <a href="#help" id="help"></a>

Now you can navigate to alert source integration documents directly through the search. Type in <mark style="color:red;">`help:`</mark> and then the keyword or name of the documentation you want to search for.

![Squadcast search help commands](/files/a6mmUbRpaElVVbw2cor8)

### Search through Incidents <a href="#search-through-incidents" id="search-through-incidents"></a>

Search incidents with queries. We support a set of tokens to fine-tune the results. Supported tokens can be viewed in the search help by typing <mark style="color:red;">`?:`</mark>

![Search incidents with queries](/files/kzAqEN71H9bQjpdcsWFV)

### Search through Postmortems <a href="#search-through-postmortems" id="search-through-postmortems"></a>

Search postmortems with queries from the **Global Search Bar**

We support a set of tokens to fine-tune the results. Supported tokens can be viewed in the search help by typing <mark style="color:orange;">`?:`</mark>

![](/files/gA9UibJwFwuKUBy4rnrV)

You can search for **Postmortems** through **Postmortem Title**, **Postmortem Content**, **Impacted Service**, **Created After**, and **Created Before**.

{% hint style="info" %}
**Note: The `message`** **query**

The <mark style="color:red;">`message`</mark> query looks for a string match in the Incident Title and the Postmortem Content.
{% endhint %}

Example Use Case:

I want to look for a postmortem that contains the string <mark style="color:red;">`JIRA`</mark> in its Incident Message.

* Type in <mark style="color:red;">`?:`</mark> if you want to look up the query token
* Type <mark style="color:red;">`in: postmortems message "jira"`</mark>
* Hit <mark style="color:red;">`Command + Enter`</mark>

Your search results that match this query will be populated as shown below

![Squadcast search result](/files/brYcMBiqgyefWVxXOf6Q)

Search also provides history of queries. Search history is specific to a user with respect to the Organization.

*Have any questions?* [*Ask the community*](https://community.squadcast.com/view/home)*.*


---

# 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://support.squadcast.com/dashboards/squadcast-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.
